opencode-conductor-plugin 1.21.0 → 1.21.1
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 +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -123,7 +123,6 @@ const ConductorPlugin = async (ctx) => {
|
|
|
123
123
|
bash: "allow",
|
|
124
124
|
grep: "allow",
|
|
125
125
|
glob: "allow",
|
|
126
|
-
list: "allow",
|
|
127
126
|
lsp: "allow",
|
|
128
127
|
todoread: "allow",
|
|
129
128
|
todowrite: "allow",
|
|
@@ -148,7 +147,6 @@ const ConductorPlugin = async (ctx) => {
|
|
|
148
147
|
bash: "allow",
|
|
149
148
|
grep: "allow",
|
|
150
149
|
glob: "allow",
|
|
151
|
-
list: "allow",
|
|
152
150
|
lsp: "allow",
|
|
153
151
|
todoread: "allow",
|
|
154
152
|
todowrite: "allow",
|