Commit Graph

144629 Commits

Author SHA1 Message Date
Justin Chen
dabbb57ecb animations for reasoning and tool calls inside reasoning (#290216)
* animations for reasoning and tool calls inside reasoning

* add shimmer

* address some comments

* Update src/vs/workbench/contrib/chat/browser/widget/chatListRenderer.ts

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

* remove extra keyframes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-26 08:54:28 -08:00
Ladislau Szomoru
e3657ad9e3 Engineering - adopt the ACES VMs (#290427) 2026-01-26 16:50:05 +00:00
Ladislau Szomoru
92fe068be7 Workspace Trust - display URI label in dialog (#290426) 2026-01-26 16:44:40 +00:00
Alex Ross
ebfddb80a1 Update codicons to get worktree icon (#290425) 2026-01-26 16:39:06 +00:00
Daniel Imms
cfc980a96b Merge pull request #290418 from microsoft/copilot/add-set-location-to-configuration
Auto approve Set-Location PowerShell command
2026-01-26 08:35:39 -08:00
Ladislau Szomoru
62efd48134 Revert "Chat - Keep/Undo actions polish in the multi-file diff editor (#290188)" (#290416)
This reverts commit 79c1f6ad28.
2026-01-26 16:13:23 +00:00
copilot-swe-agent[bot]
d1a6c4722a Add Set-Location to auto-approve list and tests
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com>
2026-01-26 16:11:10 +00:00
Sandeep Somavarapu
d4d37b83e0 Add proposed API support for agent sessions workspace (#290385)
* Add proposed API support for agent sessions workspace

* add access to agentSessionsWorkspace proposed api
2026-01-26 16:05:36 +00:00
Benjamin Pasero
05c127e30e debt - fix import to same name aliases (#290409) 2026-01-26 16:05:09 +00:00
copilot-swe-agent[bot]
b8e9286754 Initial plan 2026-01-26 16:00:15 +00:00
Ladislau Szomoru
b962957183 Workspace Trust - add support to request trust for a resource (#290404)
* Initial implementation

* Pull request feedback
2026-01-26 15:59:55 +00:00
Ladislau Szomoru
a622ffd476 Engineering - update distro (#290410) 2026-01-26 15:57:45 +00:00
Benjamin Pasero
b7af452188 agent sessions - grouping redesign (#290379) 2026-01-26 15:47:44 +00:00
Copilot
864a3b98f8 Add debug logging for file dialog default path selection (#289977)
* Initial plan

* Add debug logging for file dialog default path selection

Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
2026-01-26 15:40:38 +00:00
Lee Murray
a3f7ea8588 Merge pull request #290399 from microsoft/mrleemurray/uneven-green-bandicoot
Enhance 2026 Dark theme styling
2026-01-26 15:28:58 +00:00
Lee Murray
c9adc47653 Merge pull request #290397 from microsoft/mrleemurray/resident-olive-stoat
Update color settings in 2026 theme files for improved readability
2026-01-26 15:22:16 +00:00
Christof Marti
51644ad839 Add explanation model manager (#289694) 2026-01-26 16:21:06 +01:00
Christof Marti
bd4f84cc87 Reveal session when following up (#289694) 2026-01-26 16:21:06 +01:00
mrleemurray
a2c934979a Enhance 2026 Dark theme: adjust editor widget background opacity and improve peek view styling 2026-01-26 15:09:10 +00:00
mrleemurray
989470c1f5 Update color settings in 2026 theme files for improved readability 2026-01-26 14:59:33 +00:00
Copilot
4de5008c32 Support model as string[] in custom agent definitions (#289655)
* Initial plan

* Support model as string or string[] in custom agents

- Updated ICustomAgent.model to support string | string[] | undefined
- Updated IChatModeData.model and IChatMode.model accordingly
- Added getStringOrStringArrayAttribute method in PromptHeader
- Updated validateModel in promptValidator to handle both string and array types
- Added comprehensive tests for model array validation

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

* Support model as string or string[] in custom agents - verified

- All code compiles successfully with 0 errors
- Tests verified to compile and be comprehensive
- Backward compatible with single string models
- Type-safe implementation with proper validation

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

* Fix: Include empty strings in model array parsing

- Updated getStringOrStringArrayAttribute to include empty strings
- Allows downstream validation to catch empty string errors
- Addresses code review feedback

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

* Fix: Update model validation in isCachedChatModeData to allow arrays

- Modified isCachedChatModeData to validate model as string | string[]
- Fixes test failures related to cached mode data validation
- All chat tests now passing

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

* update

* add lookupLanguageModelByQualifiedName

* fix completion and hover

* Update src/vs/workbench/contrib/chat/common/languageModels.ts

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

* fix test

* update

* update

* fix

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-26 14:51:26 +00:00
Ladislau Szomoru
88868e5c29 Engineering - update notebooks (#290381) 2026-01-26 15:13:01 +01:00
Johannes Rieken
c86da04a07 Merge pull request #288052 from microsoft/copilot/fix-inline-chat-when-ai-disabled
Close inline chat when AI features are disabled
2026-01-26 14:57:05 +01:00
Daniel Imms
9f4c49e7a6 Merge pull request #290366 from microsoft/tyriar/await
Implement await terminal tool
2026-01-26 04:45:09 -08:00
Benjamin Pasero
d858022d05 agent sessions - card visual updates to reduce clutter (#290364) 2026-01-26 12:14:00 +00:00
Daniel Imms
26b06e22e2 Clean up token handling, add tests 2026-01-26 04:13:04 -08:00
Benjamin Pasero
e9322ed788 chore - remove unused settings from agent-sessions (#290369) 2026-01-26 12:01:51 +00:00
Lee Murray
193aa35a81 Merge pull request #290368 from microsoft/mrleemurray/misleading-green-antelope
Update editor widget background opacity and enhance token colors
2026-01-26 11:57:47 +00:00
Johannes Rieken
6f7d71154b Enhance light bulb functionality with observable state management and tooltip updates in inline chat editor affordance (#290365) 2026-01-26 12:50:54 +01:00
Lee Murray
b5bab3d259 Merge pull request #290362 from microsoft/mrleemurray/extra-aqua-trout
Enhance theme styles for editor and keybinding widgets
2026-01-26 11:47:40 +00:00
mrleemurray
a2bb8b247f theme - update editor widget background opacity and enhance token colors for HTML/XML and operators 2026-01-26 11:33:18 +00:00
Daniel Imms
0e56fff50d Implement await terminal tool
Fixes #288565
2026-01-26 03:24:12 -08:00
Alex Ross
10abebd051 Get codicons from node module (#289705)
* Revert "Revert codicon change (#289683)"

This reverts commit de6f371a92.

* Always run postinstall

* Two more places

* Move codicon copy into compilation

* Fix pipelines

* Update readme

* Fix watch task

* Move copy codicons

* MIssed some spots

* Error handing

* Fix path
2026-01-26 12:13:48 +01:00
Sandeep Somavarapu
197989bf5d place system profiles under builtin folder (#290359) 2026-01-26 11:12:52 +00:00
Lee Murray
b69a1712e4 Merge pull request #290358 from microsoft/mrleemurray/rich-sapphire-warbler
Update editor widget background opacity and enhance tab shadow effects
2026-01-26 11:12:00 +00:00
mrleemurray
ae9367e90c Enhance theme styles: adjust editor widget backgrounds and add define keybinding widget styles 2026-01-26 11:08:06 +00:00
Benjamin Pasero
ff2c44330b fix - update chat.viewSessions setting to show active only (#290341) 2026-01-26 11:06:13 +00:00
Benjamin Pasero
5358a4d0b8 agent sessions - update icon for profile (#290353)
* style - update icon for `Agent Sessions` profile

* .
2026-01-26 10:54:36 +00:00
mrleemurray
238fb89e3b Update editor widget background opacity and enhance tab shadow effects 2026-01-26 10:49:52 +00:00
Alex Ross
bc063fec7a Simplify PR chat card into just title (#290349)
* Simplify PR chat card into just title
Fixes #288848

* Fix indentation
2026-01-26 10:28:20 +00:00
Daniel Imms
050848f110 Merge pull request #290143 from microsoft/tyriar/bg_refactor
Unify background and non-background terminals
2026-01-26 02:26:28 -08:00
Ladislau Szomoru
03d5fdb923 Agent Sessions - trust the agent sessions workspace file (#290348) 2026-01-26 10:08:42 +00:00
Daniel Imms
01d860859c Merge branch 'main' into tyriar/bg_refactor 2026-01-26 02:05:08 -08:00
Alex Ross
b5a77387ee Break chat context provider into 3 different providers (#289951)
* Break chat context provider into 3 different providers

* Keep backwards compatibility
2026-01-26 11:01:35 +01:00
Daniel Imms
ce8f53632c Merge pull request #290345 from microsoft/tyriar/revert_290330
Revert "Adding helpful message when domains are restricted due to san…
2026-01-26 01:59:10 -08:00
Johannes Rieken
7051debb89 Revert "use scroll-shadow tricks from SCM (#280930)" (#290344)
This reverts commit d88e21d50b.
2026-01-26 09:44:50 +00:00
Daniel Imms
3c8eb9964c Revert "Adding helpful message when domains are restricted due to sandboxing (#290330)"
This reverts commit 61b4383695.
2026-01-26 01:29:52 -08:00
Daniel Imms
405efc4d05 Merge pull request #288414 from microsoft/copilot/explore-goal-confirmation-widget
Add goal parameter to runInTerminal tool for subtitle display
2026-01-26 01:26:09 -08:00
Daniel Imms
a408e192a1 Use dependency injection 2026-01-26 01:21:21 -08:00
Daniel Imms
1d8ae27e4c Move strategy creation into active execution 2026-01-26 01:20:16 -08:00