@simonyea/holysheep-cli 1.3.4 → 1.3.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonyea/holysheep-cli",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "一键配置所有 AI 编程工具接入 HolySheep API — Claude Code / Codex / Gemini CLI / OpenCode / OpenClaw / Aider / Cursor",
5
5
  "keywords": [
6
6
  "claude",
@@ -146,7 +146,6 @@ sh.Run "cmd /c npx openclaw gateway --port 18789", 0, False
146
146
  fs.writeFileSync(vbsPath, vbs, 'utf8')
147
147
  spawnSync('wscript', [vbsPath], { shell: false, timeout: 5000, stdio: 'ignore' })
148
148
  } catch {}
149
- }
150
149
  } else {
151
150
  const child = spawn('openclaw', ['gateway', '--port', '18789'], {
152
151
  detached: true,