claude-all-config 3.1.7 → 3.1.9
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/models/glm/config.json +14 -16
- package/package.json +1 -1
package/models/glm/config.json
CHANGED
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ZhipuAI GLM",
|
|
3
|
-
"description": "ZhipuAI GLM Models
|
|
2
|
+
"name": "ZhipuAI GLM (Z.AI)",
|
|
3
|
+
"description": "ZhipuAI GLM Models - FREE Tier Only",
|
|
4
|
+
"api_base": "https://open.bigmodel.cn/api/paas/v4",
|
|
4
5
|
"models": [
|
|
5
6
|
{
|
|
6
|
-
"id": "
|
|
7
|
-
"name": "GLM-4",
|
|
8
|
-
"description": "Latest
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": "claude-3-5-haiku-20241022",
|
|
12
|
-
"name": "GLM-4 Flash",
|
|
13
|
-
"description": "Fast variant (Haiku class) ✅"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"id": "claude-3-opus-20240229",
|
|
17
|
-
"name": "GLM-4 Air",
|
|
18
|
-
"description": "Lightweight model ✅"
|
|
7
|
+
"id": "glm-4.7-flash",
|
|
8
|
+
"name": "GLM-4.7-Flash",
|
|
9
|
+
"description": "Latest FREE model - coding, reasoning, agentic (Jan 2026) ✅ FREE"
|
|
19
10
|
}
|
|
20
|
-
]
|
|
11
|
+
],
|
|
12
|
+
"default_model": "glm-4.7-flash",
|
|
13
|
+
"context_window": 128000,
|
|
14
|
+
"notes": {
|
|
15
|
+
"free": "GLM-4.7-Flash is completely FREE - no limits",
|
|
16
|
+
"paid": "GLM-4.7 requires payment (余额不足 error)",
|
|
17
|
+
"api_docs": "https://docs.z.ai"
|
|
18
|
+
}
|
|
21
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-all-config",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.9",
|
|
4
4
|
"description": "🤖 Universal AI CLI Config with Advanced Skills System - Quality Scoring, Scaffolding, Testing, Hooks & Multi-Agent Support (Claude Code, Cursor, Copilot, Gemini & 20+ More)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|