Commit Graph

140661 Commits

Author SHA1 Message Date
Daniel Imms b2481854e8 Fix test expectations 2025-11-10 06:57:11 -08:00
Daniel Imms 75041c3ee7 Merge branch 'main' into tyriar/274723_platform_terminal__api 2025-11-08 09:42:14 -08:00
Benjamin Pasero 7f96d18f60 agent sessions - UI tweaks (#276287) 2025-11-08 16:22:58 +00:00
Benjamin Pasero 8711e9a31b Reduce use of explicit any type (#274723) (#276284) 2025-11-08 17:22:14 +01:00
Benjamin Pasero e24d07fb6a Chat: sign-out/sign-in flow very broken (fix #276246) (#276278) 2025-11-08 15:33:03 +00:00
Daniel Imms 7bcad78b76 Merge pull request #276270 from microsoft/tyriar/274723_platform_terminal
Remove any from platform/terminal
2025-11-08 07:09:32 -08:00
Daniel Imms 7b73327546 Merge pull request #276266 from microsoft/tyriar/saferLightDark
Simplify light/dark icon check
2025-11-08 05:53:36 -08:00
Daniel Imms 20e3473070 Extract ITraceRpcArgs type 2025-11-08 05:50:51 -08:00
Daniel Imms a3561fc397 Remove any from terminal in api/, services/
Part of #274723
2025-11-08 05:48:23 -08:00
Daniel Imms 2a3d4aa4ed Remove any from platform/terminal
Part of #274723
2025-11-08 05:37:19 -08:00
Daniel Imms 5ed75a2045 Merge pull request #276267 from microsoft/tyriar/274723_externalTerminal
Remove any from platform/externalTerminal
2025-11-08 05:23:52 -08:00
Daniel Imms 85004906ab Merge pull request #276173 from microsoft/tyriar/276071_terminalContrib
Remove in operator from contrib/terminalContrib
2025-11-08 05:05:22 -08:00
Daniel Imms 9022c71843 Remove any from platform/externalTerminal
Part of #274723
2025-11-08 05:04:00 -08:00
Daniel Imms 75c05eb230 Simplify light/dark icon check
Following up on #276155
2025-11-08 04:52:05 -08:00
Matt Bierner 093beda61f Merge pull request #274809 from mjbvz/dev/mjbvz/flexible-cardinal
Log session resource instead of id
2025-11-08 04:48:39 -08:00
Daniel Imms 568700ffee Merge pull request #276166 from microsoft/rzhao271/coloured-bird
fix: clarify chat.tools.terminal.ignoreDefaultAutoApproveRules description
2025-11-08 04:47:41 -08:00
Daniel Imms 8d59013c9b Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-08 04:46:37 -08:00
Ladislau Szomoru 91b31240fb Chat - add files to session statistics (#276250)
* Chat - add `files` to session statistics

* Fix test
2025-11-08 08:43:08 +00:00
Megan Rogge b0a3b02a16 add proper role to dropdown action (#276186)
fixes #271500
2025-11-08 06:52:23 +01:00
Peng Lyu 60a0b8771e agent session view setting cleanup (#276239) 2025-11-07 21:05:49 -08:00
Daniel Imms 2860d0799d Merge branch 'main' into tyriar/276071_terminalContrib 2025-11-07 16:30:42 -08:00
Ladislau Szomoru 89fd28901e Git - only dispose worktree repository after it has been deleted (#276207) 2025-11-07 13:55:40 -08:00
Megan Rogge 6293b5452c undo finalization of terminal completion provider API (#276174)
addresses #276142 in main
2025-11-07 13:05:48 -08:00
Benjamin Pasero e3b53fc4ad Chat: send entitlements when anonymous usage changes (#276183) (#276184) 2025-11-07 20:45:32 +00:00
Ladislau Szomoru cc5d8fd3ee Git - do not show warning dialog when you do a non-interactive worktree migration (#276177)
* Git - do not show warning dialog when you do a non-interactive worktree migration

* Fix condition 🤦‍♂️
2025-11-07 12:31:18 -08:00
dileepyavan 6e14077b6d Adding directory support for MCP resources (#272623)
* Adding directory support for MCP resources

* Adding directory support for MCP resources

* Update src/vs/workbench/contrib/mcp/browser/mcpResourceQuickAccess.ts

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

* Adding directory support for MCP resources

* Adding directory support for MCP resources

* Add directory support for MCP resources and improve resource picker functionality

* Adding goBack button

* Adding goBack button

* Adding goBack button

* Revert "Adding goBack button"

This reverts commit 9e4b005ff5.

* code review comments

* addressing code review comments

* removing isDirectory from mcpresourcefilesystem

* implementing code review comments

* fixing lint error

* reverting changes in mcp

* updating review comments

* updating review comments

* review comments update

* review comments update

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Connor Peet <connor@peet.io>
2025-11-07 12:26:50 -08:00
Ladislau Szomoru da42ccbad2 Agent Sessions - fix description icon alignment (#276118) 2025-11-07 21:04:40 +01:00
Logan Ramos a1e6f2fe61 Add space to chat features query (#276171) 2025-11-07 19:49:12 +00:00
Matt Bierner 1f95755419 Merge pull request #276170 from mjbvz/dev/mjbvz/distinctive-turtle
Use legacy lookup for chat session
2025-11-07 11:40:17 -08:00
Megan Rogge 1be0303a7f get hidden chat terminal count to update (#276163) 2025-11-07 19:39:06 +00:00
Daniel Imms c2b2a666f5 Merge pull request #276164 from microsoft/tyriar/276071_contrib_terminal_common__other
Remove in operator from contrib/terminal/browser, electron-browser and test
2025-11-07 11:33:56 -08:00
Daniel Imms 362f432789 Remove in operator from contrib/terminalContrib
Part of #276071
2025-11-07 11:28:35 -08:00
Raymond Zhao 8d9bb76960 Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-07 11:28:16 -08:00
Copilot 79ce19cef5 Support wildcards in Settings editor ID search with @id:prefix.* syntax (#259028)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Co-authored-by: Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
2025-11-07 19:26:13 +00:00
Matt Bierner b597e3fce8 Use legacy lookup for chat session
Fixes #276167

Workaround until we get proper fix as part of #274403
2025-11-07 11:20:33 -08:00
Raymond Zhao 98d8ab8734 fix: clarify chat.tools.terminal.ignoreDefaultAutoApproveRules description 2025-11-07 11:12:34 -08:00
Daniel Imms 9673198d99 Merge remote-tracking branch 'origin/main' into tyriar/276071_contrib_terminal_common__other 2025-11-07 11:07:15 -08:00
Daniel Imms 2a730d7365 Remove in operator from contrib/terminal/browser
Part of #276071
2025-11-07 11:06:40 -08:00
Daniel Imms 6d206921dd Merge pull request #275836 from microsoft/tyriar/275828
Prevent empty dropdown when file analysis blocks auto approve
2025-11-07 11:00:44 -08:00
Daniel Imms 558f45ca2d Merge pull request #275571 from microsoft/tyriar/275568
Add git bash icon to git bash profile
2025-11-07 11:00:34 -08:00
Daniel Imms 11852a92f7 Merge pull request #276155 from microsoft/tyriar/276071_contrib_terminal_common
Remove in operator from contrib/terminal/common
2025-11-07 10:45:26 -08:00
Ladislau Szomoru e36e94ac8b Git - add the new method into the interface (#276152) 2025-11-07 18:36:53 +00:00
Daniel Imms 4d5154f8be Remove in operator from contrib/terminal/electron-browser|test
Part of #276071
2025-11-07 10:29:36 -08:00
Daniel Imms eff0a25adf Remove in operator from contrib/terminal/common
Part of #276071
2025-11-07 10:24:58 -08:00
Ladislau Szomoru 55e72a1f5e Git - basic extension API to compute working tree short stats (#276134)
* Git - basic extension API to compute working tree short stats

* Fix call

* Fix function
2025-11-07 17:47:07 +00:00
Connor Peet a4fa4eaa3e tools: fix wrong data passed to tool schema uri (#276137)
Refs #276029
2025-11-07 17:34:43 +00:00
Daniel Imms dbbd7fcbdc Merge pull request #276130 from microsoft/tyriar/pipes
windowsExec ?? -> ||
2025-11-07 09:22:04 -08:00
Daniel Imms cfec8cce06 Merge pull request #276127 from microsoft/tyriar/276071_wslprofile
Has alt method for checking wsl profile key
2025-11-07 09:18:58 -08:00
Daniel Imms 2cfecac84a Merge pull request #276125 from microsoft/tyriar/276071_termapi
Remove in operator from api/**terminal**
2025-11-07 09:11:11 -08:00
Megan Rogge b6a7dfe301 add space if needed before label detail (#275588)
fixes #275555
2025-11-07 09:10:27 -08:00