21 lines
372 B
TOML
21 lines
372 B
TOML
model = "gpt-5.4"
|
|
model_reasoning_effort = "medium"
|
|
|
|
[sandbox_workspace_write]
|
|
writable_roots = ["/home/jyelon/integration.UE"]
|
|
network_access = true
|
|
|
|
[projects."/home/jyelon/integration"]
|
|
trust_level = "trusted"
|
|
|
|
[projects."/home/jyelon/pacman"]
|
|
trust_level = "trusted"
|
|
|
|
[notice.model_migrations]
|
|
"gpt-5.3-codex" = "gpt-5.4"
|
|
|
|
[tui.model_availability_nux]
|
|
"gpt-5.5" = 3
|
|
|
|
|