Add: allow which and find.

- Removes "opencode.jsonc": "deny"
This commit is contained in:
2026-07-29 21:18:20 -05:00
parent a80e6df2b5
commit 13e26f720d
+4 -6
View File
@@ -21,6 +21,8 @@
"head *": "allow", "head *": "allow",
"tail *": "allow", "tail *": "allow",
"echo *": "allow", "echo *": "allow",
"which *": "allow",
"find *": "allow",
"ls *": "allow", "ls *": "allow",
"wc *": "allow", "wc *": "allow",
"go build *": "allow", "go build *": "allow",
@@ -41,7 +43,6 @@
"id_rsa": "deny", "id_rsa": "deny",
"id_ed25519": "deny", "id_ed25519": "deny",
".aws/credentials": "deny", ".aws/credentials": "deny",
"opencode.jsonc": "deny",
"~/.ssh/known_hosts": "allow", "~/.ssh/known_hosts": "allow",
}, },
"grep": "allow", "grep": "allow",
@@ -115,12 +116,9 @@
"snapshot": true, "snapshot": true,
// OpenCode Quota: tuiCommandDisplay chooses whether native TUI command output appears in the session transcript or a local popup dialog. // OpenCode Quota: tuiCommandDisplay chooses whether native TUI command output appears in the session transcript or a local popup dialog.
// OpenCode Quota: loads the server plugin for slash commands and quota checks. // OpenCode Quota: loads the server plugin for slash commands and quota checks.
"plugin": [ "plugin": ["./plugin/ibmi-gate.ts", "@slkiser/opencode-quota@latest"],
"./plugin/ibmi-gate.ts",
"@slkiser/opencode-quota@latest"
],
"provider": { "provider": {
// Detected zai authentication; opencode-quota added this global provider declaration. // Detected zai authentication; opencode-quota added this global provider declaration.
"zai": {} "zai": {},
}, },
} }