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"