improvement: move AI agent toggles into submenu and prevent menu auto-close#598
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Feb 21, 2026
improvement/more-actions-dropdown-submenubreaking-brake/cc-wf-studio:improvement/more-actions-dropdown-submenuCopy head branch name to clipboard
Merged
improvement: move AI agent toggles into submenu and prevent menu auto-close#598breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/more-actions-dropdown-submenubreaking-brake/cc-wf-studio:improvement/more-actions-dropdown-submenuCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
improvement/more-actions-dropdown-submenubreaking-brake/cc-wf-studio:improvement/more-actions-dropdown-submenuCopy head branch name to clipboard
Conversation
…-close - Group AI agent toggles (Copilot Chat/CLI, Codex, Roo Code, Gemini CLI) into AI Agents submenu - Add event.preventDefault() to toggle items to keep menu open on click - Add ChevronLeft icon to submenu trigger for left-side expansion Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Feb 21, 2026
## [3.24.1](v3.24.0...v3.24.1) (2026-02-21) ### Improvements * move AI agent toggles into submenu and prevent menu auto-close ([#598](#598)) ([5032b9d](5032b9d)) * rename Codex to Codex CLI in UI labels ([#600](#600)) ([34df72e](34df72e)) * split Copilot toggle into Copilot Chat and Copilot CLI ([#597](#597)) ([3f9fe0e](3f9fe0e))
|
🎉 This PR is included in version 3.24.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Improve MoreActionsDropdown UX by grouping AI agent toggles into a submenu and preventing menu auto-close on toggle items.
What Changed
Before
After
event.preventDefault()Changes
src/webview/src/components/toolbar/MoreActionsDropdown.tsx- Wrap AI agent toggles inDropdownMenu.Sub, addevent.preventDefault()to toggle items, addChevronLefticon for submenu triggerTesting
🤖 Generated with Claude Code