OpenAI Codex CLI adds local agent overrides
OpenAI engineer Brent Trautman announced that the Codex CLI now supports AGENTS.override.md, a feature mirroring Anthropic's CLAUDE.local.md that allows developers to maintain local agent instructions without committing them to the shared repository. To streamline developer workflows, Codex will also copy this override file into Git worktrees by default, ensuring persistent and consistent local instruction sets across different branch contexts.
OpenAI is moving quickly to adopt developer-friendly conventions pioneered by Anthropic's Claude Code, showing a standardizing developer interface for terminal-based AI agents.
* **Developer QoL:** Automatic propagation of AGENTS.override.md into Git worktrees solves a major pain point for developers using multi-branch workflows.
* **Local vs Shared Prompting:** The separation of AGENTS.md (shared repo-level instructions) and AGENTS.override.md (local overrides) mirrors classic gitignore/local-config patterns, easing adoption.
* **Agent Competition:** The rapid parity adjustment underscores the intense competition between OpenAI and Anthropic in developer-facing terminal agent utilities.
DISCOVERED
1h ago
2026-06-17
PUBLISHED
1h ago
2026-06-17
RELEVANCE
AUTHOR
btraut