We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1409a57 commit f5fc1daCopy full SHA for f5fc1da
2 files changed
opencode.example.json
@@ -83,6 +83,7 @@
83
"temperature": 0.4,
84
"color": "#8b5cf6",
85
"permission": {
86
+ "edit": "allow",
87
"webfetch": "allow",
88
"skill": { "*": "allow" },
89
"bash": {
opencode.json
@@ -8,6 +8,7 @@
8
"*.env.*": "deny",
9
"*.env.example": "allow"
10
},
11
12
13
"skill": {
14
"*": "allow"
@@ -73,6 +74,7 @@
73
74
75
76
77
78
79
80
0 commit comments