Add generated Codex app-server protocol typings#337
Merged
Conversation
- Map updated Codex notifications, approvals, usage, and thread state - Add protocol generation workspace and expand Codex integration tests
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…fork - Generate app-server protocol typings from the pinned @openai/codex CLI (0.144.5) into a gitignored workspace package (@poracode/codex-protocol); add typed client/server/notification method maps at the provider boundary - Correct notification, approval, user-input, goal-status, and token-usage mappings against the official 0.144.5 protocol - Migrate deprecated thread/rollback to thread/fork; document why account/chatgptAuthTokens/refresh is intentionally rejected - Expand Codex integration tests Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ession id - Pass the thread's current model/effort/approval/sandbox into thread/fork so a reverted thread never loads unsafe default settings (previously the fork loaded gpt-5.3-codex-spark / never / danger-full-access until the next turn); extract a shared buildCodexThreadOverrides for start/resume/fork - Thread the current composer config through the rollback IPC so a config change made before reverting is honored by the fork rather than a stale one - Emit thread-state on a provider-session-id change so the renderer adopts the forked session id immediately instead of only on the next turn Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…htcode into poracode/merry-puma-99a19396 # Conflicts: # src/supervisor/agents/codex/acp.ts # src/supervisor/agents/codex/codex.test.ts
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.
@poracode/codex-protocolworkspace package pinned to the official Codex protocol version.