~/tools/codex
/0.57.0

Codex

OpenAI's Rust-based CLI for interacting with the Codex model.

SYSTEM_CHECK...
LATEST_VER:0.74.0-alpha.5
CHANGES:26
[ OPEN_CHANGELOG ]

✨ New Features

>#1994 – Enable CTRL-n/CTRL-p for navigating slash commands, files, history
>#6336 – App-server: implement `account/read` endpoint
>#6338 – App-server: expose additional fields on `Thread`
>#6370 – Add `--promote-alpha` option to `create_github_release` script
>#6367 – SDK: add `network_access` and `web_search` options to TypeScript SDK

🚀 Improvements

>TUI quality-of-life: ctrl-n/p navigation for slash command lists and backtracking skips the /status noise.
>#6233 – Freeform unified exec output formatting
>#6342 – Make `generate_ts` prettier output warn-only
>#6340 – Skip retries on `insufficient_quota` errors
>#6345 – Remove shell tool when unified exec is enabled
>#6346 – Prefer `wait_for_event` over `wait_for_event_with_timeout` (initial update)
>#6349 – Prefer `wait_for_event` over `wait_for_event_with_timeout` (follow-up)
>#6351 – Promote shell config tool to model family config
>#6373 – Terminal refactor: remove deprecated flush logic
>#6252 – Core: replace Cloudflare 403 HTML with friendly message
>#6380 – Unified exec: allow safe commands without approval

⚡ Performance

>Improve timeout on long running commasnds

🐛 Bug Fixes

>#6335 – TUI: fix backtracking past `/status`
>#5486 – Fix `apply_patch` rename/move path resolution
>#6097 (includes work from #6086) – WSL: normalize Windows paths during update
>#5258 – Kill shell tool process groups on timeout

📚 Documentation

>#6353 – App-server: add auth v2 doc & update Codex MCP interface section
>#6368 – App-server: README updates for threads and turns
>#6369 – TUI: add inline comments to `tui.rs`
>#6377 – App-server docs: add initialization section

📦 Other Changes

>#6347 – Refresh AI labeler rules to match issue tracker labels