You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: nested per-repo config layering (web.config-style) for Codex CLI.
Allow .codex/config.toml in a repo (and optionally nested root->CWD) to override the global config so each repo can define its own MCP servers (e.g., one SQL DB per repo) without env hacks. Local .codex/config.toml should be automatically read and processed. Please decide exact scope/merging; CLI -c continues to override.