Changelog
Codex CLI changelog
Every stable Codex CLI release in a few lines: what changed, what to act on, and a link to the full notes. Updated within the hour of each release.
Also: Claude Code changelog · Cursor changelog
Codex CLI 0.156.1
- Choose GPT-6 Sol or GPT-6 Luna from the model picker. The rate-limit switch prompt now recommends GPT-6 Luna.
Codex CLI 0.156.0
/tuiopens an optional fullscreen UI on the next launch, with transcript search, mouse selection, and right-click copying.- Heads upVoice conversations are enabled by default; use F8 to toggle them or
/voice settingsto choose settings. /usageshows account usage, token totals, and plugin and skill activity.- Heads upThe agent command center can filter tasks by status and create worktree sessions; worktree support is enabled by default.
- Use
/daemonto update the local background server, or--no-daemonto bypass it. - Plus 6 fixes.
Codex CLI 0.155.1
1 fix
Full release notesCodex CLI 0.155.0
- Experimental
/voiceconversations add live transcripts and microphone controls on supported builds; enable them through/experimental. - The agents overview now supports hiding, archiving, and deleting tasks, and shows worktree ownership details.
- Supported Macs can use Touch ID to verify MCP requests in local TUI sessions.
- Daemon update schedules are configurable, and
codex app-server daemon updateis available. Saved threads and active goals can recover after daemon restarts. - Amazon Bedrock can obtain AWS credentials from configured commands, with caching and expiration-based refresh.
- Plus 6 fixes.
- Experimental
Codex CLI 0.154.0
- GPT-6-Astra is available in the model picker and Amazon Bedrock catalogs.
- Experimental worktree support lets you create isolated checkouts for new or forked sessions with
--worktreeor/worktree, then browse and resume them. - Answer questions inline while Codex continues working, without losing your main draft.
- Existing sessions now pick up newly installed plugin tools and refresh skills and hooks after plugin upgrades or rollbacks.
- Heads upThe deprecated
codex mcp-serverentry point is no longer available. - Plus 6 fixes.
Codex CLI 0.153.4
- Heads upGPT-6-Astra is now the default model when none is configured, and shows in the bundled model picker.
- Plus 1 fix.
Codex CLI 0.153.3
- GPT-6-Astra is available in the Amazon Bedrock model picker for Mantle and Runtime global/US routes.
- Plus 1 fix.
Codex CLI 0.153.2
1 fix
Full release notesCodex CLI 0.153.1
- GPT-6-Astra can now be configured through the API; the default model and model picker are unchanged.
Codex CLI 0.153.0
- Vim mode supports undo with
uand redo withCtrl+R, including pasted content and attachments. - The plugin CLI can list, install, and remove plugins from remote marketplaces.
- Set
tui.auto_recap = falseto disable automatic recaps; manual/recapremains available. - Heads upPlus and Team users receive an earlier warning when less than half their allowance remains in an approximately five-hour usage window.
- The disabled-by-default
features.context_management.experimental_modeenables token-budget context, history notes, and thenew_contexttool for eligible sessions. - Plus 5 fixes.
- Vim mode supports undo with