Product Release And Access Change
Sources: 1 • Confidence: Medium • Updated: 2026-04-13 03:49
Key takeaways
- OpenAI Codex subagents are generally available after several weeks of preview behind a feature flag.
- In Codex, custom agents can include custom instructions and can be pinned to specific models, including gpt-5.3-codex-spark.
- In Codex, custom agents can be referenced by name in prompts to orchestrate multi-step workflows where different agents reproduce bugs, trace code paths, and implement fixes.
- Available information does not clearly explain the distinction between the worker Codex subagent and the default Codex subagent.
- The subagents pattern is supported across multiple coding-agent platforms including Codex, Claude Code, Gemini CLI, Mistral Vibe, OpenCode, Visual Studio Code, and Cursor.
Sections
Product Release And Access Change
- OpenAI Codex subagents are generally available after several weeks of preview behind a feature flag.
Agent Configuration And Cost Performance Control Surface
- In Codex, custom agents can include custom instructions and can be pinned to specific models, including gpt-5.3-codex-spark.
Orchestration Mechanism Named Delegation For Debugging
- In Codex, custom agents can be referenced by name in prompts to orchestrate multi-step workflows where different agents reproduce bugs, trace code paths, and implement fixes.
Semantic Ambiguity In Agent Roles
- Available information does not clearly explain the distinction between the worker Codex subagent and the default Codex subagent.
Cross Vendor Pattern Convergence
- The subagents pattern is supported across multiple coding-agent platforms including Codex, Claude Code, Gemini CLI, Mistral Vibe, OpenCode, Visual Studio Code, and Cursor.
Unknowns
- What is the precise behavioral difference between a worker subagent and a default subagent in Codex (capabilities, permissions, tool access, lifecycle, routing)?
- What are the operational limits for Codex subagents (max concurrent subagents, latency, timeouts, context-sharing model, and failure/retry behavior)?
- How does model pinning interact with pricing and quotas (per-agent billing, per-model rate limits, and whether gpt-5.3-codex-spark has distinct constraints)?
- Do named custom agents in Codex share memory/state across invocations, and if so what are the boundaries (project, repo, session, or account)?
- What minimum common functionality qualifies as “subagents pattern support” across the listed platforms (configuration format, invocation syntax, tool permissions, and interoperability)?