Skip to content

Comments

[pull] main from microsoft:main#950

Merged
pull[bot] merged 35 commits intocode:mainfrom
microsoft:main
Feb 20, 2026
Merged

[pull] main from microsoft:main#950
pull[bot] merged 35 commits intocode:mainfrom
microsoft:main

Conversation

@pull
Copy link

@pull pull bot commented Feb 20, 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 : )

osortega and others added 30 commits February 18, 2026 20:12
- Updated NewChatContextAttachments to include file listing from the workspace folder.
- Modified showPicker method to accept folderUri and handle file picks accordingly.
- Adjusted NewChatViewPane to pass selected folder URI to the context attachments.
- Disabled file tree view registration in favor of the new "Add Context" picker.
* Add tool-rename-deprecation skill for legacy name backward compat

* Fix deprecated name resolution for namespaced tool references in toolsets

When a tool belongs to a toolset and has legacyToolReferenceFullNames,
the deprecated names map now includes the namespaced form (e.g.
vscode/openSimpleBrowser → vscode/openIntegratedBrowser). Previously
only the bare name was mapped, so agent files using the full
toolSet/toolName path got 'Unknown tool' instead of the rename hint.
Add handling for carousel completion in ChatInputPart and introduce tests for ChatQuestionCarouselData
* fix layout

* fix: prevent adding unnecessary separators in model picker items
* make session allow the default

* only apply to tools for now
…T18-49-19

File provider for sessions dedicated view context
The tr:last-child rule was removing the bottom border from thead th
cells since the header row is always the last (and only) child of
thead. Scope the rule to tbody only so the header border is preserved.
Sessions window: image copy/paste handler
DonJayamanne and others added 5 commits February 19, 2026 17:58
* fix rerendering and duplication

* fix parent issue
* mcp: add resource support to gateway

Extends the MCP gateway to support resources alongside tools:

- Adds resource-related interfaces to IMcpGatewayToolInvoker: onDidChangeResources,
  listResources, readResource, listResourceTemplates
- Implements resource URI encoding/decoding to namespace resources from different
  MCP servers using server index suffixes (e.g., 'file:///resource-0')
- Adds handlers for resources/list, resources/read, resources/templates/list RPC methods
- Broadcasts notifications/resources/list_changed when resources change
- Updates McpGatewayToolBrokerChannel to enumerate resources from all servers and
  track server indices for resource URI namespacing
- Adds comprehensive test coverage for resource operations and URI encoding/decoding

(Commit message generated by Copilot)

* fix test
@pull pull bot locked and limited conversation to collaborators Feb 20, 2026
@pull pull bot added the ⤵️ pull label Feb 20, 2026
@pull pull bot merged commit 08106a9 into code:main Feb 20, 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.