@simonyea/holysheep-cli 1.5.5 → 1.5.7

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,8 +1,16 @@
1
1
  {
2
2
  "name": "@simonyea/holysheep-cli",
3
- "version": "1.5.5",
4
- "description": "一键配置所有 AI 编程工具接入 HolySheep API — Claude Code / Codex / Gemini CLI / OpenCode / OpenClaw / Aider / Cursor",
3
+ "version": "1.5.7",
4
+ "description": "OpenAI/Anthropic/Gemini API relay for China developers configure Claude Code, Cursor, Continue, Cline, Codex in one command. ¥1=$1, no VPN needed.",
5
5
  "keywords": [
6
+ "openai-china",
7
+ "claude-china",
8
+ "anthropic-china",
9
+ "api-relay-china",
10
+ "claude-proxy",
11
+ "openai-proxy",
12
+ "gemini-proxy",
13
+ "china-ai-api",
6
14
  "claude",
7
15
  "codex",
8
16
  "gemini",
@@ -10,12 +18,21 @@
10
18
  "aider",
11
19
  "opencode",
12
20
  "openclaw",
21
+ "cline",
22
+ "continue",
13
23
  "api",
14
24
  "relay",
25
+ "proxy",
15
26
  "china",
16
27
  "holysheep",
17
28
  "ai",
18
- "coding"
29
+ "coding",
30
+ "openai",
31
+ "anthropic",
32
+ "gpt",
33
+ "llm",
34
+ "api-key",
35
+ "base-url"
19
36
  ],
20
37
  "homepage": "https://holysheep.ai",
21
38
  "repository": {
@@ -73,6 +73,7 @@ async function setup(options) {
73
73
  if (!apiKey) {
74
74
  console.log(chalk.yellow('需要 API Key 才能配置工具。'))
75
75
  console.log(chalk.cyan(`👉 免费注册获取 Key:${SHOP_URL}/register`))
76
+ console.log(chalk.gray(` 支持微信/支付宝充值,按量计费`))
76
77
  console.log(chalk.gray(` (¥10 起充,按量计费,支持微信/支付宝)`))
77
78
  console.log(chalk.gray(`提示:可先运行 ${chalk.cyan('hs login')} 登录并保存 Key,之后 setup 将自动读取。`))
78
79
  if (process.platform === 'win32') {
@@ -316,6 +317,13 @@ async function setup(options) {
316
317
  console.log(chalk.gray('查看余额: hs balance'))
317
318
  console.log(chalk.gray('检查配置: hs doctor'))
318
319
  console.log()
320
+
321
+ // 注册引导 banner
322
+ console.log(chalk.cyan('╔══════════════════════════════════════════════════╗'))
323
+ console.log(chalk.cyan('║') + chalk.bold(' 🎁 还没有 Key?免费注册即可使用 ') + chalk.cyan('║'))
324
+ console.log(chalk.cyan('║') + chalk.green(' 👉 https://holysheep.ai/register ') + chalk.cyan('║'))
325
+ console.log(chalk.cyan('╚══════════════════════════════════════════════════╝'))
326
+ console.log()
319
327
  }
320
328
 
321
329
  function maskKey(key) {