Skip to content

0.111.0-cometix

Choose a tag to compare

@github-actions github-actions released this 07 Mar 20:14
· 3952 commits to main since this release

release: rust-v0.111.0-cometix

New Features

  • Fast mode is now enabled by default, and the TUI header shows whether the session is running in Fast or Standard mode. (openai#13450, openai#13446)
  • js_repl can now dynamically import local .js and .mjs files, making it easier to reuse workspace scripts from the REPL. (openai#13437)
  • Codex now tells the model which plugins are enabled at session start, improving discovery of installed MCPs, apps, and skills. (openai#13433)
  • App-server v2 now exposes MCP elicitation as a structured request/response flow instead of raw events, which simplifies client integrations. (openai#13425)
  • Expanded image workflow support for clients, including client-side handling of image-generation events and model metadata for image-capable web search. (openai#13512, openai#13538)
  • Added gpt-5.4 model to the model picker (cherry-picked from upstream 0.112.0-alpha).

Bug Fixes

  • Fixed an issue where apps were not re-enabled after codex resume. (openai#13533)
  • Reduced realtime audio submission log noise. (openai#13539)
  • Preserved persisted thread git info in resume. (openai#13504)
  • Fixed codespell warning about pre-selects in theme_picker.rs (openai#13605, cherry-picked).
  • Fixed feedback_view snapshot CI failures caused by proxy environment contamination.

Changelog