From 13e26f720d76a75a59e01a8b504c00998369796d Mon Sep 17 00:00:00 2001 From: cole-maxwell1 Date: Wed, 29 Jul 2026 21:18:20 -0500 Subject: [PATCH] Add: allow which and find. - Removes "opencode.jsonc": "deny" --- .config/opencode/opencode.jsonc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.config/opencode/opencode.jsonc b/.config/opencode/opencode.jsonc index 06585fd..b566cf4 100644 --- a/.config/opencode/opencode.jsonc +++ b/.config/opencode/opencode.jsonc @@ -21,6 +21,8 @@ "head *": "allow", "tail *": "allow", "echo *": "allow", + "which *": "allow", + "find *": "allow", "ls *": "allow", "wc *": "allow", "go build *": "allow", @@ -41,7 +43,6 @@ "id_rsa": "deny", "id_ed25519": "deny", ".aws/credentials": "deny", - "opencode.jsonc": "deny", "~/.ssh/known_hosts": "allow", }, "grep": "allow", @@ -115,12 +116,9 @@ "snapshot": true, // 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. - "plugin": [ - "./plugin/ibmi-gate.ts", - "@slkiser/opencode-quota@latest" - ], + "plugin": ["./plugin/ibmi-gate.ts", "@slkiser/opencode-quota@latest"], "provider": { // Detected zai authentication; opencode-quota added this global provider declaration. - "zai": {} + "zai": {}, }, }