Commit Graph

145179 Commits

Author SHA1 Message Date
mrleemurray e953059cdc fix: adjust font size for tool calls in chat component 2026-02-02 15:28:12 +00:00
mrleemurray ff3a8ab3ac refactor: standardize font sizes for chat components 2026-02-02 12:57:25 +00:00
Benjamin Pasero a5914335df chat - allow to confirm from toast (#292117) 2026-02-02 11:20:35 +00:00
Josh Spicer b00c464cb6 fix agent session projection experiment (#292279)
fix projection experiment
2026-02-02 11:09:27 +00:00
Alex Ross 5f1a12acaa Allow commands in chat pull request part (#292281)
Part of #290997
2026-02-02 11:06:45 +00:00
Osvaldo Ortega 46d46a7a57 Merge pull request #292169 from microsoft/osortega/giant-basilisk
Adjust auxiliary bar visibility logic based on welcome page
2026-02-02 11:47:51 +01:00
Osvaldo Ortega d6ff40d918 Merge pull request #292160 from microsoft/osortega/certain-duck
Agents welcome view command fixes
2026-02-02 11:47:35 +01:00
Henning Dieterichs 620c66a303 Improves testability (#292271) 2026-02-02 10:36:53 +00:00
Josh Spicer d0058619f2 Ensure parent chat is archived when delegating (#292272)
Ensure parent chat is archived when delegating (fixes microsoft/vscode#284114)
2026-02-02 10:33:06 +00:00
Alex Ross 9ee15085a8 Don't await refresh in tree view, and add telemetry (#291902)
* Revert "Add telemetry for tree view concurrent refresh (#291540)"

This reverts commit 5181d051eb.

* Add back telemetry

* Polish

* Also log

* Remove retry
2026-02-02 09:43:51 +00:00
Johannes Rieken ee31c81c9d Merge pull request #292109 from n-gist/fix-WatchingProblemCollector-uri-comparison
fix diagnostics not being repushed from problem matcher to markerServ…
2026-02-02 10:34:34 +01:00
Osvaldo Ortega e6de9742d9 Review comment 2026-02-02 09:52:49 +01:00
Osvaldo Ortega 8b6d7ee43b Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-02 09:51:45 +01:00
Osvaldo Ortega 8f25b3b9dd Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-02 09:51:21 +01:00
Osvaldo Ortega 3ee9b01eb2 Review comments 2026-02-02 09:50:31 +01:00
Benjamin Christopher Simmonds 9931e7d956 Merge pull request #291890 from microsoft/benibenj/equal-dormouse
Include ID in reporter for telemetry tracking
2026-02-02 09:48:57 +01:00
Osvaldo Ortega cf0b8b38fa Update src/vs/workbench/browser/workbench.contribution.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-02 09:44:57 +01:00
BeniBenj 3139aa8fc7 fix: Remove extra line in JSDoc comment 2026-02-02 09:26:41 +01:00
Rob Lourens 6e3bf5072f Bump min chat render rate (#292232)
5 words/s is not reasonable. We are under-measuring in some streaming scenarios cases that are hard to measure correctly so just have a better minimum
2026-02-01 20:52:17 -08:00
Rob Lourens a42fcb8660 Don't report using subagent that doesn't exist (#292199)
* Don't report using subagent that doesn't exist

Fix #292196

* Update test to mock chatModeService.findModeByName
2026-02-01 17:28:06 -08:00
Osvaldo Ortega 46e75c3726 Adjust auxiliary bar visibility logic based on welcome page 2026-02-01 17:09:03 +01:00
Daniel Imms 77c18b8431 Merge pull request #292151 from microsoft/tyriar/291991
Fix Monaco scroll offset buffer use after destroy
2026-02-01 07:32:38 -08:00
Osvaldo Ortega 8365c4a906 Agents welcome view command fixes 2026-02-01 16:27:34 +01:00
Daniel Imms 377e7d295f Fix Monaco scroll offset buffer use after destroy
Fixes #291991
2026-02-01 06:06:21 -08:00
Benjamin Pasero 084facbe33 agent sessions - only render non-default session icons (#292116) 2026-02-01 00:11:34 -08:00
Justin Chen c6cdeb142a fix bad styling in attachments for images (#292099) 2026-01-31 19:16:05 -08:00
n-gist 3e88282abb fix diagnostics not being repushed from problem matcher to markerServer if vscode.workspace.openTextDocument is used 2026-02-01 08:13:41 +05:00
Matt Bierner e6f0ffde9c Merge pull request #291937 from mjbvz/dev/mjbvz/severe-buzzard
Update build ts versions
2026-01-31 15:34:15 -08:00
Tyler James Leonhardt 984af6f3a8 Better wording for Claude agent description (#292076) 2026-01-31 21:01:10 +01:00
Copilot 306d939cf9 Fix panel alignment command breaking with maximized auxiliary bar (#292022)
* Initial plan

* Fix panel alignment breaking when auxiliary bar is maximized

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
2026-01-31 16:33:26 +00:00
Copilot b31c729a39 Add smoke test for anonymous chat access (#291953)
* Initial plan

* Add smoke test for anonymous chat access

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

* fix

* .

* .

* .

* .

* .

* .

* .

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2026-01-31 16:33:11 +00:00
Benjamin Pasero d21910006a agent sessions - restore ability to hide sidebar when chat maximised (#292048) 2026-01-31 17:32:36 +01:00
Daniel Imms 00e0d96a9c Merge pull request #292063 from microsoft/tyriar/291952
Fix alignment in terminal inline chat widget
2026-01-31 08:20:40 -08:00
Daniel Imms 4fd19cce38 Fix alignment in terminal inline chat widget
Fixes #291952
2026-01-31 07:29:12 -08:00
Benjamin Pasero e86a8aebad agent sessions window - add auto-hide setting for activity bar (#292047) 2026-01-31 14:29:00 +01:00
Benjamin Pasero 81cd59d3b0 agent sessions - always render the badge if we have it (#292046) 2026-01-31 14:28:37 +01:00
Osvaldo Ortega 906d61af89 Merge pull request #291852 from microsoft/osortega/vivacious-peafowl
Wait until active editor change to close welcome view
2026-01-31 03:06:12 -08:00
Connor Peet 04a28998f8 tools: clean up auto-approved post-approval state (#291998)
Iterates the fix for https://github.com/microsoft/vscode/issues/288508

No assurance post-approval checks happen in a microtask. Tools results that will be auto-approved should never transition through the approval-needed state
2026-01-31 07:39:45 +00:00
Karthik Nadig 993c5c008e fix: restore freeform support and summary (#292003)
* fix: restore freeform support and summary

* add more tests
2026-01-31 01:19:38 +00:00
Connor Peet 9c2578b1e1 chat: enhance compare block diff actions and accessibility (#292005)
Adds improved diff editing workflow and accessibility features to chat
compare blocks:

- Add toggle inline/side-by-side diff view mode action with icon
- Add open in diff editor action for full editor view
- Fix isCodeCompareBlockActionContext to properly check diffEditor property
- Add readOnly context key checks to prevent editing read-only diffs
- Adjust menu order for accept/discard actions (10, 11) and diff toggle (1)
- Add toggleDiffViewMode callback to action context
- Improve screen reader accessibility for compare block toolbar
- Add width tracking to layout method for proper initialization
- Refactor CSS for compare block header with nested selectors for better
  label truncation and styling

Fixes https://github.com/microsoft/vscode/issues/287816

(Commit message generated by Copilot)
2026-01-31 01:18:19 +00:00
Connor Peet 56391d0e89 chat: fix screen cheese in sensitive file overflow (#291996)
also cleans up old height eventing that is unused since Rob's refactor.

Fixes https://github.com/microsoft/vscode/issues/277541

(Commit message generated by Copilot)
2026-01-31 00:05:24 +00:00
Elijah King cffc62ce7d Merge pull request #291351 from microsoft/international-orca
fix: switch to list-style selection for single and multi-select questions
2026-01-30 15:49:39 -08:00
Karthik Nadig a8a719a919 another bug in summary 2026-01-30 15:24:37 -08:00
Karthik Nadig f2d4d1c5ea fixing tests 2026-01-30 15:09:01 -08:00
Kyle Cutler 0632563332 Browser: fix undo, redo, select all on Mac (#291775)
* Browser: fix undo, redo, select all on Mac

* fix
2026-01-30 15:08:22 -08:00
Raymond Zhao b428b97455 chore: bump vscode/ripgrep to 1.17.0 (#272744)
* chore: bump vscode/ripgrep to 1.17.0

* Remove outdated test

Nested alternates are now supported in ripgrep 15
2026-01-30 23:05:22 +00:00
Elijah King e0bf14a405 Merge branch 'main' into international-orca 2026-01-30 14:52:27 -08:00
eli-w-king 6a20442360 ignore() 2026-01-30 14:49:29 -08:00
eli-w-king 91a2659073 updated styling and moved buttons 2026-01-30 14:45:47 -08:00
Megan Rogge 88dc2db2e8 Fix auto-approved terminal commands triggering notification and sound (#291983)
fix #288508
2026-01-30 21:59:44 +00:00