Allow hosts to customize wait_for_environment descriptions - #35106
Merged
copyberry[bot] merged 1 commit intoJul 24, 2026
Conversation
## What changed - Add `WaitForEnvironmentToolConfig` as thread extension data for overriding the model-visible tool and `environment_id` descriptions. - Preserve the default descriptions when no override is provided or when the configured descriptions exceed the input or serialized tool-spec limits. - Keep `wait_for_environment` availability gated by the deferred executor feature independently of whether a host override is present. ## Testing - Cover default, custom, oversized, and feature-disabled tool configurations. - Verify the custom descriptions in the deferred-environment integration flow. GitOrigin-RevId: 6b49a73a434becd99ea5df911be53f3706a17c0a
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/6b49a73a434becd99ea5df911be53f3706a17c0a
branch
from
July 24, 2026 06:04
8bda676 to
81da9de
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/6b49a73a434becd99ea5df911be53f3706a17c0a
branch
July 24, 2026 06:05
k2124732496-lab
temporarily deployed
to
issue-triage
July 24, 2026 06:28 — with
GitHub Actions
Inactive
k2124732496-lab
temporarily deployed
to
issue-triage
July 24, 2026 06:28 — with
GitHub Actions
Inactive
k2124732496-lab
temporarily deployed
to
issue-triage
July 24, 2026 06:28 — with
GitHub Actions
Inactive
k2124732496-lab
temporarily deployed
to
issue-triage
July 24, 2026 06:29 — with
GitHub Actions
Inactive
poojavarshini
temporarily deployed
to
issue-triage
July 24, 2026 06:32 — with
GitHub Actions
Inactive
poojavarshini
temporarily deployed
to
issue-triage
July 24, 2026 06:32 — with
GitHub Actions
Inactive
poojavarshini
temporarily deployed
to
issue-triage
July 24, 2026 06:32 — with
GitHub Actions
Inactive
poojavarshini
temporarily deployed
to
issue-triage
July 24, 2026 06:33 — 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 hosts to customize
wait_for_environmentdescriptionsWhat changed
WaitForEnvironmentToolConfigas thread extension data for overriding themodel-visible tool and
environment_iddescriptions.configured descriptions exceed the input or serialized tool-spec limits.
wait_for_environmentavailability gated by the deferred executorfeature independently of whether a host override is present.
Testing