From a862e78f475e3b5badefda9babe8579c74f4fefa Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Thu, 13 Nov 2025 12:02:43 +0100 Subject: [PATCH] Update Opencode config --- opencode/opencode.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/opencode/opencode.json b/opencode/opencode.json index 4f96b69..5911217 100644 --- a/opencode/opencode.json +++ b/opencode/opencode.json @@ -1,5 +1,15 @@ { "$schema": "https://opencode.ai/config.json", + "permission": { + "bash": { + "*": "ask", + "cd": "allow", + "cat": "allow", + "grep": "allow", + "rg": "allow", + "pnpm": "allow" + } + }, "mcp": { "context7": { "type": "remote",