Commit Graph

130169 Commits

Author SHA1 Message Date
Peng Lyu ffc463fe60 Improve notebook edit navigation (#241535) 2025-02-23 14:50:53 -08:00
Benjamin Pasero 8ecf362d52 chat - more status tweaks (#241639) 2025-02-24 05:08:03 +09:00
Rob Lourens e08f57208f Fix not uri-transforming links in tool invocations (#241637)
Was recreating the markdown string and dropping the uri objects
2025-02-23 20:47:39 +01:00
Daniel Imms 846afa279a Merge pull request #241599 from jeanp413/fix-241598
Fix broken terminal link hover, hides before being able to hover over the contents
2025-02-23 10:38:02 -08:00
Daniel Imms f75844d7b2 Merge pull request #241633 from microsoft/tyriar/241592
Ensure terminal data is segmented by C and D sequences
2025-02-23 10:02:40 -08:00
Benjamin Pasero 17cb19c885 status - chat tweaks (#241635) 2025-02-23 10:01:53 -08:00
Benjamin Pasero 79678deb71 status - chat tweaks (#241620) 2025-02-23 16:15:30 +00:00
Daniel Imms 55feb94b29 Ensure terminal data is segmented by C and D sequences
The tests failed because on mac the 633;C and 633;D events both appear in the
same event. The change ensures we match globally on the regex and cleans up
handling of multiple events. This went from failing consistently to passing
consistently on my mac.

Fixes #241592
2025-02-23 07:38:50 -08:00
Benjamin Christopher Simmonds 199a1b6c95 Delete unused telemetry code (#241625)
delete unused telemetry
2025-02-23 13:39:02 +01:00
Benjamin Pasero 8b14930e34 unblock build (skip tests) (#241619) 2025-02-23 07:30:07 +01:00
Tyler James Leonhardt f4c6026937 Bump distro (#241604)
for trustedAuth product.json changes
2025-02-22 17:07:39 -08:00
Jean Pierre 6dbd062eba Fixes #241598 2025-02-22 15:27:04 -05:00
Benjamin Pasero 8cfb2b0e6c status - dynamic hover delay based on content (#241590)
* status - dynamic hover delay based on content

* fix tests
2025-02-22 19:30:46 +00:00
Benjamin Pasero 904587908c unblock build (skip tests) (#241591) 2025-02-22 11:30:12 -08:00
Daniel Imms 37de7e1e36 Merge pull request #241593 from microsoft/tyriar/241504
Handle no environment reporting properly
2025-02-22 10:14:05 -08:00
Daniel Imms 7cc14fc51c Handle no environment reporting properly
We need to differentiate undefined (no env reporting ever) and an empty
environment (env was reported, but maybe incomplete).

Fixes #241504
2025-02-22 08:33:48 -08:00
Rob Lourens 300cf3adda Restore margin on terminal in confirmation widget (#241585) 2025-02-22 16:59:15 +01:00
Megan Rogge cde4b9f62c Merge pull request #241543 from microsoft/merogge/filepaths
add `fileExtensions` to terminal completion resource request config
2025-02-22 15:29:26 +01:00
Benjamin Pasero 27ada980cf chat status tweaks (#241561) 2025-02-22 12:10:58 +01:00
Joyce Er 92803a9dc3 fix: reenable implicit context for edits, disable after first request, reenable on new editing session (#241550)
* fix: decouple Add Files from chat attachments rendering

* fix: reenable implicit context for edits, disable after first request, reenable on new editing session
2025-02-22 10:01:10 +01:00
Rob Lourens 0b111a9a74 Remove PreparedToolInvocation#tooltip (#241549)
No longer used
2025-02-21 19:57:45 -08:00
Rob Lourens b4b0191e53 Enable rendering tool progress/confirmation messages with codeblocks (#241545)
* Render terminal commands in an editor

* Use editors for tool confirmation message codeblocks

* Remove unused getContent

* Always wrap tool editors
2025-02-22 02:47:26 +00:00
Raymond Zhao a4172cc4c6 fix: Search editor leaks event listeners (#241538) 2025-02-21 16:41:45 -08:00
Raymond Zhao 56f3955b44 fix: multiple Settings ToC groups with the same ID (#241541)
Fixes #241521
2025-02-21 16:41:26 -08:00
Raymond Zhao 1bfa206332 fix: Workspace Trust editor leaks disposables (#241534) 2025-02-21 15:28:03 -08:00
Raymond Zhao ca74c1ece1 fix: SearchResultModel leaks disposables (#241533)
Fixes #241469
2025-02-22 00:11:41 +01:00
Raymond Zhao 649f968510 fix: register more disposables (#241528)
Ref #241469
2025-02-21 23:47:18 +01:00
Robo f8b29f8da2 chore: bump electron@34.2.0 (#241077)
* chore: bump electron@34.2.0

* chore: update builds

* chore: update builds

* chore: bump distro
2025-02-21 13:26:39 -08:00
Peng Lyu ca669a6865 clean up should prompt event. (#241520) 2025-02-21 21:52:40 +01:00
Robo 83f42a7a58 chore: add support to collect memory-infra traces (#241519) 2025-02-21 12:48:19 -08:00
Benjamin Pasero a9afbd46c4 chat - better status visibility updating based on state (#241518) 2025-02-21 21:21:43 +01:00
Rob Lourens 4e45baad22 Fix folder icon for chat (#241514)
The LLM doesn't necessarily write a path that ends in /. Could patch it up in the tool but relying on stat is better.
2025-02-21 20:27:57 +01:00
Rob Lourens 72329c8c57 Tweak chat stream rate computation again (#241513)
Now, just ignoring the initial pause entirely. Don't start counting until we have some words. This is especially helpful for Claude which has a long initial pause. Previously the timer would be started by some references showing up.
2025-02-21 20:15:45 +01:00
Rob Lourens 98d4b8bdd1 Change "Generating" to "Working" (#241506) 2025-02-21 19:41:23 +01:00
Devin Valenciano 3cc5e82728 Merge pull request #241380 from microsoft/devalenc/mjbvz-owner-fix
Update telemetry owner
2025-02-21 10:40:10 -08:00
Megan Rogge 77e89e2d0c factor in completion description in sorting (#241505)
fix #241252
2025-02-21 10:31:11 -08:00
Henning Dieterichs f4edc9af6c Migration from InlineEdit API to InlineCompletion API (#241501) 2025-02-21 19:07:28 +01:00
Daniel Imms 71cd7f759c Merge pull request #241499 from microsoft/tyriar/239706
Update codicons
2025-02-21 10:04:49 -08:00
Oleg Solomko db99236db3 rename classes and filenames to get rid of the old "instructions" naming 2025-02-21 09:53:55 -08:00
Oleg Solomko 4337c043fc render prompt file attachments into the common parent DOM node 2025-02-21 09:53:55 -08:00
Oleg Solomko 0fd0ae956e rename chat instruction attachment * files 2025-02-21 09:53:55 -08:00
Daniel Imms b10bff1c16 Update ttf 2025-02-21 09:40:41 -08:00
Megan Rogge d21e43eff7 add owner for telemetry event (#241496)
add me as owner for telemetry event
2025-02-21 18:38:44 +01:00
Megan Rogge e737be7e37 rm task telemetry event (#241495) 2025-02-21 18:35:22 +01:00
Daniel Imms 213aa048e7 Update codicons
Part of #239706
2025-02-21 09:32:46 -08:00
Simon Siefke 8841b8ab84 fix: memory leak in settings indicators (#236417) 2025-02-21 17:32:16 +00:00
Daniel Imms b27f216ae6 Merge pull request #241491 from microsoft/tyriar/237208
Make execution.read() return output consistently
2025-02-21 09:29:17 -08:00
Daniel Imms 153d0c60f7 Merge pull request #241493 from microsoft/tyriar/241353_2
Remove unneeded unsafe cast
2025-02-21 09:24:47 -08:00
Henning Dieterichs 0b23fa11fe Adds support for showInlineEditMenu (#241478) 2025-02-21 18:18:57 +01:00
Benjamin Pasero cf93804e07 chat - refactor status entry (#241454) 2025-02-21 10:18:14 -07:00