Allow a couple more commands for gemini
This commit is contained in:
@@ -112,3 +112,9 @@ toolName = "run_shell_command"
|
||||
commandPrefix = "echo"
|
||||
decision = "allow"
|
||||
priority = 100
|
||||
|
||||
[[rule]]
|
||||
toolName = "run_shell_command"
|
||||
commandPrefix = "sha256sum"
|
||||
decision = "allow"
|
||||
priority = 100
|
||||
|
||||
@@ -27,6 +27,12 @@ commandPrefix = "nix-hash"
|
||||
decision = "allow"
|
||||
priority = 100
|
||||
|
||||
[[rule]]
|
||||
toolName = "run_shell_command"
|
||||
commandPrefix = "nix-diff"
|
||||
decision = "allow"
|
||||
priority = 100
|
||||
|
||||
[[rule]]
|
||||
toolName = "run_shell_command"
|
||||
commandPrefix = "nix flake check"
|
||||
|
||||
Reference in New Issue
Block a user