Tag reports with the selected turn's model and effort - #35802
Merged
copyberry[bot] merged 1 commit intoJul 28, 2026
Merged
Conversation
## What changed - Read the selected turn's `model` and reasoning `effort` from its rollout and add them to the report's upload tags. - Use the latest turn context when the request has no `turn_id`, without substituting another turn when a requested ID is missing. - Prefer the request-derived model and effort over values captured in the report snapshot. ## Testing - Added coverage for selecting a reported turn, falling back to the latest turn, handling a missing turn, preserving an unspecified effort, and upload-tag precedence. GitOrigin-RevId: 133bab7730e18b28c4b26ae55fbce55d8e5705fb
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/133bab7730e18b28c4b26ae55fbce55d8e5705fb
branch
from
July 28, 2026 17:52
20eec61 to
8f00b9a
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/133bab7730e18b28c4b26ae55fbce55d8e5705fb
branch
July 28, 2026 17:53
MelvinPeterson3821
temporarily deployed
to
issue-triage
July 28, 2026 17:56 — with
GitHub Actions
Inactive
MelvinPeterson3821
temporarily deployed
to
issue-triage
July 28, 2026 17:56 — with
GitHub Actions
Inactive
MelvinPeterson3821
temporarily deployed
to
issue-triage
July 28, 2026 17:56 — with
GitHub Actions
Inactive
rodrigomaioline-art
temporarily deployed
to
issue-triage
July 28, 2026 17:59 — with
GitHub Actions
Inactive
rodrigomaioline-art
temporarily deployed
to
issue-triage
July 28, 2026 17:59 — with
GitHub Actions
Inactive
rodrigomaioline-art
temporarily deployed
to
issue-triage
July 28, 2026 17:59 — 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.
Tag reports with the selected turn's model and effort
What changed
modeland reasoningeffortfrom its rollout and add them to the report's upload tags.turn_id, without substituting another turn when a requested ID is missing.Testing