Release: v3.23.0#591
Merged
breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom Feb 19, 2026
Merged
Release: v3.23.0#591breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
Conversation
* feat: add Codex CLI multi_agent config check and provider-specific prompts - Auto-check and enable multi_agent in ~/.codex/config.toml for SubAgent workflows - Add provider-specific tool names for sub-agent, ask-user, shell execution - Fix Roo Code sub-agent tool name from new_task to delegate_to_subagent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: add SubAgent compatibility checks for Gemini CLI and Roo Code - Add enableAgents config auto-check for Gemini CLI (~/.gemini/settings.json) - Add SubAgent limitation warning for Roo Code (new_task substitution, no parallel) - Add Sub-Agent node details section with prompts in exported .md files - Add "Sub-Agent:" prefix to Mermaid diagram labels for clarity Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: remove Beta labels from Copilot/Codex/Roo Code/Gemini integrations - Remove BetaBadge from MoreActionsDropdown toggles - Remove @beta JSDoc annotations from 13 handler/service files - Remove (Beta) comments from Toolbar, open-editor, SettingsDropdown - Remove (β) from README agent table and update note text Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Change displayName to "Claude Code Workflow Studio" - Update description wording for better searchability - Simplify keywords (remove cli, claude-code; shorten roo-code, gemini-cli) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
🎉 This PR is included in version 3.23.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
Merge latest changes from
maintoproductionfor automated release v3.23.0.Included Changes
Features
Enhancements
Release Version Calculation
v3.23.0 (minor bump)
Semantic Release will analyze commits since v3.22.2:
feat: add SubAgent compatibility checks and remove Beta labels(feat: add SubAgent compatibility checks and remove Beta labels #589) → minor bumpchore: improve SEO for displayName, description, and keywords(chore: improve SEO for displayName, description, and keywords #590) → no version bumpResult: 3.22.2 + minor = 3.23.0
CHANGELOG.md Contents
The following will be included:
Chore commits will not appear in CHANGELOG.
Release Automation
This merge will trigger:
Merge Strategy
Use merge commit (not squash) to preserve commit history for Semantic Release.
🤖 Generated with Claude Code