Lightweight coding agent that runs in your terminal
Codex CLI v0.50.0 adds sandbox policy risk assessments, stale rate-limit messaging, and MCP env-var redaction.
$ git clone --branch rust-v0.50.0 https://github.com/openai/codex.git # already have the repo? check out this version: $ git checkout rust-v0.50.0
- ›Adds model summary and risk assessment output for commands that violate sandbox policy.
- ›Adds messaging when rate limits are stale or no rate limits are cached.
- ›Introduces
codex/event/raw_itemevents in the app-server event stream. - ›Improves
/feedbackcommand diagnostics for better issue reporting.