github openai/codex rust-v0.113.0
0.113.0

latest releases: rust-v0.114.0-alpha.3, rust-v0.114.0-alpha.2, rust-v0.114.0-alpha.1...
14 hours ago

New Features

  • Added a built-in request_permissions tool so running turns can request additional permissions at runtime, with new TUI rendering for those approval calls. (#13092, #14004)
  • Expanded plugin workflows with curated marketplace discovery, richer plugin/list metadata, install-time auth checks, and a plugin/uninstall endpoint. (#13712, #13540, #13685, #14111)
  • Upgraded app-server command execution with streaming stdin/stdout/stderr plus TTY/PTY support, and wired exec to the new in-process app server path. (#13640, #14005)
  • Web search settings now support full tool configuration (for example filters and location), not just on/off. (#13675)
  • Added the new permission-profile config language and split filesystem/network sandbox policy plumbing for more precise policy control. (#13434, #13439, #13440, #13448, #13449, #13453)
  • Image generation now saves output files into the current working directory. (#13607)

Bug Fixes

  • Fixed auth error handling for cloud requirements fetch so 401s trigger the normal auth-recovery messaging instead of a generic workspace-config failure. (#14049)
  • Fixed trust bootstrap to avoid running git commands before project trust is established. (#13804)
  • Fixed Windows execution edge cases, including incorrect PTY TerminateProcess success handling and stricter sandbox startup cwd validation. (#13989, #13833, #13742)
  • Fixed plugin startup behavior so curated plugins are loaded in TUI sessions as expected. (#14050)
  • Hardened network proxy policy parsing by rejecting global wildcard (*) domains while preserving scoped wildcard support. (#13789)
  • Fixed approval payload compatibility for macOS automation permissions by accepting both supported input shapes. (#13683)

Documentation

  • Clarified js_repl guidance for persistent bindings and redeclaration recovery to reduce avoidable REPL errors. (#13803)

Chores

  • Reduced log/storage overhead by moving logs to a dedicated SQLite DB, adding timestamps to feedback logs, pruning old data, and tightening retention/row limits. (#13645, #13688, #13734, #13763, #13772, #13781)
  • Improved Windows distribution automation by publishing CLI releases to winget. (#12943)

Changelog

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

Don't miss a new codex release

NewReleases is sending notifications on new releases.