From 560d3b138a862bc1cb100764a48079177f751fd3 Mon Sep 17 00:00:00 2001 From: Max Amundsen Date: Thu, 14 Aug 2025 14:45:46 -0400 Subject: [PATCH] add opencode --- .config/opencode/opencode.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/opencode/opencode.json diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json new file mode 100644 index 0000000..6938436 --- /dev/null +++ b/.config/opencode/opencode.json @@ -0,0 +1,11 @@ +{ + "agent": { + "custom": { + "permission": { + "edit": "ask", + }, + "bash": "ask", + } + }, + "$schema": "https://opencode.ai/config.json" +}