Josh Spicer
fe6b1ada80
Merge pull request #288520 from microsoft/joshspicer/optiongroups-icon-only
...
mirror default icon display behavior for chatSession optionGroups
2026-01-16 17:07:50 -08:00
Osvaldo Ortega
05e68708cb
Merge pull request #288519 from microsoft/osortega/live-parakeet
...
Do not disable target picker in welcome view
2026-01-16 16:54:25 -08:00
Osvaldo Ortega
a465d265a4
Open Agent Sessions button should maximize chat
2026-01-16 16:52:53 -08:00
Osvaldo Ortega
fee4635063
Agents welcome page layout fix
2026-01-16 16:45:21 -08:00
Josh Spicer
f5eddbcf6e
mirror default icon display behavior for chatSession optionGroups
2026-01-16 16:40:19 -08:00
Osvaldo Ortega
21bf05bae9
Do not disable target picker in welcome view
2026-01-16 16:32:54 -08:00
Justin Chen
7e01c148b5
fix mermaid output ( #288510 )
2026-01-17 08:30:47 +08:00
Connor Peet
126a04baa7
fix
2026-01-16 16:03:50 -08:00
Connor Peet
d9e80f63e4
Update src/vs/workbench/contrib/chat/browser/widget/chatListWidget.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-16 15:43:28 -08:00
Josh Spicer
b3f52fe523
agents control and agent projection tweaks ( #288491 )
...
* Support non-default 'debug.toolBarLocation' settings in agentsControl
fixes https://github.com/microsoft/vscode/issues/288260
* show filtered agents view when clicking on notification
- also brings back chat control button, user can disable via context
menu (fix https://github.com/microsoft/vscode/issues/288272 )
* prettier vertical divider in agent-status-badge-section
* auto enable command center when toggling 'Agent Status'
* tidy up commands (fix https://github.com/microsoft/vscode/issues/288082 )
* handle layout with chat control
* clear agent session filter when filtered category is completed
* fix how to detect if an agent's artifacts count as 'projectable'
* optimize how we store/handle commandCenterMenu
2026-01-16 15:41:08 -08:00
Osvaldo Ortega
4a61476af0
Merge pull request #288506 from microsoft/osortega/invisible-bedbug
...
Open chats from welcome view in maximized chat
2026-01-16 15:40:19 -08:00
Osvaldo Ortega
650dc9df7e
Merge pull request #288504 from microsoft/osortega/damp-stingray
...
Refactor sessions picker visibility
2026-01-16 15:20:13 -08:00
Osvaldo Ortega
37d9d32ef9
Open chats from welcome view in maximized chat
2026-01-16 15:19:12 -08:00
Connor Peet
4a246bfab4
Merge remote-tracking branch 'origin/main' into connor4312/chat-list-hover
2026-01-16 15:18:03 -08:00
Connor Peet
b61f70bf6e
finish up
2026-01-16 15:17:07 -08:00
Martin Aeschlimann
c13eb90a29
Load instructions on demand and don't add images ( #288503 )
...
* Load instructions on demand
* Don't collect image references
2026-01-16 23:09:12 +00:00
Josh Spicer
2dcb4670d5
optimize how we store/handle commandCenterMenu
2026-01-16 15:07:10 -08:00
Ulugbek Abdullaev
6334cf0591
chat: feat: allow rendering links as links ( #288142 )
2026-01-16 15:05:22 -08:00
Josh Spicer
dcd93ff50e
fix how to detect if an agent's artifacts count as 'projectable'
2026-01-16 15:00:37 -08:00
Josh Spicer
4bd05d1f5a
clear agent session filter when filtered category is completed
2026-01-16 14:53:29 -08:00
Josh Spicer
8f3cef17ff
handle layout with chat control
2026-01-16 14:49:38 -08:00
Josh Spicer
e97df5b642
tidy up commands (fix https://github.com/microsoft/vscode/issues/288082 )
2026-01-16 14:46:06 -08:00
Osvaldo Ortega
5e2f44d3f0
Refactor sessions picker visibility
2026-01-16 14:39:02 -08:00
Daniel Imms
fc9ba44a8a
Format document
2026-01-16 14:37:50 -08:00
Josh Spicer
a9d855955d
auto enable command center when toggling 'Agent Status'
2026-01-16 14:35:14 -08:00
Josh Spicer
884c14e4e0
prettier vertical divider in agent-status-badge-section
2026-01-16 14:30:08 -08:00
Josh Spicer
68f8ad5318
show filtered agents view when clicking on notification
...
- also brings back chat control button, user can disable via context
menu (fix https://github.com/microsoft/vscode/issues/288272 )
2026-01-16 14:27:05 -08:00
Daniel Imms
f22b298aa8
Merge pull request #288496 from microsoft/copilot/sub-pr-288447
...
Add explicit empty code validation to Ruby command line presenter
2026-01-16 14:16:36 -08:00
Justin Chen
5ebbcae8ff
fix confirmation widget appearing inside reasoning ( #288494 )
...
* double check if our tool has confirmations after streaming
* fix package.json
* fix again
2026-01-16 22:06:58 +00:00
copilot-swe-agent[bot]
2406cf346c
Use consistent pattern for empty code checks
...
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com >
2026-01-16 22:03:05 +00:00
copilot-swe-agent[bot]
64baba2b0e
Add explicit empty code checks in Ruby presenter
...
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com >
2026-01-16 21:58:34 +00:00
copilot-swe-agent[bot]
a0278fa841
Initial plan
2026-01-16 21:49:24 +00:00
Daniel Imms
868d47dd4d
Merge branch 'main' into tyriar/287772_py__node__rb
2026-01-16 13:48:38 -08:00
Megan Rogge
e394995282
update content instead of recreating it in the accessible view ( #288482 )
...
fix #288468
2026-01-16 21:17:04 +00:00
Copilot
0b53fd0e1d
Fix Playwright MCP invalid JSON schema for tuple parameters ( #288464 )
...
* Initial plan
* Fix invalid JSON schema for settings tool using z.tuple()
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com >
2026-01-16 21:14:29 +00:00
Megan Rogge
96a5d8276c
improve chat response accessible view content ( #288490 )
...
fix #284313
2026-01-16 21:14:21 +00:00
Megan Rogge
b122f8c643
add name to model picker aria label ( #288473 )
...
fixes #288460
2026-01-16 13:04:56 -08:00
Josh Spicer
293d7f252c
Support non-default 'debug.toolBarLocation' settings in agentsControl
...
fixes https://github.com/microsoft/vscode/issues/288260
2026-01-16 13:00:43 -08:00
Benjamin Pasero
05cfe3a2ec
agent sessions - tweak how icons show ( #288479 )
...
* agent sessions - tweak how icons show
* .
2026-01-16 21:00:32 +00:00
Paul
87b2e355dd
Remove preview feature requirement for Agent Skills ( #288477 )
2026-01-16 20:51:15 +00:00
Benjamin Pasero
998f544bc3
Chat empty view exp is odd ( fix #288400 ) ( #288472 )
2026-01-16 20:42:52 +00:00
Connor Peet
3d33a32b93
Merge remote-tracking branch 'origin/main' into connor4312/chat-list-hover
2026-01-16 12:38:17 -08:00
Dmitriy Vasyura
0e28a4b760
Add Git: Delete action to run git rm command on the current document ( #285411 )
2026-01-16 21:36:23 +01:00
Daniel Imms
5896bece5f
Merge pull request #288444 from microsoft/tyriar/287772_py__node
...
Add node presenter
2026-01-16 12:30:08 -08:00
Paul
14cddf3952
Add skill provider API ( #287948 )
2026-01-16 21:18:44 +01:00
Henning Dieterichs
5afeaf6d19
Implements simple AI Rate chart ( #288451 )
2026-01-16 20:17:15 +00:00
Benjamin Pasero
05e134a0f5
Agent sessions: explore a prominent button to create new sessions ( fix #288001 ) ( #288456 )
2026-01-16 20:09:18 +00:00
dileepyavan
8c0fe5e8b3
Enabling sandboxing for terminal commands execution through copilot chat. ( #280236 )
...
* Enable sandboxing for terminal commands
* removing unused types
* code review comments update
* refactored the code and added utility for sandboxing
* refactored the code and added utility for sandboxing
* refactored the code and added utility for sandboxing
* fixing build error
* review suggestions
* review suggestions
* changes for retry
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* updating anthropic sandbox runtime to 0.0.23
* fixing tests for runInTerminalTool
* refactoring changes
---------
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2026-01-16 20:01:00 +00:00
Connor Peet
cce8f69edb
chat: fix autoconfirm briefly causing requests to still need input ( #288438 )
...
Closes https://github.com/microsoft/vscode-copilot-evaluation/issues/2012
2026-01-16 19:35:54 +00:00
Robo
ae524952a1
fix: disable skia graphite backend ( #288141 )
...
* fix: disable skia graphite backend
Refs https://gist.github.com/deepak1556/434964e5e379339be1d02db2a9afb743
* chore: rm enable-graphite-invalid-recording-recovery switch
* Revert "feat: add setting to control throttling for chat sessions (#280591 )"
This reverts commit 5efc1d0154 .
2026-01-16 20:25:42 +01:00