Commit Graph

147751 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
88a4ff6324 Fix tests to use URI.file() for platform-independent paths
Co-authored-by: mjbvz <12821956+mjbvz@users.noreply.github.com>
2026-03-06 18:47:40 +00:00
copilot-swe-agent[bot]
d8bad4f1d4 Fix file:// links showing ugly URL-encoded hover tooltip in markdown renderer
Co-authored-by: mjbvz <12821956+mjbvz@users.noreply.github.com>
2026-03-06 01:17:56 +00:00
copilot-swe-agent[bot]
56bb369855 Initial plan 2026-03-06 01:09:19 +00:00
David Dossett
3a1f21945b Chat input: allow narrower sidebar before icon-only collapse, stop hiding tools button (#299644)
* chat: delay picker collapse and keep tools in toolbar overflow

* rename constant to CHAT_INPUT_PICKER_COLLAPSE_WIDTH per review
2026-03-05 17:08:57 -08:00
Connor Peet
ea3dfdd3ae mcp: fix sampling model selection to exclude CLI models (#299635)
mcp: fix default model selection to exclude CLI models

- Changes _findMatchingModel to use a new _getDefaultModels helper instead
  of filtering for models with ChatAgentLocation.Chat default location
- The new _getDefaultModels method filters for free models (no multiplier
  numeric or target chat session type), preventing CLI-only models from
  being selected as defaults by default
- Also removes unused ChatAgentLocation import

Fixes #299336

(Commit message generated by Copilot)
2026-03-05 16:35:24 -08:00
Justin Chen
868871202b fix terminal autopilot + some description language (#299562)
* fix terminal autopilot + some description language

* fix ci

* use last focused widget:

* autoreply in autopilot

* better wording around task complete tool + auto reply for ask questions
2026-03-05 16:19:22 -08:00
Matt Bierner
d6cd758cb9 Merge pull request #299631 from mjbvz/dev/mjbvz/left-cricket
Use older zip.js
2026-03-05 16:04:29 -08:00
Logan Ramos
8d20dd5210 Fix model swap (#299621) 2026-03-05 23:25:42 +00:00
Megan Rogge
b24b147db4 ensure slash command usage is tracked and causes tip to hide (#299596)
fixes #299443
2026-03-05 15:23:53 -08:00
Matt Bierner
7165ef63e3 Use older zip.js 2026-03-05 14:47:37 -08:00
Megan Rogge
2252c1911d fix close button positioning (#299611)
fixes #299579
2026-03-05 21:57:33 +00:00
Matt Bierner
31a7e36b49 Merge pull request #299526 from mjbvz/dev/mjbvz/apparent-trout
Temporarily restore webpack ext builds
2026-03-05 13:57:12 -08:00
Megan Rogge
a5876c850f fix some issues with tips, remove some (#299608) 2026-03-05 13:44:14 -08:00
Matt Bierner
e1116427ee Restore old package-lock exact version 2026-03-05 13:28:32 -08:00
Matt Bierner
356e210df9 Merge branch 'main' into dev/mjbvz/apparent-trout 2026-03-05 13:08:07 -08:00
Raymond Zhao
b290036d24 chore: test gif transfer (#299560) 2026-03-05 19:15:11 +00:00
Megan Rogge
412a817d88 fix chat question height (#299557)
fix #299556
2026-03-05 18:59:56 +00:00
Kyle Cutler
daf369a0ea Validate URLs in open browser tool (#299555) 2026-03-05 18:55:26 +00:00
dileepyavan
343b4af2e4 [MCP_Sandboxing]: Add ripgrep path to env variables (#299320)
include ripgrep path
2026-03-05 10:47:48 -08:00
David Dossett
65ecbd4b56 Persist sessions sidebar section collapse state (#299355)
* Persist sessions sidebar section collapse state

* Address PR feedback: guard programmatic collapse and validate JSON
2026-03-05 10:35:22 -08:00
dependabot[bot]
3487365a09 Bump hono from 4.12.3 to 4.12.5 in /test/mcp (#299285)
Bumps [hono](https://github.com/honojs/hono) from 4.12.3 to 4.12.5.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.3...v4.12.5)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2026-03-05 18:11:06 +00:00
andysharman
432c85934c Add chatMode and sessionType to interactiveSessionProviderInvoked telemetry (#299364)
Track the active chat mode and session type on each chat request.
chatMode uses getModeNameForTelemetry for proper identification of
extension-contributed modes like Plan, with hashing for user-created agents.
sessionType captures the session resource scheme.

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2026-03-05 17:29:29 +00:00
Robo
2ba48d2b52 chore: update dependency info for inno-updater bump (#299394) 2026-03-05 09:15:36 -08:00
Matt Bierner
9086b47862 Temporarily restore webpack ext builds
Needed since https://github.com/microsoft/vscode/pull/298920 snuck in which brought back webpack for the github extension
2026-03-05 08:45:54 -08:00
Logan Ramos
9a4492fde6 Cleanup some team members from end game notebook (#299507) 2026-03-05 16:59:46 +01:00
Johannes Rieken
61dc401a3f workaround for https://github.com/microsoft/vscode/issues/299484 (#299503) 2026-03-05 15:13:27 +00:00
Johannes Rieken
1a608475b8 fix: update precondition for FixDiagnosticsAction and hide input widget on command execution (#299499)
fixes https://github.com/microsoft/vscode/issues/299251
2026-03-05 14:53:33 +00:00
Benjamin Pasero
0c87a51e30 sessions - do not steal focus when auto-opening changes view (#299487)
fix - update `syncAuxiliaryBarVisibility` to open view
2026-03-05 13:41:03 +00:00
Lee Murray
0e211b2d79 Merge pull request #299475 from microsoft/mrleemurray/update-context-usage-widget
Refactor chat context usage widget structure and styling
2026-03-05 13:15:16 +00:00
Benjamin Pasero
2df781bda9 sessions - allowlist more commands to run in modal editors (#299464) 2026-03-05 13:56:52 +01:00
Lee Murray
32acff1aa2 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-05 12:52:10 +00:00
Lee Murray
f957df8e89 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-05 12:51:58 +00:00
Lee Murray
5a8fb3c212 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-05 12:51:04 +00:00
mrleemurray
5ffa330178 refactor(chat): remove unused actions section and clean up CSS 2026-03-05 12:45:29 +00:00
mrleemurray
5b18dda8fe refactor(chat): update structure and styling for context usage widget
Co-authored-by: Copilot <copilot@github.com>
2026-03-05 12:42:20 +00:00
Don Jayamanne
c08bdfcb13 feat: add optional id field to ChatRequestModeInstructions interface (#299128)
* feat: add optional id field to ChatRequestModeInstructions interface

* feat: surface uri instead of id in ChatRequestModeInstructions (#299166)

* Initial plan

* feat: surface uri instead of id in ChatRequestModeInstructions

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>
2026-03-05 12:32:59 +00:00
Copilot
c35a1a5fb6 Fix SCM input widget ignoring editor.roundedSelection setting (#299398)
* Initial plan

* fix: SCM input widget respects editor.roundedSelection setting

Co-authored-by: lszomoru <3372902+lszomoru@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lszomoru <3372902+lszomoru@users.noreply.github.com>
2026-03-05 12:16:40 +00:00
Lee Murray
8017e756f0 Merge pull request #299458 from microsoft/mrleemurray/smoggy-orange-scorpion
Make disabledForeground color darker in 2026 Dark theme
2026-03-05 12:16:08 +00:00
Benjamin Pasero
4e443a1c31 sessions - show folder icon instead of worktree when session has no worktree (#299456)
feat - distinguish worktree vs folder in session icon
2026-03-05 11:43:31 +00:00
mrleemurray
a29d3c0f6f Fix disabledForeground color in 2026 Dark theme 2026-03-05 11:37:45 +00:00
Benjamin Pasero
3488ba472a sessions - allow all workbench commands when useModal is all (#299431)
* refactor - remove unused `IWorkbenchEnvironmentService`

* [WIP] Address feedback on modal editor workbench commands (#299450)

* Initial plan

* Cache useModal config value to avoid repeated lookups on keydown

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>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
2026-03-05 03:32:25 -08:00
Benjamin Pasero
91c1a5a8bf sessions - hide "Open as Editor" and "Open to the Side" in agent sessions window (#299428)
* chore - clean up `mcp.json` and update imports in `agentSessionsActions.ts`

* chore - update `mcp.json` with server configurations

* Disable "Open as Editor" / "Open to the Side" keybindings in Sessions Window (#299430)

* Initial plan

* fix: disable keybindings for Open as Editor/Open to the Side in Sessions Window

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>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
2026-03-05 03:32:04 -08:00
Lee Murray
cbcd2d79f9 Merge pull request #299451 from microsoft/mrleemurray/conventional-tan-cat
update selection background colors in 2026 dark and light themes for better visibility
2026-03-05 11:31:56 +00:00
Sandeep Somavarapu
79fbc6b378 Sessions: Show repo name with worktree basename in workspace folder label (#299448)
Show repo name with worktree basename in workspace folder label

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-05 11:18:49 +00:00
mrleemurray
6ae33b0d28 update selection background colors in 2026 dark and light themes for better visibility 2026-03-05 11:10:37 +00:00
Matt Bierner
5cecdadd6f Merge pull request #299396 from mjbvz/dev/mjbvz/significant-moose
Copy over .sh scripts in git extension too
2026-03-04 23:28:14 -08:00
Benjamin Pasero
a482aa047d Revert "sessions - allow to open preview from markdown files" (#299392)
Revert "sessions - allow to open preview from markdown files (#299047)"

This reverts commit a7f87d92f9.
2026-03-05 07:13:06 +00:00
Copilot
d4e6af8390 Default to recursively searching for *.instructions.md in .github/instructions to match CLI & Web experiences (#298973)
* Initial plan

* feat: search recursively in .github/instructions for *.instructions.md files

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

* refactor: limit recursive instructions traversal to default source folders only

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

* refactor: limit recursive instructions traversal to non-root, wildcard-free folders with max depth 5

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

* fix: use isEqual from resources.ts for URI comparison in resolveFilesAtLocation

Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2026-03-05 07:09:39 +00:00
Matt Bierner
59cb786bc1 Copy over .sh scripts in git extension too
Fixes #299332

Restoring previous webpack behavior. In the future let's consider just moving these to the `git/scripts` folder so we don't have to copy them around
2026-03-04 23:07:52 -08:00
Sandeep Somavarapu
5ee6f4f532 fix reading configuration from workspace folders (#299302)
* fix reading configuration from workspace folders

* feedback
2026-03-05 07:59:20 +01:00