Lightweight coding agent that runs in your terminal
Codex CLI gains Ctrl-N/P slash-command navigation, unified exec safe-command auto-approval, and new app-server endpoints.
$ git clone --branch rust-v0.57.0 https://github.com/openai/codex.git # already have the repo? check out this version: $ git checkout rust-v0.57.0
- ›Adds Ctrl-N / Ctrl-P keyboard navigation for slash command lists, file pickers, and history in the TUI.
- ›Unified exec mode now allows safe commands to run without requiring user approval.
- ›Skips retries automatically when the API returns an
insufficient_quotaerror, avoiding unnecessary wait loops. - ›Removes the shell tool when unified exec is enabled, streamlining the tool surface.
- ›Promotes shell config tool to model family config level.
+6 moreshow less
- ›App-server implements the
account/readendpoint. - ›App-server exposes additional fields on the Thread object.
- ›Adds
network_accessandweb_searchoptions to the TypeScript SDK. - ›WSL: normalizes Windows paths during updates.
- ›Replaces raw Cloudflare 403 HTML responses with a friendly error message.
- ›Kills shell tool process groups on timeout, improving cleanup for long-running commands.
- !The shell tool is removed from the available tool set when unified exec is enabled (
--unified-exec).