Support legacy views for paginated thread history#34085
Merged
copyberry[bot] merged 1 commit intoJul 19, 2026
Merged
Conversation
## Why Clients that use full-history resume or request full items in turn pages should work consistently across legacy and paginated threads. ## What changed - Materialize complete turns and items from the paginated projection for `thread/resume` and `thread/turns/list` when requested. - Support `initialTurnsPage` during paginated resume, including merging a live active turn while preserving the requested page size and cursors. - Keep metadata-only resume behavior and backwards cursors available through `excludeTurns: true`. ## Testing - Extend app-server coverage for full paginated history, full item views, and initial resume pages on running threads. GitOrigin-RevId: e340f44d631ce135895c95d7e1baa7bfecd86e71
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/e340f44d631ce135895c95d7e1baa7bfecd86e71
branch
from
July 19, 2026 00:03
b30aa62 to
0fb559f
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/e340f44d631ce135895c95d7e1baa7bfecd86e71
branch
July 19, 2026 00:04
psi16181918161phi
temporarily deployed
to
issue-triage
July 19, 2026 00:08 — with
GitHub Actions
Inactive
psi16181918161phi
temporarily deployed
to
issue-triage
July 19, 2026 00:08 — with
GitHub Actions
Inactive
psi16181918161phi
temporarily deployed
to
issue-triage
July 19, 2026 00:08 — with
GitHub Actions
Inactive
psi16181918161phi
temporarily deployed
to
issue-triage
July 19, 2026 00:09 — with
GitHub Actions
Inactive
JasonJSkinner
temporarily deployed
to
issue-triage
July 19, 2026 01:09 — with
GitHub Actions
Inactive
JasonJSkinner
temporarily deployed
to
issue-triage
July 19, 2026 01:09 — with
GitHub Actions
Inactive
JasonJSkinner
temporarily deployed
to
issue-triage
July 19, 2026 01:09 — with
GitHub Actions
Inactive
versicherungs-vergleicher
temporarily deployed
to
issue-triage
July 19, 2026 01:10 — with
GitHub Actions
Inactive
versicherungs-vergleicher
temporarily deployed
to
issue-triage
July 19, 2026 01:10 — with
GitHub Actions
Inactive
versicherungs-vergleicher
temporarily deployed
to
issue-triage
July 19, 2026 01:10 — with
GitHub Actions
Inactive
a857394775-sketch
temporarily deployed
to
issue-triage
July 19, 2026 01:58 — with
GitHub Actions
Inactive
a857394775-sketch
temporarily deployed
to
issue-triage
July 19, 2026 01:58 — with
GitHub Actions
Inactive
a857394775-sketch
temporarily deployed
to
issue-triage
July 19, 2026 01:58 — with
GitHub Actions
Inactive
ayushrocks012
temporarily deployed
to
issue-triage
July 19, 2026 02:29 — with
GitHub Actions
Inactive
ayushrocks012
temporarily deployed
to
issue-triage
July 19, 2026 02:29 — with
GitHub Actions
Inactive
ayushrocks012
temporarily deployed
to
issue-triage
July 19, 2026 02:29 — with
GitHub Actions
Inactive
dinhausa2001
temporarily deployed
to
issue-triage
July 19, 2026 02:36 — with
GitHub Actions
Inactive
dinhausa2001
temporarily deployed
to
issue-triage
July 19, 2026 02:36 — with
GitHub Actions
Inactive
dinhausa2001
temporarily deployed
to
issue-triage
July 19, 2026 02:36 — 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.
Support legacy views for paginated thread history
Why
Clients that use full-history resume or request full items in turn pages should
work consistently across legacy and paginated threads.
What changed
thread/resumeandthread/turns/listwhen requested.initialTurnsPageduring paginated resume, including merging a liveactive turn while preserving the requested page size and cursors.
excludeTurns: true.Testing
initial resume pages on running threads.