Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/docs/guides/subagents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ External subagents let you bring in AI agents from other providers and platforms
```yaml
subagent:
args:
- mcp
- mcp-server
bundled: true
cmd: codex
description: OpenAI Codex CLI Sub-agent
description: OpenAI Codex CLI Subagent
enabled: true
env_keys:
- OPENAI_API_KEY
Expand Down