arch-dotfiles/.codex/config.toml

20 lines
410 B
TOML

model = "gpt-5.4"
sandbox_mode = "workspace-write"
web_search = "cached"
model_reasoning_effort = "high"
plan_mode_reasoning_effort = "xhigh"
personality = "pragmatic"
[sandbox_workspace_write]
network_access = true
[projects."/home/rsydn"]
trust_level = "trusted"
[notice.model_migrations]
"gpt-5.3-codex" = "gpt-5.4"
[features]
use_linux_sandbox_bwrap = true
multi_agent = true
prevent_idle_sleep = true