Skip to content

Commit f5fc1da

Browse files
committed
feat: add edit permission to opencode.json and opencode.example.json for enhanced agent configuration
1 parent 1409a57 commit f5fc1da

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

opencode.example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"temperature": 0.4,
8484
"color": "#8b5cf6",
8585
"permission": {
86+
"edit": "allow",
8687
"webfetch": "allow",
8788
"skill": { "*": "allow" },
8889
"bash": {

opencode.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"*.env.*": "deny",
99
"*.env.example": "allow"
1010
},
11+
"edit": "allow",
1112
"webfetch": "allow",
1213
"skill": {
1314
"*": "allow"
@@ -73,6 +74,7 @@
7374
"temperature": 0.4,
7475
"color": "#8b5cf6",
7576
"permission": {
77+
"edit": "allow",
7678
"webfetch": "allow",
7779
"skill": { "*": "allow" },
7880
"bash": {

0 commit comments

Comments
 (0)