Add ssh to gitlab
This commit is contained in:
@@ -1,16 +1,29 @@
|
||||
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"
|
||||
|
||||
[mcp_servers.ue-wingman.tools.unreal]
|
||||
approval_mode = "approve"
|
||||
[tui.model_availability_nux]
|
||||
"gpt-5.5" = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user