Remove the legacy code-mode tool metadata inventory - #37500
Merged
copyberry[bot] merged 1 commit intoAug 7, 2026
Merged
Conversation
## What changed - Stop adding `code_mode_tool_names` to Responses Lite turn metadata. - Keep `code_mode_tool_names` reserved so client metadata cannot reintroduce the removed, unbounded inventory. - Use the opt-in `tool_namespaces_info` metadata, including each function's `code_mode_name`, when authoritative tool details are requested. ## Testing - Update Responses Lite and code-mode tests to verify the opt-in namespace metadata and normalized code-mode names. GitOrigin-RevId: cbfb9af984de71c7cc175d0cd47ae799a5275309
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/cbfb9af984de71c7cc175d0cd47ae799a5275309
branch
from
August 7, 2026 20:26
e7dafc1 to
8e4b104
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/cbfb9af984de71c7cc175d0cd47ae799a5275309
branch
August 7, 2026 20:27
ganeshkrishnan1
temporarily deployed
to
issue-triage
August 7, 2026 20:34 — with
GitHub Actions
Inactive
ganeshkrishnan1
temporarily deployed
to
issue-triage
August 7, 2026 20:34 — with
GitHub Actions
Inactive
ganeshkrishnan1
temporarily deployed
to
issue-triage
August 7, 2026 20:34 — with
GitHub Actions
Inactive
ganeshkrishnan1
temporarily deployed
to
issue-triage
August 7, 2026 20:36 — with
GitHub Actions
Inactive
Foo-Fighter
temporarily deployed
to
issue-triage
August 7, 2026 20:50 — with
GitHub Actions
Inactive
Foo-Fighter
temporarily deployed
to
issue-triage
August 7, 2026 20:50 — with
GitHub Actions
Inactive
Foo-Fighter
temporarily deployed
to
issue-triage
August 7, 2026 20:50 — with
GitHub Actions
Inactive
Foo-Fighter
temporarily deployed
to
issue-triage
August 7, 2026 20:51 — 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.
Remove the legacy code-mode tool metadata inventory
What changed
code_mode_tool_namesto Responses Lite turn metadata.code_mode_tool_namesreserved so client metadata cannot reintroduce the removed, unbounded inventory.tool_namespaces_infometadata, including each function'scode_mode_name, when authoritative tool details are requested.Testing