#codex
16 items tagged #codex.
16 items tagged #codex.
Codex CLI 0.134.0 runs MCP tools marked readOnlyHint concurrently by default. The change is small. The pattern it completes — three vendors flipping defaults toward more-automatic-less-consent in the same week — is the news.
OpenAI shipped Codex CLI 0.134.0 on May 26. Two headline items: search across local conversation history with previews, and read-only MCP tools that run concurrently when they advertise readOnlyHint. Plus profile-config migration enforcement and richer hook context.
OpenAI put its Codex coding agent inside the ChatGPT mobile app on May 14. The phone pairs to a Mac running Codex and can review diffs, approve commands, and redirect a running task — supervision without the desk.
Codex CLI is OpenAI's official AI coding agent for the terminal. This guide covers both install paths, the two auth modes, and the sandboxed shell that makes it safer than it looks by default.
Codex CLI can review a diff or file and return categorized findings before a human ever sees your PR. Here's how to use it, what to trust, and what to ignore.
How to install Codex in a GitHub Actions runner, auth safely, scope the agent to one branch, cap per-run costs, and recover when the agent misbehaves.
Both run in your terminal, read your codebase, and execute autonomous tasks. What's different is how GPT-family and Claude-family models approach the same problem — and those differences are visible and reproducible.
Codex's reasoning_effort parameter changes how much the model thinks before responding. Here is how to read the tradeoffs and pick the right level for the task at hand.