Skip to content

[pull] main from microsoft:main#1066

Merged
pull[bot] merged 27 commits intocode:mainfrom
microsoft:main
Mar 23, 2026
Merged

[pull] main from microsoft:main#1066
pull[bot] merged 27 commits intocode:mainfrom
microsoft:main

Conversation

@pull
Copy link

@pull pull bot commented Mar 23, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

benibenj and others added 27 commits March 23, 2026 16:40
* model picker feedback fixes

* fix alignment

* select model when sub menu value is selected

* feedback
fix: update Azure CLI command handling to support parameter values with spaces and improve usage documentation
* agentPlugins: add plugin creation flow

* tests and comments
editor: fix paste preference filter iterating wrong array

Co-authored-by: xingsy97 <xingsy97@outlook.com>
* Remove unnecessary progress handling in Copilot CLI forking

* Updates
#303627)

Extensions can now contribute agent plugins via the `chatPlugins` key
in their package.json, following the same pattern as `chatSkills`.

Each entry points to a plugin root directory within the extension that
is discovered by a new `ExtensionAgentPluginDiscovery` class, which
plugs into the existing agent plugin discovery infrastructure.

- Registers `chatPlugins` extension point with JSON schema (path, when)
- Evaluates and reacts to `when` context key expressions
- Prompts to uninstall the providing extension on plugin removal
* Set max-height on chat input part
For #301249

* Allocate some space for list

* this

* tweaks

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

---------

Co-authored-by: Copilot <copilot@github.com>
* Add "add remote" command to sessions app

* Fixes

* Tweak setting
…304249)

During window reload/close, disconnect() was awaiting the extension host
process exit (up to 6s grace period), which blocked the renderer from
navigating. The main process already handles the grace-period-and-kill
via WindowUtilityProcess.registerWindowListeners (onWillLoadWindow/closed).

Now disconnect() sends the Terminate message (so extensions can deactivate)
and only signals the main process to enforce the kill timer for the restart
case (via fire-and-forget waitForExit).
Co-authored-by: Copilot <copilot@github.com>
…ponses (#301565)

* Initial plan

* Add inline reference handling with file paths to Accessible View

When the Accessible View renders chat responses, inline file references
(kind: 'inlineReference') were previously skipped entirely. This adds
handling to include the file name and full path (and line number for
locations) so screen reader users get the same context as the visual UI.

- Handle URI references: show "name (path)"
- Handle Location references: show "name (path:line)"
- Handle workspace symbol references: show "name (path:line)"
- Add 3 new tests verifying inline reference rendering

Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>

* Revert unintended monaco.d.ts changes from gulp compile

Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>

* Rename ambiguous variable in test (location -> fileLocation)

Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Co-authored-by: Megan Rogge <merogge@microsoft.com>
* Move .claude creation for testing agent harness to postinstall

title says it all

* rest
@pull pull bot locked and limited conversation to collaborators Mar 23, 2026
@pull pull bot added the ⤵️ pull label Mar 23, 2026
@pull pull bot merged commit 8978366 into code:main Mar 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.