Update pinned Codex CLI to 0.153.3 - #10
Merged
Merged
Conversation
Regenerate the protocol bindings via codex check --apply and handle the four new collab agent tools (sendMessage, followupTask, interruptAgent, listAgents) in collaborationLabel, which the wider CollabAgentTool union now requires for exhaustiveness. Verified on a live deployment: app-server initializes on 0.153.3, Slack connector healthy, and the newly exposed gpt-6-astra model works.
|
Too many files changed for review (166 files, 100 file limit). Bypass the limit by tagging |
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.
What
codex.version: 0.145.0 → 0.153.3 (latest rust release)bun src/cli/main.ts codex check --version 0.153.3 --apply(166 files, mostly generated)CollabAgentToolgrew four new variants (sendMessage,followupTask,interruptAgent,listAgents), which broke the exhaustive switch incollaborationLabel(src/codex/progress.ts) — added the four labels in the existing style (no default, so future additions keep failing the typecheck loudly).That switch was the only typecheck failure across the 0.145 → 0.153 protocol jump; everything else is generated churn.
Verification
Running on a live Slack deployment built from this branch:
userAgent wirebot/0.153.3, "Wirebot is ready"gpt-6-astra; switchingmodelto it works end-to-endtsc -p tsconfig.jsonclean,bun run build+ Docker image build OK🤖 Generated with Claude Code