improvement: show "Slash Command / Skill" label when Copilot/Codex enabled#498
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 24, 2026
improvement/toolbar-label-conditional-displaybreaking-brake/cc-wf-studio:improvement/toolbar-label-conditional-displayCopy head branch name to clipboard
Merged
improvement: show "Slash Command / Skill" label when Copilot/Codex enabled#498breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/toolbar-label-conditional-displaybreaking-brake/cc-wf-studio:improvement/toolbar-label-conditional-displayCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
improvement/toolbar-label-conditional-displaybreaking-brake/cc-wf-studio:improvement/toolbar-label-conditional-displayCopy head branch name to clipboard
Conversation
…abled - Changed toolbar section label to "Slash Command / Skill" when Copilot or Codex is enabled - Label remains "Slash Command" when both are disabled 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 24, 2026
## [3.18.0](v3.17.0...v3.18.0) (2026-01-24) ### Features * add OpenAI Codex CLI integration support ([#496](#496)) ([60d5c96](60d5c96)), closes [openai/codex#9752](openai/codex#9752) ### Improvements * add Codex CLI feature announcement banner ([#497](#497)) ([bf8128a](bf8128a)) * add confirmation dialog for Codex project trust setting ([#499](#499)) ([e5523d5](e5523d5)) * detect skills under .github directory ([#494](#494)) ([eb38d8a](eb38d8a)), closes [#493](#493) [#493](#493) [#6366f1](https://github.com/breaking-brake/cc-wf-studio/issues/6366f1) [#c2410c](https://github.com/breaking-brake/cc-wf-studio/issues/c2410c) * show "Slash Command / Skill" label when Copilot/Codex enabled ([#498](#498)) ([2be7ac6](2be7ac6))
|
🎉 This PR is included in version 3.18.0 🎉 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
Update toolbar section label to conditionally show "Slash Command / Skill" based on Copilot/Codex integration status.
Changes
File:
src/webview/src/components/Toolbar.tsxSlash CommandtoSlash Command / Skillin the Copilot/Codex enabled sectionSlash Commandfor the disabled state (no change)Impact
Testing
npm run build)🤖 Generated with Claude Code