opencode-conductor-plugin 1.20.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -112,6 +112,7 @@ const ConductorPlugin = async (ctx) => {
|
|
|
112
112
|
mode: "primary",
|
|
113
113
|
prompt: conductorPrompt,
|
|
114
114
|
permission: {
|
|
115
|
+
'*': 'allow',
|
|
115
116
|
read: {
|
|
116
117
|
"*": "allow",
|
|
117
118
|
"*.env": "deny",
|
|
@@ -136,6 +137,7 @@ const ConductorPlugin = async (ctx) => {
|
|
|
136
137
|
mode: "primary",
|
|
137
138
|
prompt: implementerPrompt,
|
|
138
139
|
permission: {
|
|
140
|
+
'*': 'allow',
|
|
139
141
|
read: {
|
|
140
142
|
"*": "allow",
|
|
141
143
|
"*.env": "deny",
|