Skip to content

Commit 13b2852

Browse files
shettydevMomePP
authored andcommitted
refactor: Update agent permissions to allow questions
1 parent 70a72ee commit 13b2852

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.opencode/agent/core/openagent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Universal agent for answering queries, executing tasks, and coordi
44
mode: primary
55
temperature: 0.2
66
permission:
7+
question: "allow"
78
bash:
89
"*": "ask"
910
"rm -rf *": "ask"

.opencode/agent/core/opencoder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Orchestration agent for complex coding, architecture, and multi-fi
44
mode: primary
55
temperature: 0.1
66
permission:
7+
question: "allow"
78
bash:
89
"rm -rf *": "ask"
910
"sudo *": "deny"

0 commit comments

Comments
 (0)