Summary
The Codex config.toml in this repo is outdated and does not match current Codex configuration behavior.
Also, Codex now has multi-agent support, and the Codex config/docs should reflect that.
What is outdated
approval_policy and sandbox_mode are under [permissions], but current Codex expects them as top-level settings.
history.persistent_instructions is legacy compared to current guidance (model_instructions_file and project instructions files).
- Notifications use legacy
[notify] table form (command, on_complete) instead of notify = ["cmd", "arg1", ...].
[features].web_search_request = true is legacy compared with top-level web_search mode.
- Sandbox comments reference old values (
off, workspace-read) instead of current values (read-only, workspace-write, danger-full-access).
Request
Please update the Codex config/docs to current schema and explicitly reflect multi-agent support.
References
Summary
The Codex
config.tomlin this repo is outdated and does not match current Codex configuration behavior.Also, Codex now has multi-agent support, and the Codex config/docs should reflect that.
What is outdated
approval_policyandsandbox_modeare under[permissions], but current Codex expects them as top-level settings.history.persistent_instructionsis legacy compared to current guidance (model_instructions_fileand project instructions files).[notify]table form (command,on_complete) instead ofnotify = ["cmd", "arg1", ...].[features].web_search_request = trueis legacy compared with top-levelweb_searchmode.off,workspace-read) instead of current values (read-only,workspace-write,danger-full-access).Request
Please update the Codex config/docs to current schema and explicitly reflect multi-agent support.
References