github openai/codex rust-v0.95.0
0.95.0

latest release: rust-v0.96.0-alpha.1
6 hours ago

New Features

  • Added codex app <path> on macOS to launch Codex Desktop from the CLI, with automatic DMG download if it is missing. (#10418)
  • Added personal skill loading from ~/.agents/skills (with ~/.codex/skills compatibility), plus app-server APIs/events to list and download public remote skills. (#10437, #10448)
  • /plan now accepts inline prompt arguments and pasted images, and slash-command editing/highlighting in the TUI is more polished. (#10269)
  • Shell-related tools can now run in parallel, improving multi-command execution throughput. (#10505)
  • Shell executions now receive CODEX_THREAD_ID, so scripts and skills can detect the active thread/session. (#10096)
  • Added vendored Bubblewrap + FFI wiring in the Linux sandbox as groundwork for upcoming runtime integration. (#10413)

Bug Fixes

  • Hardened Git command safety so destructive or write-capable invocations no longer bypass approval checks. (#10258)
  • Improved resume/thread browsing reliability by correctly showing saved thread names and fixing thread listing behavior. (#10340, #10383)
  • Fixed first-run trust-mode handling so sandbox mode is reported consistently, and made $PWD/.agents read-only like $PWD/.codex. (#10415, #10524)
  • Fixed codex exec hanging after interrupt in websocket/streaming flows; interrupted turns now shut down cleanly. (#10519)
  • Fixed review-mode approval event wiring so requestApproval IDs align with the corresponding command execution items. (#10416)
  • Improved 401 error diagnostics by including server message/body details plus cf-ray and requestId. (#10508)

Documentation

  • Expanded TUI chat composer docs to cover slash-command arguments and attachment handling in plan/review flows. (#10269)
  • Refreshed issue templates and labeler prompts to better separate CLI/app bug reporting and feature requests. (#10411, #10453, #10548, #10552)

Chores

  • Completed migration off the deprecated mcp-types crate to rmcp-based protocol types/adapters, then removed the legacy crate. (#10356, #10349, #10357)
  • Updated the bytes dependency for a security advisory and cleaned up resolved advisory configuration. (#10525)

Changelog

Full Changelog: rust-v0.94.0...rust-v0.95.0

Don't miss a new codex release

NewReleases is sending notifications on new releases.