claude-all-config 3.1.8 → 3.1.10

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.
@@ -1,65 +1,24 @@
1
1
  {
2
2
  "name": "ZhipuAI GLM (Z.AI)",
3
- "description": "ZhipuAI GLM Models via Z.AI API - Latest 2026",
4
- "api_base": "https://api.z.ai/v1",
3
+ "description": "ZhipuAI GLM Models via Z.AI API",
4
+ "api_base": "https://open.bigmodel.cn/api/paas/v4",
5
5
  "models": [
6
6
  {
7
7
  "id": "glm-4.7",
8
8
  "name": "GLM-4.7",
9
- "description": "Latest flagship model - coding, reasoning, agentic (Dec 2025) ✅"
9
+ "description": "Flagship model - coding, reasoning, agentic (Coding Plan) ✅"
10
10
  },
11
11
  {
12
12
  "id": "glm-4.7-flash",
13
13
  "name": "GLM-4.7-Flash",
14
- "description": "Free tier, lightweight & fast (Jan 2026) ✅ FREE"
15
- },
16
- {
17
- "id": "glm-4.6v",
18
- "name": "GLM-4.6V",
19
- "description": "Multimodal vision model, 128K context ✅"
20
- },
21
- {
22
- "id": "glm-4.6",
23
- "name": "GLM-4.6",
24
- "description": "Coding flagship, 200K context ✅"
25
- },
26
- {
27
- "id": "glm-4.5",
28
- "name": "GLM-4.5",
29
- "description": "Agentic model, reasoning & coding ✅"
30
- },
31
- {
32
- "id": "glm-4.5-air",
33
- "name": "GLM-4.5-Air",
34
- "description": "Lightweight agentic model ✅"
35
- },
36
- {
37
- "id": "glm-4-plus",
38
- "name": "GLM-4-Plus",
39
- "description": "Legacy flagship model ✅"
40
- },
41
- {
42
- "id": "glm-4-flash",
43
- "name": "GLM-4-Flash",
44
- "description": "Legacy fast model ✅"
14
+ "description": "FREE lightweight model - fast & efficient ✅ FREE"
45
15
  }
46
16
  ],
47
17
  "default_model": "glm-4.7",
48
- "context_windows": {
49
- "glm-4.7": 128000,
50
- "glm-4.7-flash": 128000,
51
- "glm-4.6v": 128000,
52
- "glm-4.6": 200000,
53
- "glm-4.5": 128000,
54
- "glm-4.5-air": 128000,
55
- "glm-4-plus": 128000,
56
- "glm-4-flash": 128000
57
- },
18
+ "context_window": 128000,
58
19
  "notes": {
59
- "latest": "GLM-4.7 (Dec 2025) is the latest flagship",
60
- "free_tier": "GLM-4.7-Flash is FREE to use",
61
- "vision": "GLM-4.6V supports image understanding",
62
- "coding": "GLM-4.6 optimized for code (200K context)",
20
+ "coding_plan": "GLM-4.7 available with Coding Plan subscription",
21
+ "free": "GLM-4.7-Flash is completely FREE",
63
22
  "api_docs": "https://docs.z.ai"
64
23
  }
65
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-all-config",
3
- "version": "3.1.8",
3
+ "version": "3.1.10",
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": {