Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )