feat: add persistent governed Codex coworker - #319
Closed
FsDevNinja wants to merge 3 commits into
Closed
Conversation
FsDevNinja
requested review from
MikeRyanDev,
davidmckayv,
guidovizoso and
tylerslaton
as code owners
September 1, 2026 17:55
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
/api/agent-tools/callgrant, policy, and audit boundaryVerification
bun run lintbun run format:checkbun run typecheckbun run buildbash -n scripts/start.shbun test --coverage agent-codex/tests tests/workspace.test.ts— Codex source: 98.91% lines overall, 97.68% in the app-server clientThe full local suite reached 2,155 pass / 23 skip. Five existing tests outside this diff failed locally: two
agent-botstartup tests cannot resolve that non-workspace package's local@ag-ui/encoder, and three existing handoff integration cases failed against the shared test database. This PR changes no server or handoff source/test files.Notes
Codex dynamic tools are currently an experimental app-server capability. The adapter enables that protocol explicitly and fails closed when it cannot establish the required ChatGPT account, recovery state, or OpenBot callback credentials.