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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-conductor-plugin",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "Conductor plugin for OpenCode",
5
5
  "type": "module",
6
6
  "repository": "derekbar90/opencode-conductor",