0.111.0-cometix
·
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_replcan now dynamically import local.jsand.mjsfiles, 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
- openai#13450 Enable fast mode by default @pash-openai
- openai#13446 Show speed in session header @pash-openai
- openai#13437 Support local ESM file imports in js_repl @pash-openai
- openai#13433 Track plugins mcps/apps and add plugin info to user_instructions @d44398905
- openai#13425 feat(app-server): support mcp elicitations in v2 api @926b2f19e
- openai#13512 image-gen-event/client_processing @229e6d034
- openai#13538 add web_search_tool_type for image support @03d55f0e6
- openai#13533 Fix apps not enabled after codex resume @333663921
- openai#13539 Reduce realtime audio submission log noise @8f828f8a4
- openai#13504 Preserve persisted thread git info in resume @22f4113ac
- openai#13515 Update fast mode plan usage copy @3eb9115ce
- openai#13438 Rotate paid promo tips to include fast mode @3284bde48
- openai#13392 Prepare unified exec for zsh-fork backend @b4cb98956
- openai#13571 Bind package manager @f304b2ef6
- openai#13525 Skills for artifacts @a246dbf9d
- openai#13573 Ultra polish package manager @0cc683541
- openai#13577 Ultra-clean artifacts @5e92f4af1
- openai#13207 Bump actions/upload-artifact from 6 to 7 @be5e8fbd3
- openai#13209 Bump serde_with from 3.16.1 to 3.17.0 @95aad8719
- openai#13210 Bump strum_macros from 0.27.2 to 0.28.0 @14ac823ae
- openai#13208 Bump actions/download-artifact from 7 to 8 @84ba9f8e7
- openai#13516 Log non-audio realtime events @7b088901c