@aipanel/provider-opencode 1.2.25 → 1.2.27

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.
@@ -90,8 +90,7 @@ function startOpenCodeWeb(options) {
90
90
  cwd,
91
91
  env,
92
92
  reject: false,
93
- cleanup: true,
94
- shell: true
93
+ cleanup: true
95
94
  });
96
95
  proc.stdout?.on("data", (data) => {
97
96
  const output = data.toString().trim();
@@ -118,8 +118,7 @@ function startOpenCodeWeb(options) {
118
118
  cwd,
119
119
  env,
120
120
  reject: false,
121
- cleanup: true,
122
- shell: true
121
+ cleanup: true
123
122
  });
124
123
  proc.stdout?.on("data", (data) => {
125
124
  const output = data.toString().trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aipanel/provider-opencode",
3
- "version": "1.2.25",
3
+ "version": "1.2.27",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
@@ -24,7 +24,7 @@
24
24
  "vitest": "^4.1.0"
25
25
  },
26
26
  "dependencies": {
27
- "@aipanel/core": "1.2.25",
27
+ "@aipanel/core": "1.2.27",
28
28
  "@opencode-ai/plugin": "^1.18.0",
29
29
  "execa": "^9.6.1"
30
30
  },