From 01eb20b95d3e4cdc957ee8af2686da9be643f039 Mon Sep 17 00:00:00 2001 From: TapTap Date: Sat, 4 Jul 2026 20:29:08 +0200 Subject: [PATCH] fix: let opencode do more by itself --- opencode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.json b/opencode.json index 61bda2a..49f16c3 100644 --- a/opencode.json +++ b/opencode.json @@ -1,8 +1,8 @@ { - "$schema": "https://opencode.ai/config.json", + "$schema": "https://opencode.ai/config.json", "permission": { "bash": { - "*": "ask", + "*": "allow", "git push origin main": "deny", "git push origin master": "deny", "git push *": "ask",