@simonyea/holysheep-cli 1.3.7 → 1.3.8

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.7",
3
+ "version": "1.3.8",
4
4
  "description": "一键配置所有 AI 编程工具接入 HolySheep API — Claude Code / Codex / Gemini CLI / OpenCode / OpenClaw / Aider / Cursor",
5
5
  "keywords": [
6
6
  "claude",
@@ -47,6 +47,7 @@ function writeCorrectConfig(apiKey, baseUrl) {
47
47
  }
48
48
  },
49
49
  gateway: {
50
+ mode: 'local', // 必须设置,否则 gateway start 被 blocked
50
51
  port: 18789,
51
52
  bind: 'loopback', // 新格式,不用 "127.0.0.1"
52
53
  auth: {