more crap
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
model = "gpt-5.4"
|
model = "gpt-5.4"
|
||||||
model_reasoning_effort = "medium"
|
model_reasoning_effort = "medium"
|
||||||
|
|
||||||
[features]
|
|
||||||
use_legacy_landlock = true
|
|
||||||
|
|
||||||
[sandbox_workspace_write]
|
[sandbox_workspace_write]
|
||||||
writable_roots = ["/home/jyelon/integration.UE"]
|
writable_roots = ["/home/jyelon/integration.UE"]
|
||||||
network_access = true
|
network_access = true
|
||||||
@@ -14,17 +11,10 @@ trust_level = "trusted"
|
|||||||
[projects."/home/jyelon/pacman"]
|
[projects."/home/jyelon/pacman"]
|
||||||
trust_level = "trusted"
|
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]
|
[notice.model_migrations]
|
||||||
"gpt-5.3-codex" = "gpt-5.4"
|
"gpt-5.3-codex" = "gpt-5.4"
|
||||||
|
|
||||||
[tui.model_availability_nux]
|
[tui.model_availability_nux]
|
||||||
"gpt-5.5" = 2
|
"gpt-5.5" = 3
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,6 @@
|
|||||||
prefix_rule(pattern=["code"], decision="allow")
|
prefix_rule(pattern=["code"], decision="allow")
|
||||||
|
prefix_rule(pattern=["rg"], decision="allow")
|
||||||
|
prefix_rule(pattern=["sed", "-n"], decision="allow")
|
||||||
|
prefix_rule(pattern=["nl", "-ba", "Source/Integration/SlashCommand.cpp"], decision="allow")
|
||||||
|
prefix_rule(pattern=["nl", "-ba", "Source/Integration/SlashCommand.h"], decision="allow")
|
||||||
|
prefix_rule(pattern=["perl", "-0pi", "-e", "s/\\n\\tif \\(Token\\.Equals\\(Literal, ESearchCase::IgnoreCase\\)\\)\\n\\t\\{\\n\\t\\tKnownCommand = true;\\n\\t\\treturn ElxSuccessOrError::Success;\\n\\t\\}/\\n\\tif \\(Token\\.Equals\\(Literal, ESearchCase::IgnoreCase\\)\\)\\n\\t\\{\\n\\t\\treturn ElxSuccessOrError::Success;\\n\\t\\}/", "Source/Integration/SlashCommand.cpp"], decision="allow")
|
||||||
|
|||||||
Reference in New Issue
Block a user