Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: add SubAgent compatibility checks and remove Beta labels#589

Merged
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
Feb 19, 2026
Merged

feat: add SubAgent compatibility checks and remove Beta labels#589
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

@breaking-brake
Copy link
Copy Markdown
Owner

@breaking-brake breaking-brake commented Feb 19, 2026

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 mappings
  • src/extension/commands/gemini-handlers.ts - Add enableAgents auto-check for SubAgent workflows
  • src/extension/commands/codex-handlers.ts - Add multi_agent config auto-check for SubAgent workflows
  • src/extension/commands/roo-code-handlers.ts - Add SubAgent limitation warning (no parallel support)
  • src/extension/services/codex-mcp-sync-service.ts - Add checkCodexMultiAgentEnabled() / enableCodexMultiAgent()
  • src/extension/services/gemini-mcp-sync-service.ts - Add checkGeminiAgentsEnabled() / enableGeminiAgents()
  • src/extension/services/export-service.ts - Pass provider option to prompt generator
  • src/webview/src/components/toolbar/MoreActionsDropdown.tsx - Remove BetaBadge from Copilot/Codex/Roo Code/Gemini toggles
  • src/webview/src/components/Toolbar.tsx - Remove (Beta) from integration comments
  • src/webview/src/components/chat/SettingsDropdown.tsx - Remove (Beta) from comment
  • src/extension/commands/open-editor.ts - Remove (Beta) from comments
  • src/extension/commands/copilot-handlers.ts - Remove @beta JSDoc
  • src/extension/services/copilot-export-service.ts - Remove @beta JSDoc
  • src/extension/services/copilot-skill-export-service.ts - Remove @beta JSDoc
  • src/extension/services/codex-skill-export-service.ts - Remove @beta JSDoc
  • src/extension/services/gemini-skill-export-service.ts - Remove @beta JSDoc
  • src/extension/services/roo-code-skill-export-service.ts - Remove @beta JSDoc
  • src/extension/services/roo-code-mcp-sync-service.ts - Remove @beta JSDoc
  • src/extension/services/roo-code-extension-service.ts - Remove @beta JSDoc
  • README.md - Remove (β) from agent table and update note text

Screenshots / Demo

N/A (UI change is removal of Beta badges only)

Testing

  • Manual E2E testing completed
  • npm run format && npm run lint && npm run check passed
  • npm run build succeeded

🤖 Generated with Claude Code

breaking-brake and others added 3 commits February 19, 2026 22:24
…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>
@breaking-brake breaking-brake merged commit 7abf087 into main Feb 19, 2026
3 checks passed
@breaking-brake breaking-brake deleted the feat/remove-beta-labels branch February 19, 2026 15:49
@breaking-brake breaking-brake mentioned this pull request Feb 19, 2026
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))
@braking-brake-semantic-release
Copy link
Copy Markdown

🎉 This PR is included in version 3.23.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.