17 lines
357 B
TOML
17 lines
357 B
TOML
model = "gpt-5.4"
|
|
[features]
|
|
use_legacy_landlock = true
|
|
|
|
[projects."/home/jyelon/integration"]
|
|
trust_level = "trusted"
|
|
|
|
[mcp_servers.ue-wingman]
|
|
command = "python3"
|
|
args = ["/home/jyelon/integration/Plugins/UEWingman/ue-wingman-mcp.py"]
|
|
|
|
[notice.model_migrations]
|
|
"gpt-5.3-codex" = "gpt-5.4"
|
|
|
|
[mcp_servers.ue-wingman.tools.unreal]
|
|
approval_mode = "approve"
|