Lightweight coding agent that runs in your terminal
Codex CLI gains @plugin mentions in chat, a refreshed model picker, and safer per-turn sandbox privilege merging.
$ git clone --branch rust-v0.112.0 https://github.com/openai/codex.git # already have the repo? check out this version: $ git checkout rust-v0.112.0
- ›Adds
@pluginmentions so users can reference plugins directly in chat and auto-include their associated MCP/app/skill context. - ›Updates the model-selection surface so the latest model catalog changes are surfaced in the TUI picker flow.
- ›Merges executable permission profiles into per-turn sandbox policy for zsh-fork skill execution, enabling safer additive privilege handling for tool runs.