opencode-conductor-plugin 1.17.1 → 1.17.2
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
CHANGED
|
@@ -139,8 +139,6 @@ const ConductorPlugin = async (ctx) => {
|
|
|
139
139
|
lsp: true,
|
|
140
140
|
patch: true,
|
|
141
141
|
skill: true,
|
|
142
|
-
todowrite: true,
|
|
143
|
-
todoread: true,
|
|
144
142
|
webfetch: true,
|
|
145
143
|
},
|
|
146
144
|
},
|
|
@@ -166,8 +164,6 @@ const ConductorPlugin = async (ctx) => {
|
|
|
166
164
|
lsp: true,
|
|
167
165
|
patch: true,
|
|
168
166
|
skill: true,
|
|
169
|
-
todowrite: true,
|
|
170
|
-
todoread: true,
|
|
171
167
|
webfetch: true,
|
|
172
168
|
"conductor_delegate": true,
|
|
173
169
|
"conductor_background_task": true,
|