31 lines
594 B
TOML
31 lines
594 B
TOML
model = "gpt-5.4"
|
|
model_reasoning_effort = "medium"
|
|
|
|
[features]
|
|
use_legacy_landlock = true
|
|
|
|
[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"
|
|
|
|
[mcp_servers.ue-wingman]
|
|
command = "python3"
|
|
args = ["/home/jyelon/integration/Plugins/UEWingman/ue-wingman-mcp.py"]
|
|
|
|
[mcp_servers.ue-wingman.tools.unreal]
|
|
approval_mode = "approve"
|
|
|
|
[notice.model_migrations]
|
|
"gpt-5.3-codex" = "gpt-5.4"
|
|
|
|
[tui.model_availability_nux]
|
|
"gpt-5.5" = 2
|
|
|
|
|