improvement: reorganize SlashCommandOptions dropdown and add help link#444
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 13, 2026
improvement/reorganize-slashcommand-options-dropdownbreaking-brake/cc-wf-studio:improvement/reorganize-slashcommand-options-dropdownCopy head branch name to clipboard
Merged
improvement: reorganize SlashCommandOptions dropdown and add help link#444breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/reorganize-slashcommand-options-dropdownbreaking-brake/cc-wf-studio:improvement/reorganize-slashcommand-options-dropdownCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
improvement/reorganize-slashcommand-options-dropdownbreaking-brake/cc-wf-studio:improvement/reorganize-slashcommand-options-dropdownCopy head branch name to clipboard
Conversation
- Reorder submenus to match frontmatter export order - Add localized Frontmatter Reference help link at dropdown bottom - Remove individual tooltip descriptions from submenus - Delete unused translation keys Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Jan 13, 2026
## [3.14.3](v3.14.2...v3.14.3) (2026-01-13) ### Bug Fixes * ensure consistent left-side submenu positioning ([#434](#434)) ([0679f7d](0679f7d)), closes [#433](#433) ### Improvements * add disable-model-invocation configuration UI for Slash Command export ([#443](#443)) ([8eac0a0](8eac0a0)) * reorganize SlashCommandOptions dropdown and add help link ([#444](#444)) ([d39a702](d39a702))
|
🎉 This PR is included in version 3.14.3 🎉 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.
Problem
The SlashCommandOptions dropdown had several UX issues:
Current Behavior
Expected Behavior
Solution
Reorganize the dropdown structure and consolidate help resources:
Changes
Submenu Order (matches export-service.ts frontmatter output)
File Changes
File:
src/webview/src/components/toolbar/SlashCommandOptionsDropdown.tsxdescKeyprop from HookTypeSubMenu componentFiles:
src/webview/src/i18n/translation-keys.ts,translations/*.tstoolbar.slashCommandOptions.frontmatterReferenceUrlwith locale-specific URLstoolbar.contextFork.tooltip,toolbar.disableModelInvocation.tooltip,hooks.tooltip,hooks.preToolUse.description,hooks.postToolUse.description,hooks.stop.descriptionImpact
Testing
npm run format && npm run lint && npm run check)npm run build)🤖 Generated with Claude Code