Allow disabling the multi-agent wait tool - #34887
Merged
copyberry[bot] merged 1 commit intoJul 23, 2026
Merged
Conversation
## What changed - Add a default-on `features.multi_agent_v2.wait_agent_enabled` setting. - Omit `collaboration.wait_agent` from the tool plan when the setting is disabled, independently of `features.current_time_reminder.sleep_tool`. ## Testing - Cover configuration parsing and tool exposure with both clock sleep states. GitOrigin-RevId: c2f34c5edd5bc191d6a5ac41d7bbb80708da1202
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/c2f34c5edd5bc191d6a5ac41d7bbb80708da1202
branch
from
July 23, 2026 06:29
4a8d06a to
4462b9d
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/c2f34c5edd5bc191d6a5ac41d7bbb80708da1202
branch
July 23, 2026 06:30
observerforest
temporarily deployed
to
issue-triage
July 23, 2026 06:39 — with
GitHub Actions
Inactive
observerforest
temporarily deployed
to
issue-triage
July 23, 2026 06:39 — with
GitHub Actions
Inactive
observerforest
temporarily deployed
to
issue-triage
July 23, 2026 06:39 — with
GitHub Actions
Inactive
Jason-Wang313
temporarily deployed
to
issue-triage
July 23, 2026 07:10 — with
GitHub Actions
Inactive
Jason-Wang313
temporarily deployed
to
issue-triage
July 23, 2026 07:10 — with
GitHub Actions
Inactive
Jason-Wang313
temporarily deployed
to
issue-triage
July 23, 2026 07:10 — with
GitHub Actions
Inactive
Jason-Wang313
temporarily deployed
to
issue-triage
July 23, 2026 07:11 — with
GitHub Actions
Inactive
IlIIlIIIlIII
temporarily deployed
to
issue-triage
July 23, 2026 08:07 — with
GitHub Actions
Inactive
IlIIlIIIlIII
temporarily deployed
to
issue-triage
July 23, 2026 08:07 — with
GitHub Actions
Inactive
IlIIlIIIlIII
temporarily deployed
to
issue-triage
July 23, 2026 08:07 — with
GitHub Actions
Inactive
IlIIlIIIlIII
temporarily deployed
to
issue-triage
July 23, 2026 08:08 — with
GitHub Actions
Inactive
zhongmumu258
temporarily deployed
to
issue-triage
July 23, 2026 08:18 — with
GitHub Actions
Inactive
zhongmumu258
temporarily deployed
to
issue-triage
July 23, 2026 08:18 — with
GitHub Actions
Inactive
zhongmumu258
temporarily deployed
to
issue-triage
July 23, 2026 08:18 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Allow disabling the multi-agent wait tool
What changed
features.multi_agent_v2.wait_agent_enabledsetting.collaboration.wait_agentfrom the tool plan when the setting is disabled, independently offeatures.current_time_reminder.sleep_tool.Testing