Skip to content

fix(codex): align SDK with supported models - #12

Merged
devswha merged 1 commit into
mainfrom
codex/fix-codex-sdk-version
Jul 22, 2026
Merged

fix(codex): align SDK with supported models#12
devswha merged 1 commit into
mainfrom
codex/fix-codex-sdk-version

Conversation

@devswha

@devswha devswha commented Jul 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • pin @openai/codex-sdk and its bundled CLI to 0.144.6
  • keep ChatMux history/resume turns compatible with models recorded by current Codex CLI sessions
  • add a regression guard that prevents SDK and bundled CLI versions from drifting

Reproduction

  1. Create a Codex 0.144.6 tmux session using gpt-5.6-sol.
  2. Let ChatMux synchronize the transcript, terminate the tmux session, and reopen it from history.
  3. Send a follow-up prompt.
  4. The previous 0.141.0 SDK fails with: The 'gpt-5.6-sol' model requires a newer version of Codex.

Verification

  • Codex provider tests: 5/5
  • npm run typecheck
  • npm run lint
  • npm run build
  • actual browser E2E follow-up on the synchronized Codex transcript

@devswha

devswha commented Jul 22, 2026

Copy link
Copy Markdown
Owner Author

E2E QA evidence (2026-07-22): the old 0.141.0 SDK failed twice with the newer-model error. With SDK and bundled CLI 0.144.6, the same browser history-resume flow completed with CHATMUX_E2E_CODEX_T2 value=CODEX_T1. Final npm run verify passed.

@devswha
devswha merged commit 62da233 into main Jul 22, 2026
2 checks passed
@devswha
devswha deleted the codex/fix-codex-sdk-version branch August 13, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant