synchronize agent control tools#20912
Draft
friel-openai wants to merge 3 commits intodev/friel/frodex-129-custom-models-promptsfrom
Draft
synchronize agent control tools#20912friel-openai wants to merge 3 commits intodev/friel/frodex-129-custom-models-promptsfrom
friel-openai wants to merge 3 commits intodev/friel/frodex-129-custom-models-promptsfrom
Conversation
7278c91 to
26e169d
Compare
887864e to
9045f44
Compare
26e169d to
8011a01
Compare
9045f44 to
9fc69ba
Compare
8011a01 to
34d0787
Compare
9fc69ba to
4e061b0
Compare
34d0787 to
2380cb2
Compare
4e061b0 to
edf24f0
Compare
2380cb2 to
b899578
Compare
edf24f0 to
5edd34e
Compare
b899578 to
de8cf4d
Compare
5edd34e to
0eba14e
Compare
de8cf4d to
983bea6
Compare
0eba14e to
f6dfca0
Compare
983bea6 to
a5b4f85
Compare
0464038 to
ae30539
Compare
a31c129 to
4f3b42c
Compare
ae30539 to
4f15625
Compare
This was referenced May 4, 2026
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
May 4, 2026
anomalyco/opencode#25683 (acp drain end_turn), #25680 (hashline schema+args), openai/codex#20912 (synchronize agent control tools).
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
Keeps agent-control tools visible consistently across root agents, forked agents, and watchdog helper forks.
Stable tool visibility preserves prompt-cache sharing across agent forks. This PR keeps the model-visible tool list aligned for parent and child agents, restores watchdog helper control tools as eager tools, and preserves parent messaging support needed by watchdogs and agents while avoiding broader changes to existing tool semantics.
Validation
CODEX_SKIP_VENDORED_BWRAP=1 cargo test -p codex-core thread_rollout_truncation -- --nocaptureCODEX_SKIP_VENDORED_BWRAP=1 cargo build -p codex-cli --bin codex