Commit Graph

146761 Commits

Author SHA1 Message Date
Matt Bierner
ef748e3095 Add definition support for nls strings in package.json
Fixes #297496
2026-02-24 13:29:21 -08:00
Ben Villalobos
1db94177ae Update OSS licenses and distro hash for 1.110 (#297088) 2026-02-23 13:55:06 -08:00
Ben Villalobos
5f6caceb01 Update endgame notebook milestone to February 2026 (#297093) 2026-02-23 22:51:53 +01:00
Henning Dieterichs
a550ce559d updates component explorer 2026-02-23 22:44:44 +01:00
Henning Dieterichs
5c4204e60d updates component explorer 2026-02-23 22:44:44 +01:00
Connor Peet
0f688387c1 Merge pull request #297098 from microsoft/connor4312/plugin-hooks
plugins: add support for hooks
2026-02-23 13:37:17 -08:00
Benjamin Pasero
38520185b5 sessions - clear active session when archiving (#297094) 2026-02-23 13:04:07 -08:00
Megan Rogge
afa003573a only show tips if a user is signed in (#297089)
fix #297041
2026-02-23 21:03:09 +00:00
Connor Peet
6d85206e64 comments 2026-02-23 12:54:26 -08:00
Benjamin Pasero
36470b4122 sessions - more predictable sessions sorting (#297083)
fix - update `getAgentSessionTime` logic for timing
2026-02-23 20:44:11 +00:00
Sandeep Somavarapu
c1cba6fbcc Fix theming for sessions window (#297080)
* Refactor titlebar colors to use sidebar theme variables

* Add chat bar color variables and update titlebar styles

* Rename chat bar color variables to reflect header usage and update references in titlebarPart

* Rename chat bar header color variables to chat bar title colors and update references

* Update chat bar title color variables to use sidebar theme colors

* Add chat bar color variables and implement location-based color retrieval in ChatViewPane

* Refactor chat bar title colors to use editor background and foreground instead of sidebar colors

* Update chat bar title colors to use sidebar theme colors and remove unused color registrations

* Remove unused location-based color retrieval from ChatViewPane

* Refactor chat bar title colors to use sessions-specific header colors in SidebarPart and TitlebarPart

* Remove unused session sidebar header color registrations from chatColors.ts

* Add sessions sidebar background color and integrate into AgenticSessionsViewPane

* Add sessions sidebar border color and update SidebarPart to use it

* Update sessions sidebar border color to use contrastBorder for accessibility

* Update sessions sidebar border color to use specific hex values for better visibility

* Remove title bar border color from TitlebarPart to simplify styling
2026-02-23 20:43:27 +00:00
Benjamin Pasero
0552a36fb4 chat - hide outline on chat response except for HC themes (#297075)
* chat - hide outline on chat response except for HC themes

* ccr
2026-02-23 20:33:16 +00:00
Connor Peet
9af784c893 plugins: add support for hooks
Opted to do the parsing in the agent plugin service for these because they can be inlined into the manifest plugin.json
2026-02-23 12:32:01 -08:00
Copilot
d37a00c786 Fix: disposed ChatThinkingContentPart returned by getLastThinkingPart causing DisposableStore error (#296927)
* Initial plan

* fix: set isActive=false on ChatThinkingContentPart dispose to prevent DisposableStore error

Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
2026-02-23 20:22:19 +00:00
David Dossett
e492669c52 Fix hidden + button in inline chat (#297072)
Fix inline chat + button hidden in overflow menu
2026-02-23 12:02:39 -08:00
Matt Bierner
704be49080 Merge pull request #297076 from mjbvz/dev/mjbvz/loose-whippet
Switch remaining settings to use js/ts prefix
2026-02-23 11:58:38 -08:00
Justin Chen
096c9b74c7 simple terminal tools on surface level of chat (#296870)
* simple terminal tools on surface level of chat

* Set SimpleTerminalCollapsible default true for Insiders, false for Stable (#296911)

* Initial plan

* Set SimpleTerminalCollapsible default true for insiders, false for stable

Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>

* make sure it is initialized the right way

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-02-23 19:54:36 +00:00
Connor Peet
158c5904c1 plugins: add @agentPlugins to marketplace view (#297063)
* plugins: add @agentPlugins to marketplace view

* fix test

* comments
2026-02-23 11:50:02 -08:00
David Dossett
eadc9a8ca6 Fix chat input padding (#297067)
Add padding to chat-editor-container
2026-02-23 19:27:32 +00:00
Matt Bierner
3fd6059046 Remove unused 2026-02-23 11:26:21 -08:00
Copilot
ac609e0108 Fix: aborted steering prompt incorrectly terminates agent response (#297020)
* Initial plan

* Fix: reset yieldRequested when aborted steering prompt is removed from queue

Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>

* Fix: propagate yieldRequested reset to extension host when steering prompt is aborted

Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>
2026-02-23 19:25:53 +00:00
Benjamin Pasero
f0257c5d41 debt - tweaks to experimental settings (#297065) 2026-02-23 11:25:31 -08:00
Josh Spicer
59a40215da Add entrypoint to 'AI Customizations' from customization markrdown (#297061)
merge
2026-02-23 19:24:26 +00:00
Connor Peet
36fda9ce91 tests 2026-02-23 11:22:42 -08:00
Matt Bierner
11a5279976 Switch remaining settings to use js/ts prefix
For #292934

Also renames some of the server settings to have a more consistent naming scheme. This is going to be annoying but is the best time to do this since we are already changing the full setting id
2026-02-23 11:20:52 -08:00
David Dossett
b204273c41 Align expanded chat entry border-radius with cornerRadius-medium (#297058)
Replace hardcoded 4px/6px border-radius values in chat expanded entries
(thinking collapsible, terminal content, confirmation widgets, tool output)
with var(--vscode-cornerRadius-medium) to match codeblocks, markdown tables,
and confirmation widget2.
2026-02-23 11:16:17 -08:00
Justin Chen
a7ce2331c0 make sure to flush and remove hidden tool calls (#297045)
* make sure to flush and remove hidden tool calls

* make sure to dispose
2026-02-23 11:13:10 -08:00
Connor Peet
3a9f5a4063 comments 2026-02-23 11:00:14 -08:00
Connor Peet
d14c1d8bc3 fix test 2026-02-23 10:56:00 -08:00
dileepyavan
44a2e1ecdb Fixing issue with rg path for sandboxed commands (#297047)
* testing

* Use VS Code's bundled ripgrep for sandboxed execution

Fixes #294982

This change makes the sandboxed terminal execution use VS Code's bundled
ripgrep binary instead of requiring users to manually install it.

Changes:
- Compute the ripgrep bin directory path from @vscode/ripgrep package
- Add the ripgrep directory to PATH when wrapping sandbox commands
- Update setting descriptions to remove ripgrep installation requirement

* adding unit test

* code review changes

* fixing test case failure

* fixing rg path issue

* fixing rg path issue
2026-02-23 18:48:01 +00:00
Connor Peet
505bfe7d05 plugins: add @agentPlugins to marketplace view 2026-02-23 10:46:48 -08:00
Josh Spicer
24da50806e AI customizations: Setting and add to GlobalActivity menu (#297030)
* feat: add short title and menu entry for AI Customizations action

* feat: add configuration option for AI Customizations feature

* feat: rename AI Customizations configuration option to reflect menu visibility

* feat: adjust order of AI Customization menu entry for improved visibility

* feat: update AI Customization menu entry group and order for better organization

* feat: remove group and order from AI Customization menu entry for cleaner configuration

* Update src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagement.contribution.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-23 10:45:47 -08:00
David Dossett
52dbada6fc Revert extra line in chat input (#297052)
Revert extra line in chat input, add 8px toolbar spacing

- Remove INPUT_EDITOR_MIN_VISIBLE_LINES constant that forced 2-line minimum
- Revert input editor height to content-based sizing
- Add 8px margin-top on chat-input-toolbars for spacing between editor and toolbar
2026-02-23 18:28:50 +00:00
Johannes Rieken
b7238ce5bc Add CancelSessionAction and integrate into inline chat actions (#297048)
* Add CancelSessionAction and integrate into inline chat actions

fixes pressing Cancel not doing anything

* ccr
2026-02-23 18:28:33 +00:00
Johannes Rieken
0ccdf14436 fix: conditionally attach diagnostics based on configuration setting (#297049) 2026-02-23 18:16:09 +00:00
Sandeep Somavarapu
63c371856d remember selected model in sessions window (#297037)
* feat: implement storage for last picked model in NewChatWidget

* fix: update storage key for last picked model in NewChatWidget
2026-02-23 10:11:29 -08:00
Benjamin Christopher Simmonds
0880d8a381 Merge pull request #297027 from microsoft/benibenj/slight-angelfish
sessions tasks support and agent feedback improvements
2026-02-23 19:11:00 +01:00
Megan Rogge
e5a12acf36 tip improvements, cleanup (#297040) 2026-02-23 10:06:08 -08:00
Benjamin Pasero
ecef992abb sessions - more settings default tweaks (#297046) 2026-02-23 10:05:08 -08:00
Jainam Patel
24a712e9c0 fix: correct spelling mistakes in nls.localize strings in debug.ts (#296730)
- 'internaly' -> 'internally' (callStackItemStopped)
- 'refrence' -> 'reference' (canViewMemory)
- 'exceptionBreakppint' -> 'exceptionBreakpoint' (breakpointItemType)
- 'evalauteName' -> 'evaluateName' (variableEvaluateNamePresent)
2026-02-23 17:49:50 +00:00
Harald Kirschner
b0f5fe1593 Merge pull request #297031 from microsoft/digitarald/rural-rooster
Plan prompt is now built-in
2026-02-23 09:46:33 -08:00
Kyle Cutler
62028559c1 Browser: better handling of pages without favicons or titles (#297024)
* Browser: better handling of pages without favicons

* titles

* feedback
2026-02-23 08:52:41 -08:00
Johannes Rieken
32cadc21d5 Merge pull request #297008 from microsoft/copilot/update-chat-setup-contributions
Chat setup: flatten editor context menu and hide "Add File" when selection exists
2026-02-23 17:51:06 +01:00
digitarald
eeed167f07 Plan prompt is now built-in 2026-02-23 08:48:14 -08:00
BeniBenj
57118ce1d6 fix leak 2026-02-23 17:48:11 +01:00
BeniBenj
926c77f665 sessions tasks support and agent feedback improvements 2026-02-23 17:31:20 +01:00
Dmitriy Vasyura
d311bc97b0 Remove cli.js argument when running as administrator on Windows (#296690)
* fix: handle stray cli.js argument when running as administrator on Windows

* Handle version subdirectory.
2026-02-23 17:19:42 +01:00
Copilot
db8faee5ff Show /create-* chat tip only in local sessions (#297016) 2026-02-23 16:13:36 +00:00
Martin Aeschlimann
4273cad578 add promptFilePickers.fixture.ts (#297005) 2026-02-23 17:11:34 +01:00
Henning Dieterichs
2650c907f6 use git lfs (#297013) 2026-02-23 17:11:15 +01:00