fix: allow Codex node in Sub-Agent Flow#523
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 31, 2026
fix/allow-codex-node-in-subagentflowbreaking-brake/cc-wf-studio:fix/allow-codex-node-in-subagentflowCopy head branch name to clipboard
Merged
fix: allow Codex node in Sub-Agent Flow#523breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom fix/allow-codex-node-in-subagentflowbreaking-brake/cc-wf-studio:fix/allow-codex-node-in-subagentflowCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
fix/allow-codex-node-in-subagentflowbreaking-brake/cc-wf-studio:fix/allow-codex-node-in-subagentflowCopy head branch name to clipboard
Conversation
- Added codex to supportedNodeTypes in subAgentFlowConstraints (schema) - Updated TOON schema with codex node support - Fixed hardcoded allowed node types in refinement prompt 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 31, 2026
## [3.19.1](v3.19.0...v3.19.1) (2026-01-31) ### Bug Fixes * allow Codex node in Sub-Agent Flow ([#523](#523)) ([4622f88](4622f88))
|
🎉 This PR is included in version 3.19.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.
Problem
Sub-Agent Flow AI editing rejected Codex Agent node creation with the error "Sub-Agent Flows prohibit 'codex' node type".
Current Behavior
Expected Behavior
Solution
Added
codexto the supported node types for Sub-Agent Flow in all relevant locations.Changes
File:
resources/workflow-schema.jsoncodextosubAgentFlowConstraints.supportedNodeTypesFile:
resources/workflow-schema.toonsupportedNodeTypes[7]tosupportedNodeTypes[8]withcodexincludedFile:
src/extension/services/refinement-service.tscodexto hardcoded "Allowed Node Types" in SubAgentFlow refinement promptImpact
Testing
🤖 Generated with Claude Code