Sync subagent multi-agent mode with root#28970
Closed
shijie-oai wants to merge 2 commits into
Closed
Conversation
4fe4b98 to
d035949
Compare
Collaborator
Author
|
Superseded by #28792. The retained behavior is the narrower spawn-time inheritance: V2 passes the invoking turn's effective multi-agent mode into the new child, and the child keeps that mode after spawn. The per-message mailbox synchronization from this draft was intentionally dropped. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Previously, subagents copied the parent mode when they were spawned and restored their own last effective mode after residency eviction. Changing the root mode could therefore leave loaded and revived subagents operating under different delegation hints.
This change keeps the root thread authoritative for subsequent turns without coupling prompting policy to V2 residency.
Validation
just test -p codex-core multi_agent_modejust fix -p codex-corejust fmtStacked on #28792.