From 9897aaca7ef3534bfa0d38910d5584dafe84dc42 Mon Sep 17 00:00:00 2001 From: Prathik Shetty Date: Fri, 3 Apr 2026 12:37:36 +0530 Subject: [PATCH] refactor: Update agent permissions to allow questions --- .opencode/agent/core/openagent.md | 1 + .opencode/agent/core/opencoder.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.opencode/agent/core/openagent.md b/.opencode/agent/core/openagent.md index 7055915c..e3d6cb8a 100644 --- a/.opencode/agent/core/openagent.md +++ b/.opencode/agent/core/openagent.md @@ -4,6 +4,7 @@ description: "Universal agent for answering queries, executing tasks, and coordi mode: primary temperature: 0.2 permission: + question: "allow" bash: "*": "ask" "rm -rf *": "ask" diff --git a/.opencode/agent/core/opencoder.md b/.opencode/agent/core/opencoder.md index 7e2be799..bae82065 100644 --- a/.opencode/agent/core/opencoder.md +++ b/.opencode/agent/core/opencoder.md @@ -4,6 +4,7 @@ description: "Orchestration agent for complex coding, architecture, and multi-fi mode: primary temperature: 0.1 permission: + question: "allow" bash: "rm -rf *": "ask" "sudo *": "deny"