Commit Graph

148895 Commits

Author SHA1 Message Date
mrleemurray
1556677acc Improve chat session header injection logic to target specific container elements 2026-03-20 12:56:55 +00:00
Ladislau Szomoru
17f2de9b29 Sessions - fix code review toolbar contribution (#303464) 2026-03-20 12:18:35 +00:00
Johannes Rieken
f0524cc066 Merge pull request #303454 from microsoft/joh/marker-hover-menu-actions
editor hover: add MenuId for marker hover status bar actions
2026-03-20 12:44:47 +01:00
Christof Marti
b5b6be62d7 Avoid getting redacted due to keyword matches (#287739) 2026-03-20 11:28:58 +00:00
Ladislau Szomoru
b4317ecbaf Sessions - add commit skill and adopt it in the pull requestion creation instructions (#303443)
* Sessions - add commit skill and adopt it in the pull requestion creation instructions

* Pull request feedback
2026-03-20 12:23:27 +01:00
Johannes Rieken
54cd946ffc Merge branch 'main' into joh/marker-hover-menu-actions 2026-03-20 12:22:18 +01:00
Benjamin Christopher Simmonds
deca02023f Fix CI status widget header label vertical alignment (#303455)
* fix: enhance title styling in CI Status Widget for better alignment

* fix: set monaco-icon-label height to 18px in CI status widget title

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-20 11:46:00 +01:00
Martin Aeschlimann
3f9004083b Support for nested subagents (#302944)
* Support for nested subagents

* Potential fix for pull request finding

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

* update

* update

* Potential fix for pull request finding

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

* Potential fix for pull request finding

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

* Potential fix for pull request finding

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

* rename setting to 'chat.subagents.maxDepth'

* fix test

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-20 11:45:12 +01:00
Johannes Rieken
4c9386b97d Merge pull request #303427 from microsoft/copilot/fix-inline-chat-history-navigation
Inline chat v3: add history navigation on arrow up/down
2026-03-20 11:37:25 +01:00
Benjamin Christopher Simmonds
74054b851c Submit active session feedback action and CI check improvements (#303336)
submit and ci check primary actions
2026-03-20 11:15:22 +01:00
Nick Trogh
582873ecf0 Add support for exporting default keybindings (#299026)
* feat(keybindings): add support for exporting default keybindings for all platforms

* Refactor code and rename command

* Update src/vs/workbench/services/keybinding/browser/keybindingService.ts

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

* Make export only available for Insiders

* Refactor code to avoid loading in web

* Refactor for minimal impact

* Fix eslint warning

* Remove console.log

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 11:06:31 +01:00
Robo
4b258535ff fix: skip file and folder uris for sessions app (#303432) 2026-03-20 19:01:58 +09:00
Martin Aeschlimann
90c1fec29f skills: do not filter skills with missing name/description (#303173)
* skills: do not filter skills with missing name/description

* Potential fix for pull request finding

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

* Potential fix for pull request finding

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

* update

* update

* update

* update

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-20 09:59:46 +00:00
Johannes
c39fcb016c marker hover: add MenuId for status bar actions and register Fix action 2026-03-20 10:54:29 +01:00
Benjamin Pasero
687da2d348 Restructure agent sessions filter menu with sort and group radios (#303399)
* feat - add sorting functionality for agent sessions

* style - update titles for sorting and grouping actions

* style - update sorting and grouping action titles

* style - update reset filter action title

* tests - add groupAgentSessionsByDate sortBy tests

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

* fix - use lastRequestEnded for sort-by-updated

The 'Sort by Updated Date' option now uses lastRequestEnded (the last
response time) instead of lastRequestStarted, matching the signal the
model uses for read-state tracking. This applies to both sorting order
and date group bucketing.

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

* fix - show updated date in session description row

When sorting by updated date, the time label in each session's
description row now reflects lastRequestEnded instead of created,
keeping the displayed date consistent with the sort order.

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

* ccr

* .

* .

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-20 09:22:20 +00:00
Martin Aeschlimann
1cc94a1ec4 chat customizations: new grouping for instructions (#303335)
* chat customizations: new grouping for instructions

* fix import

* Update src/vs/workbench/test/browser/componentFixtures/aiCustomizationListWidget.fixture.ts

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

* Update src/vs/workbench/test/browser/componentFixtures/aiCustomizationListWidget.fixture.ts

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

* Update src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationListWidget.ts

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

* fix

* update

* update

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 10:14:47 +01:00
copilot-swe-agent[bot]
c49415cf1f Add history navigation (arrow up/down) to inline chat v3 input widget
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/f58ffb33-62c1-4de4-866d-cdf17e6d849b
2026-03-20 09:12:32 +00:00
Ladislau Szomoru
a7b748aa73 Sessions - fix regression with persisting view mode (#303404)
Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2026-03-20 09:10:13 +00:00
copilot-swe-agent[bot]
00fdd06d8a Initial plan 2026-03-20 09:04:25 +00:00
Johannes Rieken
04586b852a Merge pull request #303413 from microsoft/revert-303319-sandy081/existing-quokka
Revert "Revert "chore - Add telemetry logging for chat editing session store and restore events (#303225)""
2026-03-20 09:35:31 +01:00
Robo
31ed44d62d fix: support protocol handling for sessions app on windows (#303398)
* fix: support protocol handling for sessions app on windows

* chore: always use HKCU for protocol registration
2026-03-20 08:33:22 +00:00
Johannes
2fc003844a fix editSessionId 2026-03-20 09:15:35 +01:00
Johannes Rieken
aa152e6756 Revert "Revert "chore - Add telemetry logging for chat editing session store …"
This reverts commit 36c908a37b.
2026-03-20 09:08:32 +01:00
Don Jayamanne
0b90e94168 Disable terminal sandboxing for confirmation prompts (#301940)
* Disable terminal sandboxing for confirmation prompts

* Potential fix for pull request finding

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

* Simpler

* Revert

* Rename with comments

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-19 21:56:03 -07:00
dileepyavan
42986aaffd Restore sandbox lock message for background commands (#303381)
Restore sandbox lock message for background commands.
2026-03-20 14:35:59 +11:00
Robo
4315cca958 Revert "chore: bump electron@39.8.3" (#303369)
* Revert "chore: bump electron@39.8.3 (#302875)"

This reverts commit d4f7ac5014.

* chore: bump distro
2026-03-20 02:21:37 +00:00
Josh Spicer
14d5176f5f Fix MCP servers from Copilot extension showing under Extensions inste… (#303359)
Fix MCP servers from Copilot extension showing under Extensions instead of Built-in

Servers from github.copilot and github.copilot-chat are now treated as
built-in. Only servers from other extensions show under the Extensions group.
2026-03-20 11:18:27 +09:00
Peng Lyu
cbc648ad89 Support rendering image pills when thinking parts are collapsed. (#303363)
* Support rendering image pills when thinking parts are collapsed.

* 💄
2026-03-20 13:15:02 +11:00
Lee Murray
2e7711d796 Sessions: Implement collapsed panel widgets for sidebar and auxiliary bar (#303253)
* Implement collapsed panel widgets for sidebar and auxiliary bar

Co-authored-by: Copilot <copilot@github.com>

* Update new session command to open chat in collapsed sidebar widget

Co-authored-by: Copilot <copilot@github.com>

* Refactor collapsed panel widgets and update sidebar visibility conditions

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
2026-03-20 13:14:32 +11:00
Vijay Upadya
820aec47a7 Agent Debug panel: Fix Copilot CLI sessions not appearing until the second message was sent (#303356)
* Fix Copilot CLI sessions not appearing in Chat Agent Debug panel on first message

* feedback update
2026-03-20 00:59:49 +00:00
Josh Spicer
9541d49335 chat customizations: component fixtures, developer skill, spec updates (#303309)
* component explorer fixture for chat customization tabs

* chat customizations: full editor fixture + developer skill

* Refine AI customization management editor fixtures

* fix: update DOM element creation to use shorthand syntax

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2026-03-20 00:37:36 +00:00
Elijah King
6cf4072494 Merge pull request #300560 from microsoft/eli/compact-command-center-status
Compact agent status
2026-03-19 17:34:21 -07:00
Vijay Upadya
9bdfc5c14b Agent debug log export: include session Id in filename and show success notification (#303334)
* agent debug export notification

* feedbackl updates
2026-03-20 00:00:59 +00:00
Kyle Cutler
c52ead66d9 Browser API optimizations (#303321)
* Browser API optimizations

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

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

* tests

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 00:38:36 +01:00
eli-w-king
b6e8c5a173 refactor, addressed comments 2026-03-19 16:35:58 -07:00
Christof Marti
4be80a8b42 Update to @vscode/proxy-agent 0.40.0 (#298236) 2026-03-19 23:34:29 +00:00
Elijah King
b49e539a5a Merge branch 'main' into eli/compact-command-center-status 2026-03-19 16:23:31 -07:00
eli-w-king
ca12dcbdd2 fixed setting and window title 2026-03-19 16:19:10 -07:00
Justin Chen
e29b65b1bc don't show shimmer for things that shouldn't shimmer (#303327) 2026-03-19 23:07:37 +00:00
Sandeep Somavarapu
36c908a37b Revert "chore - Add telemetry logging for chat editing session store and restore events (#303225)" (#303319)
This reverts commit 3b60cf4f67.
2026-03-19 16:04:10 -07:00
Kyle Cutler
0c355cbbf2 Browser: feature contributions for storage / devtools (#303320)
* Browser: feature contributions for storage / devtools

* Update src/vs/workbench/contrib/browserView/electron-browser/features/browserDataStorageFeatures.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-19 22:42:48 +00:00
Kyle Cutler
b4018e320b Never use simple browser on desktop (#303312)
* Never use simple browser on desktop

* Update extensions/simple-browser/package.nls.json

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-19 14:56:56 -07:00
Martin Aeschlimann
caef4ed7e4 fix aiCustomizationListWidget.fixture.ts (#303311) 2026-03-19 14:50:51 -07:00
Ladislau Szomoru
55a8db1b31 Sessions - more changes view cleanup (#303303)
* Sessions - more changes view cleanup

* Pull request feedback

* More changes
2026-03-19 20:53:13 +00:00
Kyle Cutler
3f4f33b7da Fix close tracking in browser API (#303304) 2026-03-19 13:47:36 -07:00
Osvaldo Ortega
c5e5efacb5 Merge pull request #303299 from microsoft/copilot/inherent-hornet
Collapse inactive repo sections in agent sessions view
2026-03-19 14:42:57 -06:00
Connor Peet
fe5c4e1ccc Merge pull request #302995 from microsoft/connor4312/ahp-auth
agentHost: 9728-style protected resource auth
2026-03-19 13:23:05 -07:00
Kyle Cutler
38742b5a61 Browser Quick Open / Tab Management (#303058)
* Browser Quick Open

* feedback, toolbar

* Feedback, close all
2026-03-19 13:20:55 -07:00
Benjamin Pasero
750a39f9ea sessions - viewer tweaks (#303298) 2026-03-19 21:13:21 +01:00
Osvaldo Ortega
e2172fd8bb Merge origin/main and resolve conflicts
Adopt upstream otherSessions array pattern for groupSessionsByRepository
while keeping the centralized AgentSessionSectionLabels label. Keep both
resetSectionCollapseState and collapseAllSections on the interface.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-19 14:11:04 -06:00