OpenAI Codex CLI vrust-v0.88.0
Summary
New Features - Added device-code auth as a standalone fallback in headless environments. (9333) Bug Fixes - Load configs from trusted folders only and fix symlinked config.toml resolution. (9533, 9...
Release Notes
New Features - Added device-code auth as a standalone fallback in headless environments. (9333) Bug Fixes - Load configs from trusted folders only and fix symlinked config.toml resolution. (9533, 9445) - Fixed Azure endpoint invalid input errors. (9387) - Resolved a memory leak in core runtime. (9543) - Prevented interrupted turns from repeating. (9043) - Fixed WSL TUI image paste regression. (9473) Documentation - Updated MCP documentation link to the current destination. (9490) - Corrected a “Multi-agents” naming typo in docs. (9542) - Added developer instructions for collaboration modes. (9424) Chores - Upgraded to Rust 1.92 and refreshed core Rust dependencies. (8860, 9465, 9466, 9467, 9468, 9469) Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.87.0...rust-v0.88.0 - 9373 fix: flaky tests @jif-oai - 9333 [device-auth] Add device code auth as a standalone option when headless environment is detected. @mzeng-openai - 9352 Made codex exec resume --last consistent with codex resume --last @etraut-openai - 9324 add codex cloud list @nornagon-openai - 9332 Turn-state sticky routing per turn @aibrahim-oai - 9364 feat: tool call duration metric @jif-oai - 8860 chore: upgrade to Rust 1.92.0 @viyatb-oai - 9385 feat: /fork the current session instead of opening session picker @apanasenko-oai - 9247 feat(app-server, core): return threads by createdat or updatedat @owenlin0 - 9330 feat: show forked from session id in /status @apanasenko-oai - 9340 Introduce collaboration modes @aibrahim-oai - 9328 Support enable/disable skill via config/api. @xl-openai - 9408 Add collaborationmode override to turns @aibrahim-oai - 9400 fix(codex-api): treat invalidprompt as non-retryable @fouad-openai - 9401 Defer backtrack trim until rollback confirms @aibrahim-oai - 9414 fix unifiedexec::tests::unifiedexectimeouts to use a more unique match value @ahornby - 9421 Expose collaboration presets @aibrahim-oai - 9422 chore(core) Create instructions module @dylan-hurd-oai