OpenAI Codex CLI vrust-v0.111.0
Summary
New Features - Fast mode is now enabled by default, and the TUI header shows whether the session is running in Fast or Standard mode. (13450, 13446) - jsrepl can now dynamically import local .js an...
Release Notes
New Features - Fast mode is now enabled by default, and the TUI header shows whether the session is running in Fast or Standard mode. (13450, 13446) - jsrepl can now dynamically import local .js and .mjs files, making it easier to reuse workspace scripts from the REPL. (13437) - Codex now tells the model which plugins are enabled at session start, improving discovery of installed MCPs, apps, and skills. (13433) - App-server v2 now exposes MCP elicitation as a structured request/response flow instead of raw events, which simplifies client integrations. (13425) - Expanded image workflow support for clients, including client-side handling of image-generation events and model metadata for image-capable web search. (13512, 13538) Bug Fixes - Resuming a thread now preserves its stored git context and keeps apps enabled, avoiding broken state after codex resume. (13504, 13533) Documentation - Added sample skill documentation for artifact workflows, including slide deck and spreadsheet examples. (13525) Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.110.0...rust-v0.111.0 - 13516 Log non-audio realtime events @aibrahim-oai - 13208 chore(deps): bump actions/download-artifact from 7 to 8 @dependabot - 13512 image-gen-event/clientprocessing @won-openai - 13210 chore(deps): bump strummacros from 0.27.2 to 0.28.0 in /codex-rs @dependabot - 13209 chore(deps): bump serdewith from 3.16.1 to 3.17.0 in /codex-rs @dependabot - 13504 Preserve persisted thread git info in resume @joeytrasatti-openai - 13207 chore(deps): bump actions/upload-artifact from 6 to 7 @dependabot - 13433 feat: track plugins mcps/apps and add plugin info to userinstructions @sayan-oai - 13450 [core] Enable fast mode by default @pash-openai - 13438 [tui] rotate paid promo tips to include fast mode @pash-openai - 13515 [tui] Update fast mode plan usage copy @pash-openai - 13533 [apps] Fix the issue where apps is not enabled after codex resume. @mzeng-openai - 13437 [jsrepl] Support local