OpenAI Codex CLI vrust-v0.95.0

Summary

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...

Release Notes

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 CODEXTHREADID, 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 b

View original release

View all AI coding tool releases on Havoptic