[codex] update multi-agent v2 prompts#28283
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 24984b53cf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 888be7d90b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
interrupt_agenttool name and existing concurrency-hint placement, with the explicit no-spawn instruction lastfork_turns="none"andfork_turns="all"in the v2spawn_agentdescriptionWhy
The evaluated multi-agent prompt includes operational guidance that is missing from the current Codex defaults. This applies that guidance to the current tool surface without restoring stale
close_agentor duplicated concurrency wording.User impact
Multi-agent v2 receives clearer instructions about when and how to parallelize work, how agent workspaces interact, and how
fork_turnsaffects subagent context. The existing default opt-out behavior remains in place.Testing
just fmtjust test -p codex-core multi_agent_v2_default_usage_hints_use_configured_thread_capjust test -p codex-core multi_agent_feature_selects_one_agent_tool_family