Skip to content

[pull] main from microsoft:main#942

Merged
pull[bot] merged 24 commits intocode:mainfrom
microsoft:main
Feb 18, 2026
Merged

[pull] main from microsoft:main#942
pull[bot] merged 24 commits intocode:mainfrom
microsoft:main

Conversation

@pull
Copy link

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

mjbvz and others added 24 commits February 17, 2026 10:01
…als (#295073)

* Support multi-root external terminal selection

* Dont use any

* Can I get rid of unknown?

* unknown to any

* edit tests

* try fix test

* better types?

* Use service directly
* Fix tsgo ext build problem matching

* Update .vscode/tasks.json

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

* Fix double timestamp

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fixes an issue where stopping a chat session would fail to cancel the
request when a message was queued. The problem occurred because queued
messages could replace the pending request before the finally block
attempted to delete it.

The fix stores a reference to the CancellableRequest and checks that it
matches before deleting, preventing race conditions between queued messages
and request cancellation.

Fixes #295022

(Commit message generated by Copilot)
* revamp model picker

* implement new model picker and enable it in sessions window

* cleanup

* Apply suggestion from @Copilot

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

* Update src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts

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

* feedback

* fix color

* revert

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* queuing: interrupt when messages are sent during confirmation

Got this feedback from a few people that steering/queuing during a tool
call confirmation should just cancel the confirmation and send the
message. This does that.

Also cleans up the opt-in setting I had added initially that was only
partially working, now that the feature has shipped.

* comments
* improved yaml parser

* Update src/vs/workbench/contrib/chat/common/promptSyntax/promptFileParser.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Try to align `scanBuiltinExtensions` with new esbuild changes
…og (#293837)

* fix: return undefined when user canceled input

* fix: resolve eslint warning local/code-no-any-casts
Fix global /hooks stealing claude /hooks
Safeguard for anything else that might be breaking
* Polish chat confirmation widget styling

* Fix padding
)

* Revert toolbar icons and labels to use foreground instead of descriptionForeground

* Remove rule
Disallow tools running on canceled/complete chat requests
Fix changes view visibility and add auxiliary bar contribution
* add console to chat from integrated browser

* address some comments and change icon
Fix /agents to open agent picker instead of agent configuration
@pull pull bot locked and limited conversation to collaborators Feb 18, 2026
@pull pull bot added the ⤵️ pull label Feb 18, 2026
@pull pull bot merged commit e67a6f8 into code:main Feb 18, 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.

Comments