Better tools & workflows to keep ~/.codex/config.toml in sync with new releases (without manual doc scraping)

Resolved 💬 1 comment Opened Feb 21, 2026 by PanagiotisC00 Closed May 10, 2026

What variant of Codex are you using?

CLI

What feature would you like to see?

Problem

Codex CLI evolves fast — new MCP server options, multi-agent roles, sandbox policies, profiles, feature flags, web-search modes, shell environment tweaks, UI behaviors, and more land in almost every minor release.

My ~/.codex/config.toml is the single source of truth for all that power, but keeping it current feels manual and inefficient:

This works, but it’s fragile, time-consuming, and I’m sure I miss useful tunables (or deprecated warnings) until something feels off. It’s especially painful for power users who maintain complex setups across machines, profiles, or shared team configs.

Gaps

A first-class, official, low-friction way to discover and adopt new options without leaving the terminal or doing web scraping.

Proposed improvements (pick any/all)

1. CLI-native config management commands (highest impact)

codex config status          # → "You are 2 releases behind on new options; here’s what’s missing"
codex config upgrade         # → diff vs latest defaults/schema, interactive add/comment new keys
codex config template --full # → outputs fully commented reference with current version
codex config doctor          # → validates, warns on deprecated keys, suggests secure defaults
codex config diff v0.102..v0.104  # → shows exactly what changed in config surface

Additional information

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗