multi_agent_v1 tools are not injected for GPT-5.6 Codex Desktop tasks, but work on GPT-5.5
What version of the Codex App are you using (From “About Codex” dialog)?
26.707.91948
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Darwin 27.0.0 arm64 arm
What issue are you seeing?
Summary
In Codex Desktop, multi_agent_v1 tools are not exposed when the task is using gpt-5.6-sol, even though multi-agent is enabled. Switching the same workflow back to gpt-5.5 makes the tools available.
Expected behavior
For a user-owned top-level Codex Desktop task with multi-agent enabled, the following tools should be injected and discoverable:
multi_agent_v1.spawn_agentmulti_agent_v1.send_inputmulti_agent_v1.wait_agentmulti_agent_v1.close_agentmulti_agent_v1.resume_agent
If gpt-5.6-sol does not support this tool surface, Codex Desktop should clearly show that limitation instead of silently omitting the tools.
Actual behavior
With gpt-5.6-sol, the task tool inventory does not include multi_agent_v1. The assistant therefore cannot create subagents and gets stuck in a recovery loop asking for a new task or tool exposure.
After switching the task/model back to gpt-5.5, multi_agent_v1 tools become available and are discoverable/callable.
Reproduction steps
- Open Codex Desktop.
- Use a top-level user-created task.
- Ensure multi-agent is enabled in local config/features.
- Select
gpt-5.6-sol. - Ask the assistant to create subagents or inspect available multi-agent tools.
- Observe that
multi_agent_v1tools are missing. - Switch the task back to
gpt-5.5. - Repeat the same check.
- Observe that
multi_agent_v1.spawn_agent,send_input,wait_agent,close_agent, andresume_agentare available.
What steps can reproduce the bug?
Open Codex Desktop.
- Use a top-level user-created task.
- Ensure multi-agent is enabled.
- Select
gpt-5.6-sol. - Ask the assistant to create subagents or inspect multi-agent tools.
- Observe that
multi_agent_v1tools are missing. - Switch the task/model to
gpt-5.5. - Repeat the same check.
- Observe that
multi_agent_v1.spawn_agent,send_input,wait_agent,close_agent, andresume_agentare available.
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗