Ladislau Szomoru
96f1ce144d
Git - increase limit of the git.detectWorktreesLimit setting ( #281530 )
2025-12-05 15:57:40 +01:00
Alexandru Dima
8ed14ce940
Remove the usage of dir in rendering span elements ( #281528 )
2025-12-05 15:57:18 +01:00
Benjamin Pasero
f04ec6a235
Chat view improvements ( #281447 )
...
* agent sessions - add and use `getSession`
* agent sessions - fix `changes` serialisation
* agent sessions - have a dedicated `agentSessionsList.background` color
* agent sessions - update session title based on viewer state
* style - update icons and adjust sidebar widths
* refactor - simplify chat editor retrieval logic
* style - add archived state styling to session items
* chore - add group to menu for agent session actions
* fix - adjust auxiliary bar maximization behavior
* fixes #281448
* feat - add new actions for agent sessions viewer
* Add new codicons: collectionSmall, vmSmall, and cloudSmall
* fix cyclic
* style - remove unused background color from `agentSessionsList`
* refactor - simplify session serialization logic
* style - correct label text for session viewer link
* fix broken status update
---------
Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com >
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
2025-12-05 15:42:45 +01:00
Johannes Rieken
a9bcdfb84f
chore - support blockOnResponse for inine chat API'ish command ( #281491 )
2025-12-05 11:38:32 +00:00
Alex Ross
ada0bb1f8d
Make collapse all and expand all comment actions global ( #281489 )
...
as opposed to file specific
2025-12-05 11:36:40 +00:00
Robo
bf0c7403cf
fix: additional error details only appearing for net::ERR_HTTP2_PROTOCOL_ERROR ( #281443 )
...
* chore: update build
* chore: bump distro
2025-12-05 12:25:34 +01:00
Johannes Rieken
45b5e43b17
Merge pull request #281210 from microsoft/copilot/fix-suggest-widget-placement
...
Add NORTH placement for suggest details when forceRenderingAbove is used
2025-12-05 11:40:35 +01:00
Justin Chen
bbf2868a31
fix thinking spinning and breaking when it shouldn't ( #281428 )
...
* fix thinking spinning and breaking when it shouldn't
* fix working spinner
2025-12-05 17:21:38 +08:00
Johannes Rieken
09cead67fd
Merge branch 'main' into copilot/fix-suggest-widget-placement
2025-12-05 10:05:14 +01:00
Paul
6e0d3977de
Remove proposal-gated properties from JSON schema ( #281462 )
2025-12-05 08:53:01 +00:00
Paul
a04f628b77
Missing prompt contribution should not break chat ( #281451 )
2025-12-05 06:54:11 +00:00
Josh Spicer
541da45a06
Add multiDiffEditor/content ( #281431 )
...
* prototype
* Enhance MultiDiffEditor content menu overlay management
* forward the root session ID as a command arg
* get it looking ok
* revert
* tidy
* more revert
* more
* final tweak
---------
Co-authored-by: Peng Lyu <penn.lv@gmail.com >
2025-12-05 03:59:16 +00:00
Osvaldo Ortega
60af97605f
VS Code version bump ( #281423 )
2025-12-05 03:24:31 +00:00
Osvaldo Ortega
1eea41f3b8
Apply and file changes part for worktree ( #281410 )
...
* api idea
* iterate
* start hacking
* wip
* use the right menu
* update
* update
* Fixes
* Fix test and override
---------
Co-authored-by: Connor Peet <connor@peet.io >
2025-12-05 02:55:35 +00:00
Tyler James Leonhardt
685766b844
Fix broken checkall in quick pick ( #281415 )
...
This line shouldn't have been there because the visible count container is something that is rendered off screen.
Fixes https://github.com/microsoft/vscode/issues/281176
2025-12-04 18:09:06 -08:00
Copilot
ac4f17b765
Hide ContinueChatInSessionAction when ChatEditingEditorContent is shown ( #281381 )
...
* Initial plan
* Hide ContinueChatInSessionAction when showing ChatEditingEditorContent overlay
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com >
2025-12-05 01:43:14 +00:00
Osvaldo Ortega
2b365b0fd5
Fixes for multidiff menu actions ( #281316 )
2025-12-05 00:32:28 +00:00
Josh Spicer
75c99d0c1e
update distro https://github.com/microsoft/vscode-distro/commit/f7ac66cb4d31a00eed97a9e72bc381bed8191387 ( #281396 )
...
closes https://github.com/microsoft/vscode/issues/281216
2025-12-05 00:19:46 +00:00
Osvaldo Ortega
431aebe28b
Fix for agent session progress ( #281397 )
2025-12-05 00:18:43 +00:00
Tyler James Leonhardt
a649ee8b96
Also toString(true) in the chat reference renderer ( #281392 )
...
Fixes https://github.com/microsoft/vscode/issues/280721
FYI @roblourens
2025-12-05 00:06:20 +00:00
Don Jayamanne
36e6e8ecea
Transfer editing session for Contributed Sessions when Chat editor is in side panel ( #281388 )
2025-12-05 10:49:05 +11:00
Don Jayamanne
a8d6ec67f6
Fix auto approval of terminal for background session ( #281383 )
...
* Fix auto approval of terminal for background session
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-05 10:48:21 +11:00
Bhavya U
0cd1d45ae4
Only show status widget for local chat sessions ( #281386 )
2025-12-04 23:23:25 +00:00
Dmitriy Vasyura
7775659094
Merge pull request #281333 from microsoft/dev/dmitriv/fetch-fixes-3
...
Update request headers in fetch tool
2025-12-04 14:50:59 -08:00
Dmitriy Vasyura
122d798ad5
Merge branch 'main' into dev/dmitriv/fetch-fixes-3
2025-12-04 14:30:55 -08:00
Josh Spicer
f345377a5b
archive after chatWidget#handleDelegationExit ( #281373 )
2025-12-04 14:28:44 -08:00
Dmitriy Vasyura
ce28e1948c
Merge pull request #281325 from microsoft/dev/dmitriv/fetch-fixes-2
...
Add DOM extraction fallback to fetch tool
2025-12-04 14:11:19 -08:00
Josh Spicer
a7a6e5c17b
fix codicon icon color in floating menu ( #281359 )
2025-12-04 13:46:23 -08:00
Dmitriy Vasyura
57c363441b
Merge branch 'main' into dev/dmitriv/fetch-fixes-3
2025-12-04 13:45:49 -08:00
Dmitriy Vasyura
d8854989a0
PR feedback
2025-12-04 13:42:09 -08:00
Dmitriy Vasyura
0af3dbe124
Added test for ERR_ABORTED
2025-12-04 13:34:23 -08:00
Dmitriy Vasyura
7ffee23f65
Merge remote-tracking branch 'origin/main' into dev/dmitriv/fetch-fixes-2
2025-12-04 13:32:38 -08:00
Dmitriy Vasyura
21746ff332
PR feedback
2025-12-04 13:31:00 -08:00
Rob Lourens
92d9126ed1
Store session metadata for external sessions ( #281352 )
...
* Store session metadata for external sessions
Fix #281350
* Tests
2025-12-04 21:25:01 +00:00
Osvaldo Ortega
5eafa95b6d
Debounce change sessions event ( #281353 )
...
Debounce onDidChangeChatSessionItems
2025-12-04 21:20:11 +00:00
Dmitriy Vasyura
652d83d0c1
PR feedback
2025-12-04 12:43:04 -08:00
Don Jayamanne
428308c7a9
Support triggering complex Chat Session Options ( #281324 )
...
* Support triggering complex Chat Session Options
* Updates
* Updates
2025-12-05 07:24:30 +11:00
Megan Rogge
6c18678606
Fix terminal suggest regression, trim ghost text from prompt value before passing to providers ( #281327 )
...
Fix #281084
2025-12-04 20:09:34 +00:00
Dmitriy Vasyura
1c7f33a5ce
Update request headers in fetch tool
2025-12-04 12:08:48 -08:00
Dmitriy Vasyura
02102cce91
Merge pull request #281323 from microsoft/dev/dmitriv/fetch-tool-fixes
...
Ignore errors and UI interactions in fetch tool
2025-12-04 11:49:24 -08:00
Dmitriy Vasyura
9675268146
Add DOM extraction fallback to fetch tool
2025-12-04 11:38:14 -08:00
Dmitriy Vasyura
c4c61b3d63
Fix unit-tests
2025-12-04 11:29:09 -08:00
Dmitriy Vasyura
8450fc3285
Ignore errors and UI interactions in fetch tool
2025-12-04 11:21:56 -08:00
Josh Spicer
9fd1fe9f75
fix chatSession swapping when in sidebar chat ( #281312 )
...
fix chatSession swapping when in sidebar chat (https://github.com/microsoft/vscode/issues/281270 )
2025-12-04 19:00:22 +00:00
Megan Rogge
5af1207540
fix disposable leaks ( #281295 )
...
fixes #281293
2025-12-04 13:50:09 -05:00
Megan Rogge
adf0185e93
add bottom padding to empty output ( #281305 )
...
fixes #281304
2025-12-04 18:37:06 +00:00
Ben Villalobos
db9bb5b994
Add descriptions for /find-issue and /find-duplicates ( #281129 )
2025-12-05 05:17:11 +11:00
Rob Lourens
7c6fffa396
Add progress to load slow chat session ( #281282 )
...
Fix #281185
Fix #281274
2025-12-05 05:16:43 +11:00
Sandeep Somavarapu
763d6d50df
fix #279050 ( #281279 )
2025-12-04 09:44:18 -08:00
Alex Ross
653d30ab18
Revert "Fix element already registered ( #281000 )" ( #281278 )
...
* Revert "Fix element already registered (#281000 )"
This reverts commit ca3f2212d1 .
* skip test
2025-12-04 09:43:55 -08:00