Require prefixes for outbound response item IDs - #32312
Merged
copyberry[bot] merged 1 commit intoJul 11, 2026
Merged
Conversation
## What changed - Add a `ResponseItemId` type that generates item-specific prefixes with UUIDv7 suffixes and use it across response items. - Keep deserialization permissive for legacy histories, but omit empty or unprefixed item IDs from HTTP and WebSocket requests. - Export the new type in the generated TypeScript protocol schema. ## Testing - Cover prefixed ID generation, legacy deserialization, prefix recognition, and outbound request filtering. GitOrigin-RevId: 0209fe430c826d0ae88bc4648652c4ebf390c4a4
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/0209fe430c826d0ae88bc4648652c4ebf390c4a4
branch
from
July 11, 2026 02:30
6129218 to
c9d52de
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/0209fe430c826d0ae88bc4648652c4ebf390c4a4
branch
July 11, 2026 02:31
Faust7777777
temporarily deployed
to
issue-triage
July 11, 2026 02:48 — with
GitHub Actions
Inactive
Faust7777777
temporarily deployed
to
issue-triage
July 11, 2026 02:48 — with
GitHub Actions
Inactive
Faust7777777
temporarily deployed
to
issue-triage
July 11, 2026 02:48 — with
GitHub Actions
Inactive
glennfairchild
temporarily deployed
to
issue-triage
July 11, 2026 03:01 — with
GitHub Actions
Inactive
glennfairchild
temporarily deployed
to
issue-triage
July 11, 2026 03:01 — with
GitHub Actions
Inactive
glennfairchild
temporarily deployed
to
issue-triage
July 11, 2026 03:01 — 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.
Require prefixes for outbound response item IDs
What changed
ResponseItemIdtype that generates item-specific prefixes with UUIDv7 suffixes and use it across response items.Testing