claude-all-config 3.1.9 → 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,19 +1,24 @@
1
1
  {
2
2
  "name": "ZhipuAI GLM (Z.AI)",
3
- "description": "ZhipuAI GLM Models - FREE Tier Only",
3
+ "description": "ZhipuAI GLM Models via Z.AI API",
4
4
  "api_base": "https://open.bigmodel.cn/api/paas/v4",
5
5
  "models": [
6
+ {
7
+ "id": "glm-4.7",
8
+ "name": "GLM-4.7",
9
+ "description": "Flagship model - coding, reasoning, agentic (Coding Plan) ✅"
10
+ },
6
11
  {
7
12
  "id": "glm-4.7-flash",
8
13
  "name": "GLM-4.7-Flash",
9
- "description": "Latest FREE model - coding, reasoning, agentic (Jan 2026) ✅ FREE"
14
+ "description": "FREE lightweight model - fast & efficient ✅ FREE"
10
15
  }
11
16
  ],
12
- "default_model": "glm-4.7-flash",
17
+ "default_model": "glm-4.7",
13
18
  "context_window": 128000,
14
19
  "notes": {
15
- "free": "GLM-4.7-Flash is completely FREE - no limits",
16
- "paid": "GLM-4.7 requires payment (余额不足 error)",
20
+ "coding_plan": "GLM-4.7 available with Coding Plan subscription",
21
+ "free": "GLM-4.7-Flash is completely FREE",
17
22
  "api_docs": "https://docs.z.ai"
18
23
  }
19
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-all-config",
3
- "version": "3.1.9",
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": {