From 5ff158c689840c9a51f6f61150b7c9009b49f797 Mon Sep 17 00:00:00 2001 From: Anthony Giuliano <113943282+agiuliano-square@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:32:07 -0400 Subject: [PATCH] Fix codex subagent configuration in documentation (#5180) --- documentation/docs/guides/subagents.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/guides/subagents.mdx b/documentation/docs/guides/subagents.mdx index be056c5a..c2dd4cc8 100644 --- a/documentation/docs/guides/subagents.mdx +++ b/documentation/docs/guides/subagents.mdx @@ -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