improvement: add hooks configuration UI for Slash Command export#427
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 11, 2026
improvement/issue-413-hooks-configurationbreaking-brake/cc-wf-studio:improvement/issue-413-hooks-configurationCopy head branch name to clipboard
Merged
improvement: add hooks configuration UI for Slash Command export#427breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/issue-413-hooks-configurationbreaking-brake/cc-wf-studio:improvement/issue-413-hooks-configurationCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
improvement/issue-413-hooks-configurationbreaking-brake/cc-wf-studio:improvement/issue-413-hooks-configurationCopy head branch name to clipboard
Conversation
- Add ToolSelectTagInput component for React-Select style tool selection - Integrate hooks into slashCommandOptions (context, model, hooks unified) - Add HOOKS_MATCHER_TOOLS constant with official 15 Claude Code tools - Support PreToolUse, PostToolUse, Stop hook types with matcher patterns - Tab/Shift+Tab keyboard navigation for dropdown candidates Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
breaking-brake
added a commit
that referenced
this pull request
Jan 11, 2026
- Add ToolSelectTagInput component for React-Select style tool selection - Integrate hooks into slashCommandOptions (context, model, hooks unified) - Add HOOKS_MATCHER_TOOLS constant with official 15 Claude Code tools - Support PreToolUse, PostToolUse, Stop hook types with matcher patterns - Tab/Shift+Tab keyboard navigation for dropdown candidates 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 11, 2026
## [3.14.1](v3.14.0...v3.14.1) (2026-01-11) ### Improvements * add hooks configuration UI for Slash Command export ([#427](#427)) ([a20257a](a20257a))
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
Add hooks configuration UI to Slash Command Options, allowing users to configure PreToolUse, PostToolUse, and Stop hooks with tool matchers and shell commands.
Changes
New Components
ToolSelectTagInput.tsx: React-Select style tool selector with tag display
TagInput.tsx: Reusable tag input component for free-form text entry
Architecture Changes
context,model, andhooksinto singleslashCommandOptionsobjectFiles Modified
workflow-definition.tsHookType,HookEntry,HookAction,WorkflowHooks)workflow-store.tsslashCommandOptionsstate managementworkflow-service.tsserializeWorkflowto acceptSlashCommandOptionsexport-service.tsslashCommandOptions.hooksSlashCommandOptionsDropdown.tsxToolbar.tsxslashCommandOptionsrefinement-store.tsHOOKS_MATCHER_TOOLSconstanti18n/*Features
onceflagTesting
npm run format && npm run lint && npm run check)npm run build)Related
Closes #413