Release: v3.14.1#428
Merged
breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom Jan 11, 2026
Merged
Release: v3.14.1#428breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom
breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom
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>
|
🎉 This PR is included in version 3.14.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
Merge latest changes from
maintoproductionfor automated release v3.14.1.Included Changes
Improvements
HOOKS_MATCHER_TOOLSconstant with official Claude Code tools for hooks matcherhooksintoslashCommandOptionsin workflow storeRelease Version Calculation
v3.14.1 (patch bump)
Semantic Release will analyze commits since the last release (v3.14.0) and will bump the version based on:
improvement: add hooks configuration UI for Slash Command export(improvement: add hooks configuration UI for Slash Command export #427) → patch bumpResult: 3.14.0 + patch = 3.14.1
CHANGELOG.md Contents
The following improvement will be included:
Release Automation
This merge will trigger the automated release workflow which will:
Merge Strategy
Use merge commit (not squash) to preserve all individual commits and their history for proper Semantic Release analysis.