Allow a couple more commands for gemini

This commit is contained in:
2026-04-20 14:51:37 +00:00
parent 4d9399290c
commit 5212277efe
2 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -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"