Skip to content

[pull] main from microsoft:main#1182

Merged
pull[bot] merged 11 commits intocode:mainfrom
microsoft:main
Apr 25, 2026
Merged

[pull] main from microsoft:main#1182
pull[bot] merged 11 commits intocode:mainfrom
microsoft:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 25, 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 : )

rebornix and others added 11 commits April 24, 2026 17:17
The previous mobile quick pick override forced the widget into a
full-width bottom sheet. That worked for standalone command-palette
style flows but broke pickers triggered from the chat input toolbar
(e.g. Configure Tools), which felt jarringly modal and detached from
the trigger.

Drop the position override and just expand the width to use the
viewport with 8px safe-area gutters. The picker stays anchored to its
trigger but no longer truncates titles, descriptions or the filter
input. Touch targets in the list bumped to 44px.

Also remove the matching mobile context menu bottom-sheet rule which
caused the same disconnected-from-trigger feel.
The phone-layout touch-target rule applied min-width/min-height 44px
to every `.action-item > .action-label` to hit Apple's touch target
minimum. In the chat input toolbar (Local / Auto / agent / model /
tools / send) that stretched buttons to 50px tall while adjacent
dropdown labels stayed at 22px, producing a huge hover background
and an unbalanced row.

Add `.chat-input-toolbars` to the exclusion list alongside the
quick pick widget. Items now render at their natural ~22px size
matching the input bar.

Verified in iPhone 14 Pro emulation: hover on "Auto" now shows a
tight 52x22 background instead of 52x50.
mobile: adjust context menu and toolbar positions/sizes.
* Fix enter/exit plan mode not reflecting in UI

The pipeline wasn't hooked up properly for certain input states.

* Fix folderItems type in AGENTS.md to match implementation
* Simplify subagent processing for Claude

Now that there's a getSubagentMessages as part of the API, we don't need a lot of this manual reading of JSONL files.

Additionally, I noticed that we did not change our logic to handle the fact that they changed the "Task" tool to "Agent"...

Additionally, there was a bug in the Agents app where it wasn't properly handling when you clicked between sessions in different folders.

All that to say, subagents work better and session info in handled better as well.

* feedback
Add toolSearch to vscode toolset in package.json
Don't add listener for webview webview resource load
…#312468)

* Initial plan

* Fix "Open in VS Code" to open workspace for Claude agent sessions

Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/782a3628-d9b0-4ea2-ae50-9b6869f9a707

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Add unit tests for isWorkspaceAgentSessionType

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
Co-authored-by: Tyler Leonhardt <tyleonha@microsoft.com>
@pull pull Bot locked and limited conversation to collaborators Apr 25, 2026
@pull pull Bot added the ⤵️ pull label Apr 25, 2026
@pull pull Bot merged commit e59d407 into code:main Apr 25, 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.

6 participants