@simonyea/holysheep-cli 1.5.6 → 1.5.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,8 +1,16 @@
1
1
  {
2
2
  "name": "@simonyea/holysheep-cli",
3
- "version": "1.5.6",
4
- "description": "一键配置所有 AI 编程工具接入 HolySheep API — Claude Code / Codex / Gemini CLI / OpenCode / OpenClaw / Aider / Cursor",
3
+ "version": "1.5.8",
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": {
@@ -320,8 +320,9 @@ async function setup(options) {
320
320
 
321
321
  // 注册引导 banner
322
322
  console.log(chalk.cyan('╔══════════════════════════════════════════════════╗'))
323
- console.log(chalk.cyan('║') + chalk.bold(' 🎁 还没有 Key?免费注册即可使用 ') + chalk.cyan('║'))
323
+ console.log(chalk.cyan('║') + chalk.bold(' 🎁 还没有 Key?立即注册即可使用! ') + chalk.cyan('║'))
324
324
  console.log(chalk.cyan('║') + chalk.green(' 👉 https://holysheep.ai/register ') + chalk.cyan('║'))
325
+ console.log(chalk.cyan('║') + chalk.yellow(' 💳 支持微信 / 支付宝,无需国际信用卡! ') + chalk.cyan('║'))
325
326
  console.log(chalk.cyan('╚══════════════════════════════════════════════════╝'))
326
327
  console.log()
327
328
  }