Report turn trigger and source in turn analytics - #42003
Merged
copyberry[bot] merged 1 commit intoSep 1, 2026
Merged
Conversation
## What changed - Add `turn_trigger` and `codex_turn_source` to `codex_turn_event` analytics. - Read the source from effective Responses metadata, preserving configured-over-client precedence and reflecting accepted steer metadata. - Omit trigger and source values from analytics when they exceed the existing Responses metadata value limit. ## Testing - Cover event serialization, turn lifecycle emission, configured and client source precedence, size limits, and source updates after steering. GitOrigin-RevId: bbd45af4c6af52956d2394b722ea78e65e5b9bd7
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/bbd45af4c6af52956d2394b722ea78e65e5b9bd7
branch
from
September 1, 2026 07:33
6c61082 to
2b7c279
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/bbd45af4c6af52956d2394b722ea78e65e5b9bd7
branch
September 1, 2026 07:34
serpalo81
temporarily deployed
to
issue-triage
September 1, 2026 07:36 — with
GitHub Actions
Inactive
serpalo81
temporarily deployed
to
issue-triage
September 1, 2026 07:36 — with
GitHub Actions
Inactive
serpalo81
temporarily deployed
to
issue-triage
September 1, 2026 07:36 — with
GitHub Actions
Inactive
serpalo81
temporarily deployed
to
issue-triage
September 1, 2026 07:37 — with
GitHub Actions
Inactive
Kiborgik
temporarily deployed
to
issue-triage
September 1, 2026 07:51 — with
GitHub Actions
Inactive
Kiborgik
temporarily deployed
to
issue-triage
September 1, 2026 07:51 — with
GitHub Actions
Inactive
Kiborgik
temporarily deployed
to
issue-triage
September 1, 2026 07:51 — with
GitHub Actions
Inactive
kingballyy
temporarily deployed
to
issue-triage
September 1, 2026 08:08 — with
GitHub Actions
Inactive
kingballyy
temporarily deployed
to
issue-triage
September 1, 2026 08:08 — with
GitHub Actions
Inactive
kingballyy
temporarily deployed
to
issue-triage
September 1, 2026 08:08 — with
GitHub Actions
Inactive
ayaka14732
temporarily deployed
to
issue-triage
September 1, 2026 08:15 — with
GitHub Actions
Inactive
ayaka14732
temporarily deployed
to
issue-triage
September 1, 2026 08:15 — with
GitHub Actions
Inactive
ayaka14732
temporarily deployed
to
issue-triage
September 1, 2026 08:15 — with
GitHub Actions
Inactive
saul-LinY
temporarily deployed
to
issue-triage
September 1, 2026 08:30 — with
GitHub Actions
Inactive
saul-LinY
temporarily deployed
to
issue-triage
September 1, 2026 08:30 — with
GitHub Actions
Inactive
Ursberger67
temporarily deployed
to
issue-triage
September 1, 2026 08:30 — with
GitHub Actions
Inactive
Ursberger67
temporarily deployed
to
issue-triage
September 1, 2026 08:30 — with
GitHub Actions
Inactive
Ursberger67
temporarily deployed
to
issue-triage
September 1, 2026 08:30 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
September 1, 2026 08:31 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
September 1, 2026 08:31 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
September 1, 2026 08:31 — with
GitHub Actions
Inactive
Ursberger67
temporarily deployed
to
issue-triage
September 1, 2026 08:31 — with
GitHub Actions
Inactive
omarpinarecords
temporarily deployed
to
issue-triage
September 1, 2026 08:32 — with
GitHub Actions
Inactive
mcqueary
temporarily deployed
to
issue-triage
September 1, 2026 08:42 — with
GitHub Actions
Inactive
mcqueary
temporarily deployed
to
issue-triage
September 1, 2026 08:42 — with
GitHub Actions
Inactive
mcqueary
temporarily deployed
to
issue-triage
September 1, 2026 08:42 — with
GitHub Actions
Inactive
tsvigun-artem
temporarily deployed
to
issue-triage
September 1, 2026 08:56 — with
GitHub Actions
Inactive
tsvigun-artem
temporarily deployed
to
issue-triage
September 1, 2026 08:56 — with
GitHub Actions
Inactive
tsvigun-artem
temporarily deployed
to
issue-triage
September 1, 2026 08:56 — with
GitHub Actions
Inactive
tsvigun-artem
temporarily deployed
to
issue-triage
September 1, 2026 08:57 — with
GitHub Actions
Inactive
HaydenLS
temporarily deployed
to
issue-triage
September 1, 2026 09:06 — with
GitHub Actions
Inactive
HaydenLS
temporarily deployed
to
issue-triage
September 1, 2026 09:06 — with
GitHub Actions
Inactive
HaydenLS
temporarily deployed
to
issue-triage
September 1, 2026 09:06 — with
GitHub Actions
Inactive
HaydenLS
temporarily deployed
to
issue-triage
September 1, 2026 09:07 — with
GitHub Actions
Inactive
linwanlong
temporarily deployed
to
issue-triage
September 1, 2026 09:14 — with
GitHub Actions
Inactive
linwanlong
temporarily deployed
to
issue-triage
September 1, 2026 09:14 — with
GitHub Actions
Inactive
linwanlong
temporarily deployed
to
issue-triage
September 1, 2026 09:14 — 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.
Report turn trigger and source in turn analytics
What changed
turn_triggerandcodex_turn_sourcetocodex_turn_eventanalytics.Testing