feat: add run task identity primitives - #19047
Merged
Merged
Conversation
This was referenced Apr 22, 2026
efrazer-oai
force-pushed
the
dev/efrazer/agent-identity-env-jwt
branch
from
April 22, 2026 23:57
c588673 to
c74a2f3
Compare
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
April 23, 2026 01:02
3254ce5 to
0324e8a
Compare
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
April 23, 2026 03:55
0324e8a to
2685c9e
Compare
adrian-openai
marked this pull request as ready for review
April 23, 2026 04:27
adrian-openai
marked this pull request as draft
April 24, 2026 00:05
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
April 24, 2026 02:57
2685c9e to
55dced3
Compare
adrian-openai
marked this pull request as ready for review
April 24, 2026 06:07
adrian-openai
requested review from
efrazer-oai,
nicksteele-oai and
pakrym-oai
and removed request for
efrazer-oai and
pakrym-oai
April 24, 2026 06:08
efrazer-oai
force-pushed
the
dev/efrazer/agent-identity-env-jwt
branch
3 times, most recently
from
April 25, 2026 01:45
8d2470f to
c5d5e7c
Compare
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
2 times, most recently
from
May 11, 2026 19:04
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
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
2 times, most recently
from
June 9, 2026 23:38
134085f to
d13cbcc
Compare
adrian-openai
commented
Jun 10, 2026
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
3 times, most recently
from
June 10, 2026 03:16
7026cbc to
d7289e0
Compare
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
3 times, most recently
from
June 10, 2026 06:05
2b9ca9a to
7f15c05
Compare
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
June 10, 2026 21:32
7f15c05 to
796f8f0
Compare
Zemnmez
approved these changes
Jun 10, 2026
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
2 times, most recently
from
June 11, 2026 04:01
d7994fd to
bcf4294
Compare
celia-oai
reviewed
Jun 16, 2026
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
June 16, 2026 17:40
bcf4294 to
af68ad0
Compare
celia-oai
reviewed
Jun 16, 2026
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
June 16, 2026 18:42
af68ad0 to
9edf39f
Compare
celia-oai
approved these changes
Jun 16, 2026
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
June 16, 2026 19:57
9edf39f to
99fc9c7
Compare
adrian-openai
force-pushed
the
dev/adrian/codex/hai-task-primitives
branch
from
June 16, 2026 20:55
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