feat: add codex agent adapter#319
Open
tumberger wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jun 19, 2026
8bb272c to
8814da9
Compare
329d0ef to
8bf26eb
Compare
35c5022 to
4fef034
Compare
8814da9 to
e573160
Compare
e573160 to
67914ca
Compare
4fef034 to
23caa4d
Compare
67914ca to
9bd0124
Compare
Contributor
Author
|
@greptile check again |
9bd0124 to
7b65108
Compare
hasandemirkiran
left a comment
Contributor
There was a problem hiding this comment.
A few notes on the adapter — the main one (the event set) ties into the codexmanaged side in #320. Details inline.
7b65108 to
9c59eee
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Summary
Review notes
UserPromptSubmitis intentionally treated as a blocking event in the shared hook domain. In enforce mode, runtime/socket failures fail closed forUserPromptSubmit, matching Codex's ability to block prompts. Claude Guard user hooks still only installPreToolUse/PostToolUse, so this does not add a Claude user-hook install path.Stopis treated as turn-scoped telemetry, not as a session-finalization event. Codex does not emit Claude'sSessionEnd.Verification
go test ./...