feat: add run task identity primitives#19047
Merged
Merged
Conversation
This was referenced Apr 22, 2026
c588673 to
c74a2f3
Compare
3254ce5 to
0324e8a
Compare
0324e8a to
2685c9e
Compare
2685c9e to
55dced3
Compare
8d2470f to
c5d5e7c
Compare
baf2618 to
110e2a4
Compare
tigrantsat-openai
left a comment
There was a problem hiding this comment.
Let's ensure full set of features + launching internally before enabling into codex.
adrian-openai
commented
Jun 9, 2026
adrian-openai
commented
Jun 9, 2026
134085f to
d13cbcc
Compare
adrian-openai
commented
Jun 10, 2026
7026cbc to
d7289e0
Compare
2b9ca9a to
7f15c05
Compare
7f15c05 to
796f8f0
Compare
Zemnmez
approved these changes
Jun 10, 2026
d7994fd to
bcf4294
Compare
celia-oai
reviewed
Jun 16, 2026
bcf4294 to
af68ad0
Compare
celia-oai
reviewed
Jun 16, 2026
af68ad0 to
9edf39f
Compare
celia-oai
approved these changes
Jun 16, 2026
9edf39f to
99fc9c7
Compare
99fc9c7 to
d632e8b
Compare
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.
Stack
This is PR 1 of the simplified HAI single-run-task stack:
#19054 collapsed out of the active stack because the simplified design no longer needs a separate background/control-plane task helper.
Summary
The simplified POC shape is one backend-owned task per Agent Identity run. This PR makes the first layer match that final shape directly instead of introducing task targets, caller-owned external task refs, or intermediate wrappers that later PRs would need to undo.
What changed:
AgentAssertionwire payload asagent_runtime_id,task_id,timestamp, andsignatureregister_agent_taskas the single task-registration helper for both existing Agent Identity JWT auth and the ChatGPT-registration path added later in the stackcodex-agent-identityThis PR intentionally does not enable ChatGPT-derived Agent Identity. That opt-in and config gate are added in the next PR.
Testing
just test -p codex-agent-identity