github openai/codex rust-v0.112.0
0.112.0

latest releases: rust-v0.113.0-alpha.2, rust-v0.113.0-alpha.1
one day ago

New Features

  • Added @plugin mentions so users can reference plugins directly in chat and auto-include their associated MCP/app/skill context. (#13510)
  • Added a new model-selection surface update so the latest model catalog changes are surfaced in the TUI picker flow. (#13617)
  • Merged executable permission profiles into per-turn sandbox policy for zsh-fork skill execution, allowing safer, additive privilege handling for tool runs. (#13496)

Bug Fixes

  • Fixed JS REPL state handling so previously-initialized bindings persist after a failed cell, reducing brittle restarts during iterative sessions. (#13482)
  • Treated SIGTERM like Ctrl-C for graceful app-server websocket shutdown instead of abrupt termination behavior. (#13594)
  • Hardened js_repl image emission to accept only data: URLs, preventing external URL forwarding through emitImage. (#13507)
  • Ensured Linux bubblewrap sandbox runs always unshare the user namespace to keep isolation consistent even for root-owned invocations. (#13624)
  • Improved macOS sandbox network and unix-socket handling in Seatbelt, improving reliability for constrained subprocess environments. (#12702)
  • Surfaced feedback/diagnostics earlier in the workflow so connectivity and diagnostics are visible before later steps. (#13604)

Documentation

  • Clarified js_repl image guidance (emission and encoding semantics), including clearer usage around repeated emitImage calls. (#13639)

Chores

  • Fixed a small codespell warning in the TUI theme picker path. (#13605)

Changelog

Full Changelog: rust-v0.111.0...rust-v0.112.0

Don't miss a new codex release

NewReleases is sending notifications on new releases.