Lightweight coding agent that runs in your terminal
Codex CLI v0.77.0 adds sandbox mode constraints, normalized TUI scrolling with config knobs, and flag-free MCP OAuth login.
$ git clone --branch rust-v0.77.0 https://github.com/openai/codex.git # already have the repo? check out this version: $ git checkout rust-v0.77.0
# In your project's requirements.toml allowed_sandbox_modes = ["workspace-write"]
- ›Adds
allowed_sandbox_modesfield torequirements.tomlto restrict which sandbox modes a project permits. - ›Adds
tui.scroll_*config settings and normalizes mouse wheel and trackpad scrolling behavior across terminals in TUI2. - ›MCP OAuth login for streamable HTTP servers no longer requires the
rmcp_clientfeature flag — works out of the box. - ›Improves fuzzy file search display consistency by centralizing file-name derivation in
codex-file-search. - ›Updates bundled model metadata (
models.json) with latest available models.