@simonyea/holysheep-cli 1.5.6 → 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 +20 -3
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simonyea/holysheep-cli",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "
|
|
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": {
|