Always assign response item IDs - #34645
Merged
copyberry[bot] merged 1 commit intoJul 22, 2026
Merged
Conversation
## What changed - Assign IDs to client-created response items in every session, including streamed items, forked history, compaction results, and non-OpenAI provider requests. - Preserve server-provided IDs and stable generated IDs across persisted and resumed conversations while continuing to omit unprefixed server IDs from outbound requests. - Retire `features.item_ids` as a configurable feature. Existing configuration and CLI toggles remain accepted as compatibility no-ops. ## Testing - Cover default ID assignment, persistence and resume behavior, remote compaction, provider requests, WebSocket requests, and removed-feature compatibility. GitOrigin-RevId: 7a09e2d07d2606c2ef1e8e2283d36cb555557eae
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/7a09e2d07d2606c2ef1e8e2283d36cb555557eae
branch
from
July 22, 2026 01:24
9ba12c7 to
4a44399
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/7a09e2d07d2606c2ef1e8e2283d36cb555557eae
branch
July 22, 2026 01:26
tomasedasonno2
temporarily deployed
to
issue-triage
July 22, 2026 01:30 — with
GitHub Actions
Inactive
tomasedasonno2
temporarily deployed
to
issue-triage
July 22, 2026 01:30 — with
GitHub Actions
Inactive
tomasedasonno2
temporarily deployed
to
issue-triage
July 22, 2026 01:30 — with
GitHub Actions
Inactive
tomasedasonno2
temporarily deployed
to
issue-triage
July 22, 2026 01:31 — 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.
Always assign response item IDs
What changed
features.item_idsas a configurable feature. Existing configuration and CLI toggles remain accepted as compatibility no-ops.Testing