Commit Graph

141736 Commits

Author SHA1 Message Date
Johannes Rieken b299fed13c show error details of failed requests in v2 UI (#279959)
re https://github.com/microsoft/vscode/issues/278065
2025-11-28 12:46:20 +01:00
Johannes Rieken a1fc464b8e when inline v2 is used, don't show models that do not support tool calling (#279956)
https://github.com/microsoft/vscode/issues/278065
2025-11-28 12:31:59 +01:00
Johannes Rieken 51eb8fbd82 show progress message (in placeholder place) (#279953)
re https://github.com/microsoft/vscode/issues/278057

also disables MCP via !canUseTools
2025-11-28 10:42:08 +00:00
Ladislau Szomoru f82e5b142d SCM - 💄 more tree cleanup removing old code (#279943) 2025-11-28 08:56:52 +00:00
Benjamin Pasero a5c6c39c1a agent sessions - more layout tweaks in chat view (#279940) 2025-11-28 08:47:15 +00:00
Don Jayamanne 8c80103748 Update prompt instructions for chat contributions when running prompt files (#279847) 2025-11-28 08:05:25 +00:00
Ladislau Szomoru eff167f92d SCM - 💄 remove tree option that is not needed (#279934) 2025-11-28 07:52:24 +00:00
Rob Lourens c5e84e2798 Remove background agent setting (#279215)
* Remove background agent setting

* Fix test

* Fix test

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2025-11-28 05:29:20 +00:00
Rob Lourens 9eff6317fb Eliminate IChatAgentRequest.sessionId (#279687)
* Eliminate IChatAgentRequest.sessionId
For #274403

* Reply to copilot
2025-11-28 05:06:25 +00:00
Benjamin Christopher Simmonds 4372b8b643 Merge pull request #279850 from microsoft/benibenj/sound-lizard
Fix incorrect type for emptyViewData
2025-11-28 02:47:22 +01:00
BeniBenj 6de6c96c1b fix incorrect type 2025-11-27 23:45:12 +01:00
Copilot 8513346681 Add long distance hint telemetry to inline completion end-of-life events (#279564)
* Initial plan

* Add long distance hint telemetry to inline completions

Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>
2025-11-27 21:44:08 +00:00
Benjamin Christopher Simmonds a29151bed2 Merge pull request #279844 from microsoft/benibenj/psychiatric-nightingale
Add performance marker for active suggestions
2025-11-27 22:41:45 +01:00
BeniBenj 0360c037ff add performance marker 2025-11-27 22:13:28 +01:00
Bhavya U e191637f27 cleanup welcome view rendering logic (#279840) 2025-11-27 12:35:19 -08:00
Ladislau Szomoru d6c7e4d64b SCM - improve incoming changes history item position (#279836) 2025-11-27 11:31:24 -08:00
Henning Dieterichs 269d1c9a95 NES performance improvements (#279835) 2025-11-27 19:30:32 +01:00
Henning Dieterichs f958d29a19 Fixes https://github.com/microsoft/vscode/issues/279792 (#279821)
* Fixes https://github.com/microsoft/vscode/issues/279792

* Remove dead code

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2025-11-27 17:43:16 +01:00
Ladislau Szomoru 24dce8f336 Revert "Use custom hovers in rendered markdown for link titles" (#279813)
This reverts commit 8a20fa14ae.
2025-11-27 16:05:14 +01:00
Robo aac004a322 fix: crash when resolving modules on process exit (#279806)
* chore: update build

* chore: bump distro
2025-11-27 15:52:23 +01:00
Benjamin Christopher Simmonds ee661ed9fb Merge pull request #279808 from microsoft/benibenj/inadequate-cicada
Improve rename layouting
2025-11-27 15:36:32 +01:00
Benjamin Pasero 93fab78e39 agent sessions - chat view layout fixes (#279774) 2025-11-27 14:18:00 +00:00
BeniBenj 91fbdd2d97 Improve rename layouting 2025-11-27 15:16:21 +01:00
Benjamin Pasero 6a44fc1ac8 chat - for now disable chat.promptFilesRecommendations as workspace setting (#279796)
We have meanwhile added `agent` as built-in mode, so it seems counter intuitive to ask the user to use `plan-fast` or `plan-deep`
2025-11-27 22:58:16 +09:00
Ladislau Szomoru 0900b605ec SCM - view as list/tree actions are now hidden by default but can be manually restored (#279798)
* Revert "SCM - remove View as Tree/List actions from the Changes view's title (#272319)"

This reverts commit b42b378761.

* SCM - view as list/tree actions are now hidden by default but can be manually restored
2025-11-27 13:29:11 +00:00
Don Jayamanne 3735db0c82 Display symbol references returned by contributed chat sessions (#279788) 2025-11-27 14:06:58 +01:00
Don Jayamanne 19c4384c88 Display diagnostics returned by Chat session history contributions (#279770)
* Display diagnostics returned by Chat session history contributions

* Update src/vs/workbench/api/common/extHostChatSessions.ts

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

* Update src/vs/workbench/api/common/extHostChatSessions.ts

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

* Address review comments

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-27 12:36:31 +01:00
Benjamin Pasero a2ad562e64 Reduce use of explicit any type (#274723) (#279751) 2025-11-27 08:56:44 +00:00
Benjamin Pasero 6f702802e6 Resizing chat smaller than a given width cuts off content (fix #279484) (#279745) 2025-11-27 09:14:00 +01:00
Don Jayamanne 012a4949d0 Ensure Prompt variables are rendered correctly in contributed Chat Sessions history items (#279727)
* Ensure Prompt variables are rendered correctly in contributed Chat Sessions history items

* Fixes

* fixes
2025-11-27 07:18:09 +01:00
Don Jayamanne 48baa94185 Ensure ChatReferenceDiagnostic can be constructed in extension (#279729)
Ensure ChatReferenceDiagnostic can be contructed in extension
2025-11-27 07:17:28 +01:00
Dmitriy Vasyura 1d9c1b271a Make use of glob patterns by file system watchers case-aware (#277501)
* Make use of glob patterns by file system watcher case-aware

* Fix build break

* Fix unit-tests

* Added unit-tests for case-insensitive glob matching.

* PR feedback

* Add jdoc comments on GlobCaseSensitivity enum.

* Simplify toGlobCaseSensitivity per PR feedback

* PR feedback

* Revert changes to support case sensitivity option.

* Remove unneeded unit-tests.

* Test updates

* Revert unrelated changes.

* Revert more unrelated changes.

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2025-11-27 06:15:12 +01:00
Don Jayamanne c9b7a5ad10 Fix Notebook cell scroll when cell is larger than viewport (#279719) 2025-11-27 05:52:33 +01:00
Connor Peet 3bcf50aab7 chore: bump supported mcp version (#279713) 2025-11-27 03:20:38 +00:00
Rob Lourens 87aed4ff5d Add 'prompt' param to chat url handler (#279702)
Fix #279701
2025-11-26 18:28:19 -08:00
Osvaldo Ortega 8aa9103b65 Adding history back to sessions view (#279412)
* Adding history back to sessions view

* Deprecated

* Review comment
2025-11-26 17:52:51 -08:00
Anthony Kim cc49204490 Resolve regression where build task did not start in wsl (#279249)
* Debug wsl cwd regression 3

* skip trust check if remote or has explicit shellLaunchConfig.cwd

* TODO: remove logs

* comments

* More logs to show better debugging

* Debug getLastActiveWorkspaceRoot

* Remove .getLastActiveWorkspaceRoot(Schemas.file);

* Clean up all logs, remove

* One last debug before final cleanup

* Only go into second process exit when workspace is empty

* Clean up the debugging logs, not needed anymore

* Only ban terminal when untristed and NOT remote

* Try to get local from remote to create terminal in untrusted remote workspace
2025-11-27 01:13:02 +01:00
Benjamin Christopher Simmonds 783f3f6647 Merge pull request #279685 from microsoft/benibenj/unaware-tarantula
More edit kind data
2025-11-27 00:57:24 +01:00
BeniBenj 939b925ab0 More edit kind data 2025-11-27 00:30:41 +01:00
Dmitriy Vasyura 52a836e390 Merge pull request #279658 from microsoft/dev/dmitriv/fetch-tool-improvement
Improve fetch tool heuristic
2025-11-26 15:12:08 -08:00
Benjamin Christopher Simmonds b893e196fe Merge pull request #279680 from microsoft/benibenj/young-jaguar
Improve rename handling in inline edits
2025-11-27 00:09:42 +01:00
BeniBenj 3acb1d1b4b improved rename rendering 2025-11-26 23:49:55 +01:00
Rob Lourens 93e385b750 Fix 'send to new chat' (#279670)
Fix #279379
2025-11-26 22:05:20 +00:00
Josh Spicer 93859fe65b pass silentAgentId to workbench.action.chat.openNewSessionEditor.${contribution.type} (#279664)
pass silentAgentId to workbench.action.chat.openNewSessionEditor.${contribution.type} to new prompt API
2025-11-26 21:26:56 +00:00
Ben Villalobos 635da48cc8 Update /find-issue prompt (#279663) 2025-11-26 21:22:20 +00:00
Paul d2865ebb0c Add support for GH Custom Agents (#278251) 2025-11-26 12:57:19 -08:00
Josh Spicer 8d6b74026f update chat sessions getting started (#279657)
* update agents/chat sessions getting started

* update distro -> https://github.com/microsoft/vscode-distro/commit/8d0f0a233a0f24fe74a2e4d70cd69cf7171920d5
2025-11-26 20:33:35 +00:00
Justin Chen c3777d241c fix screen cheese/already in transaction error (#279654)
fix already in transaction error'
2025-11-26 20:16:33 +00:00
Josh Spicer 20520e8863 clear parent widget after continue on (#279651) 2025-11-26 20:15:20 +00:00
Josh Spicer b8917d2337 clear parent chat when using handoff continueOn option (#279650)
* clear parent chat when using handoff continueOn option

* Update src/vs/workbench/contrib/chat/browser/chatWidget.ts

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

* Update src/vs/workbench/contrib/chat/browser/chatWidget.ts

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

* Update src/vs/workbench/contrib/chat/browser/chatWidget.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-26 15:14:17 -05:00