Codex‑CLI Power User Guide (2025): Difference between revisions
Created page with "<span id="codexcli-power-user-guide-2025"></span> = Codex‑CLI Power User Guide (2025) = <span id="what-is-codexcli"></span> == 1) What is Codex‑CLI? == Codex‑CLI is a '''local coding agent''' you run from your terminal. It can '''read files''', '''edit code''', and '''run commands''' in the directory you choose. You talk to it with plain English (and even attach screenshots). It plans, makes diffs, runs tests, and iterates — like a teammate who works directly i..." |
|||
| Line 146: | Line 146: | ||
<span id="configuration-make-it-yours"></span> | <span id="configuration-make-it-yours"></span> | ||
== 10) Configuration (make it ''yours'') == | == 10) Configuration (make it ''yours'') == | ||
* https://github.com/openai/codex/blob/main/docs/config.md | |||
Codex stores settings in <code>~/.codex/config.toml</code>. Common tweaks: | Codex stores settings in <code>~/.codex/config.toml</code>. Common tweaks: | ||
| Line 185: | Line 187: | ||
<span id="mcp-model-context-protocol-give-codex-tools"></span> | <span id="mcp-model-context-protocol-give-codex-tools"></span> | ||
== 11) MCP (Model Context Protocol) — give Codex ''tools'' == | == 11) MCP (Model Context Protocol) — give Codex ''tools'' == | ||