From 33810711611e85072f30da078153c8f99cc3844e Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Thu, 11 Dec 2025 16:44:58 +0100 Subject: [PATCH] Revert "Update opencode config to allow more bash commands" This reverts commit 4333a53a16e910d06026b71b55e91e597454634d. --- opencode/opencode.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/opencode/opencode.json b/opencode/opencode.json index 268149b..5911217 100644 --- a/opencode/opencode.json +++ b/opencode/opencode.json @@ -1,11 +1,13 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["opencode-gemini-auth"], "permission": { "bash": { - "*": "allow", - "rm": "ask", - "git": "ask" + "*": "ask", + "cd": "allow", + "cat": "allow", + "grep": "allow", + "rg": "allow", + "pnpm": "allow" } }, "mcp": {