Lightweight coding agent that runs in your terminal
Codex CLI v0.120.0 adds Realtime V2 background agent streaming, improved hook TUI, MCP outputSchema support, and richer SessionStart context.
$ git clone --branch rust-v0.120.0 https://github.com/openai/codex.git # already have the repo? check out this version: $ git checkout rust-v0.120.0
- ›Streams Realtime V2 background agent progress live while work is still running, and queues follow-up responses until the active response completes.
- ›Improves TUI hook activity display: live running hooks shown separately, completed hook output retained only when useful.
- ›Adds thread title as a variable available in custom TUI status line configurations.
- ›Includes MCP
outputSchemadetails in Code-mode tool declarations so structured tool results carry precise typing. - ›Enables SessionStart hooks to distinguish sessions created by
/clearfrom fresh startup or resume sessions.