feat: add SubAgent compatibility checks and remove Beta labels#589
Merged
breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom Feb 19, 2026
feat/remove-beta-labelsbreaking-brake/cc-wf-studio:feat/remove-beta-labelsCopy head branch name to clipboard
Merged
feat: add SubAgent compatibility checks and remove Beta labels#589breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom feat/remove-beta-labelsbreaking-brake/cc-wf-studio:feat/remove-beta-labelsCopy head branch name to clipboard
breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom
feat/remove-beta-labelsbreaking-brake/cc-wf-studio:feat/remove-beta-labelsCopy head branch name to clipboard
Conversation
…ompts - 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>
- 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>
…ions - 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>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Feb 19, 2026
## [3.23.0](v3.22.2...v3.23.0) (2026-02-19) ### Features * add SubAgent compatibility checks and remove Beta labels ([#589](#589)) ([7abf087](7abf087))
|
🎉 This PR is included in version 3.23.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
4 tasks
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 SubAgent compatibility checks for non-Claude Code agents and remove Beta labels from all matured integrations.
Closes #569
Closes #549
Motivation
SubAgent nodes need compatibility validation when exporting to different AI agent providers (Gemini CLI, Roo Code, Codex CLI), as each provider has different support levels for multi-agent workflows. Additionally, the Copilot/Codex/Roo Code/Gemini CLI integrations have matured beyond beta status and no longer need beta indicators.
Changes
Modified Files:
src/extension/services/workflow-prompt-generator.ts- Add provider-specific SubAgent execution instructions and tool name mappingssrc/extension/commands/gemini-handlers.ts- AddenableAgentsauto-check for SubAgent workflowssrc/extension/commands/codex-handlers.ts- Addmulti_agentconfig auto-check for SubAgent workflowssrc/extension/commands/roo-code-handlers.ts- Add SubAgent limitation warning (no parallel support)src/extension/services/codex-mcp-sync-service.ts- AddcheckCodexMultiAgentEnabled()/enableCodexMultiAgent()src/extension/services/gemini-mcp-sync-service.ts- AddcheckGeminiAgentsEnabled()/enableGeminiAgents()src/extension/services/export-service.ts- Pass provider option to prompt generatorsrc/webview/src/components/toolbar/MoreActionsDropdown.tsx- RemoveBetaBadgefrom Copilot/Codex/Roo Code/Gemini togglessrc/webview/src/components/Toolbar.tsx- Remove(Beta)from integration commentssrc/webview/src/components/chat/SettingsDropdown.tsx- Remove(Beta)from commentsrc/extension/commands/open-editor.ts- Remove(Beta)from commentssrc/extension/commands/copilot-handlers.ts- Remove@betaJSDocsrc/extension/services/copilot-export-service.ts- Remove@betaJSDocsrc/extension/services/copilot-skill-export-service.ts- Remove@betaJSDocsrc/extension/services/codex-skill-export-service.ts- Remove@betaJSDocsrc/extension/services/gemini-skill-export-service.ts- Remove@betaJSDocsrc/extension/services/roo-code-skill-export-service.ts- Remove@betaJSDocsrc/extension/services/roo-code-mcp-sync-service.ts- Remove@betaJSDocsrc/extension/services/roo-code-extension-service.ts- Remove@betaJSDocREADME.md- Remove(β)from agent table and update note textScreenshots / Demo
N/A (UI change is removal of Beta badges only)
Testing
npm run format && npm run lint && npm run checkpassednpm run buildsucceeded🤖 Generated with Claude Code