Send plugin analytics with API key authentication - #33040
Merged
copyberry[bot] merged 1 commit intoJul 14, 2026
Merged
Conversation
## What changed Allow API key sessions to send plugin-attributed `codex_plugin_used`, `skill_invocation`, and `codex_mcp_tool_call_event` events. Continue to drop events without a plugin ID and all other analytics events for these sessions. ## Testing Add coverage that mixes plugin and non-plugin events and verifies that only the three plugin-attributed event types are delivered without server-owned auth fields. GitOrigin-RevId: 1f47af5e9516723154f566ad032dba3ebd98abf9
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/1f47af5e9516723154f566ad032dba3ebd98abf9
branch
from
July 14, 2026 11:22
29b5b7b to
5bed644
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/1f47af5e9516723154f566ad032dba3ebd98abf9
branch
July 14, 2026 11:23
ChrisJCastle93
temporarily deployed
to
issue-triage
July 14, 2026 11:45 — with
GitHub Actions
Inactive
ChrisJCastle93
temporarily deployed
to
issue-triage
July 14, 2026 11:45 — with
GitHub Actions
Inactive
ChrisJCastle93
temporarily deployed
to
issue-triage
July 14, 2026 11:45 — with
GitHub Actions
Inactive
ChrisJCastle93
temporarily deployed
to
issue-triage
July 14, 2026 11:46 — with
GitHub Actions
Inactive
simplifyOurLife
temporarily deployed
to
issue-triage
July 14, 2026 11:53 — with
GitHub Actions
Inactive
simplifyOurLife
temporarily deployed
to
issue-triage
July 14, 2026 11:53 — with
GitHub Actions
Inactive
simplifyOurLife
temporarily deployed
to
issue-triage
July 14, 2026 11:53 — with
GitHub Actions
Inactive
howardsloane-boop
temporarily deployed
to
issue-triage
July 14, 2026 12:11 — with
GitHub Actions
Inactive
howardsloane-boop
temporarily deployed
to
issue-triage
July 14, 2026 12:11 — with
GitHub Actions
Inactive
christopheragnus
temporarily deployed
to
issue-triage
July 14, 2026 12:34 — with
GitHub Actions
Inactive
christopheragnus
temporarily deployed
to
issue-triage
July 14, 2026 12:34 — with
GitHub Actions
Inactive
christopheragnus
temporarily deployed
to
issue-triage
July 14, 2026 12:34 — with
GitHub Actions
Inactive
christopheragnus
temporarily deployed
to
issue-triage
July 14, 2026 12:36 — with
GitHub Actions
Inactive
mudassirshoukat
temporarily deployed
to
issue-triage
July 14, 2026 12:44 — with
GitHub Actions
Inactive
mudassirshoukat
temporarily deployed
to
issue-triage
July 14, 2026 12:44 — with
GitHub Actions
Inactive
mudassirshoukat
temporarily deployed
to
issue-triage
July 14, 2026 12:44 — 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.
Send plugin analytics with API key authentication
What changed
Allow API key sessions to send plugin-attributed
codex_plugin_used,skill_invocation, andcodex_mcp_tool_call_eventevents. Continue to dropevents without a plugin ID and all other analytics events for these sessions.
Testing
Add coverage that mixes plugin and non-plugin events and verifies that only the
three plugin-attributed event types are delivered without server-owned auth
fields.