From dd968821ae908999681fde13095583c14ed51a22 Mon Sep 17 00:00:00 2001 From: Umar Adilov <99314948+adilovcode@users.noreply.github.com> Date: Fri, 28 Nov 2025 19:21:11 +0500 Subject: [PATCH] Fixed permission key in opencode json --- opencode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.json b/opencode.json index 7bc903b..c11e8a6 100644 --- a/opencode.json +++ b/opencode.json @@ -13,7 +13,7 @@ "todoread": true, "webfetch": true }, - "permissions": { + "permission": { "bash": "ask", "doom_loop": "ask" },