claude-all-config 3.6.2 → 3.6.4

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/VERSION CHANGED
@@ -1 +1 @@
1
- 3.6.2
1
+ 3.6.4
package/claude-all CHANGED
@@ -1913,8 +1913,8 @@ case $choice in
1913
1913
  echo ""
1914
1914
  echo -e "${GREEN}✨ AVAILABLE MODELS:${NC}"
1915
1915
  echo ""
1916
- echo " 1) 🚀 glm-4.7 (Flagship - Coding Plan) ⭐"
1917
- echo " 2) 👁️ glm-4.6v (Vision - Image tasks)"
1916
+ echo " 1) 🚀 glm-5 (Flagship - latest gen) ⭐"
1917
+ echo " 2) glm-5.1 (Tuned - balanced speed + quality)"
1918
1918
  echo ""
1919
1919
 
1920
1920
  read -p "Select model [1-2, default: 1]: " model_choice
@@ -1922,15 +1922,15 @@ case $choice in
1922
1922
 
1923
1923
  case "$model_choice" in
1924
1924
  1)
1925
- MODEL_NAME="glm-4.7"
1926
- echo -e "${GREEN}✓ Selected: glm-4.7${NC}"
1925
+ MODEL_NAME="glm-5"
1926
+ echo -e "${GREEN}✓ Selected: glm-5${NC}"
1927
1927
  ;;
1928
1928
  2)
1929
- MODEL_NAME="glm-4.6v"
1930
- echo -e "${GREEN}✓ Selected: glm-4.6v${NC}"
1929
+ MODEL_NAME="glm-5.1"
1930
+ echo -e "${GREEN}✓ Selected: glm-5.1${NC}"
1931
1931
  ;;
1932
1932
  *)
1933
- MODEL_NAME="glm-4.7"
1933
+ MODEL_NAME="glm-5"
1934
1934
  ;;
1935
1935
  esac
1936
1936
 
@@ -2324,14 +2324,15 @@ EOF
2324
2324
 
2325
2325
  echo ""
2326
2326
  echo "Pilih Model:"
2327
- echo " 1) Opus 🔬 Most Powerful - Complex reasoning"
2328
- echo " 2) Sonnet 🧠 Balanced - Default (Recommended)"
2329
- echo " 3) Haiku Fastest - Quick responses"
2330
- echo " 4) GPT-4o 🤖 OpenAI - ChatGPT Flagship"
2331
- echo " 5) Gemini 🌟 Google - Gemini 2.0 Flash"
2327
+ echo " 1) Opus 4.7 🚀 Latest Flagship - Best for complex coding & reasoning"
2328
+ echo " 2) Opus 4 🔬 Previous Flagship - Complex reasoning"
2329
+ echo " 3) Sonnet 🧠 Balanced - Default (Recommended)"
2330
+ echo " 4) Haiku ⚡ Fastest - Quick responses"
2331
+ echo " 5) GPT-4o 🤖 OpenAI - ChatGPT Flagship"
2332
+ echo " 6) Gemini 🌟 Google - Gemini 2.0 Flash"
2332
2333
  echo ""
2333
- read -p "Pilih [1-5, default: 2]: " model_choice
2334
- [[ -z "$model_choice" ]] && model_choice=2
2334
+ read -p "Pilih [1-6, default: 3]: " model_choice
2335
+ [[ -z "$model_choice" ]] && model_choice=3
2335
2336
 
2336
2337
  # Configure Letta API (IMPORTANT: Use AUTH_TOKEN, not API_KEY!)
2337
2338
  export ANTHROPIC_AUTH_TOKEN="$LETTA_API_KEY"
@@ -2341,24 +2342,29 @@ EOF
2341
2342
 
2342
2343
  case $model_choice in
2343
2344
  1)
2344
- echo -e "${GREEN}✓ Model: Claude Opus (Letta)${NC}"
2345
+ echo -e "${GREEN}✓ Model: Claude Opus 4.7 (Letta) ⭐${NC}"
2346
+ echo -e "${BLUE}🚀 Starting Letta Agent...${NC}"
2347
+ exec claude --dangerously-skip-permissions --no-chrome --model "claude-opus-4-7-latest" --system-prompt "$system_prompt"
2348
+ ;;
2349
+ 2)
2350
+ echo -e "${GREEN}✓ Model: Claude Opus 4 (Letta)${NC}"
2345
2351
  echo -e "${BLUE}🚀 Starting Letta Agent...${NC}"
2346
2352
  exec claude --dangerously-skip-permissions --no-chrome --model "claude-opus-4-20250514" --system-prompt "$system_prompt"
2347
2353
  ;;
2348
- 3)
2354
+ 4)
2349
2355
  echo -e "${GREEN}✓ Model: Claude Haiku (Letta)${NC}"
2350
2356
  echo -e "${BLUE}🚀 Starting Letta Agent...${NC}"
2351
2357
  exec claude --dangerously-skip-permissions --no-chrome --model "claude-haiku-4-20250514" --system-prompt "$system_prompt"
2352
2358
  ;;
2353
- 4)
2359
+ 5)
2354
2360
  echo -e "${GREEN}✓ Model: GPT-4o (Letta)${NC}"
2355
2361
  exec claude --dangerously-skip-permissions --no-chrome --model "gpt-4o" --system-prompt "$system_prompt"
2356
2362
  ;;
2357
- 5)
2363
+ 6)
2358
2364
  echo -e "${GREEN}✓ Model: Gemini 2.0 Flash (Letta)${NC}"
2359
2365
  exec claude --dangerously-skip-permissions --no-chrome --model "gemini-2.0-flash-exp" --system-prompt "$system_prompt"
2360
2366
  ;;
2361
- 2|*)
2367
+ 3|*)
2362
2368
  echo -e "${GREEN}✓ Model: Claude Sonnet (Letta)${NC}"
2363
2369
  echo -e "${BLUE}🚀 Starting Letta Agent...${NC}"
2364
2370
  exec claude --dangerously-skip-permissions --no-chrome --model "claude-sonnet-4-20250514" --system-prompt "$system_prompt"
package/models/README.md CHANGED
@@ -56,9 +56,9 @@ Edit `models/glm/config.json`:
56
56
  "description": "Fast variant"
57
57
  },
58
58
  {
59
- "id": "glm-4.7",
60
- "name": "GLM-4.7",
61
- "description": "Newest version"
59
+ "id": "glm-5",
60
+ "name": "GLM-5",
61
+ "description": "Latest flagship"
62
62
  }
63
63
  ]
64
64
  }
@@ -19,8 +19,8 @@
19
19
  "deepseek-v3.1",
20
20
  "deepseek-v3.2",
21
21
  "glm-4.5",
22
- "glm-4.6",
23
- "glm-4.7",
22
+ "glm-5",
23
+ "glm-5.1",
24
24
  "grok-code-fast-1",
25
25
  "gemini-2.0-flash-exp",
26
26
  "gemini-2.0-flash-thinking-exp",
@@ -4,21 +4,16 @@
4
4
  "api_base": "https://open.bigmodel.cn/api/paas/v4",
5
5
  "models": [
6
6
  {
7
- "id": "glm-4.7",
8
- "name": "GLM-4.7",
9
- "description": "Flagship model - coding, reasoning (Coding Plan) ⭐"
7
+ "id": "glm-5",
8
+ "name": "GLM-5",
9
+ "description": "Flagship model latest generation, coding + reasoning ⭐"
10
10
  },
11
11
  {
12
- "id": "glm-4.6v",
13
- "name": "GLM-4.6V",
14
- "description": "Vision/Multimodal - image tasks 👁️"
15
- },
16
- {
17
- "id": "glm-4.7-flash",
18
- "name": "GLM-4.7-Flash",
19
- "description": "Free unlimited model"
12
+ "id": "glm-5.1",
13
+ "name": "GLM-5.1",
14
+ "description": "Tuned variant balanced speed + quality ⚡"
20
15
  }
21
16
  ],
22
- "default_model": "glm-4.7",
17
+ "default_model": "glm-5",
23
18
  "context_window": 128000
24
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-all-config",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "description": "🦾 MONSTER ENGINEER v2 - Ultimate AI CLI with 63 Skills, 12 Superpowers, 14 Agents. Multi-Agent Orchestration, Cost-Aware, Security Scorecard, Parallel-First.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -45,7 +45,7 @@ export ANTHROPIC_BASE_URL="https://api.z.ai/api/anthropic"
45
45
  export ANTHROPIC_API_KEY="$API_KEY"
46
46
 
47
47
  # Model name from argument or default
48
- MODEL_NAME="${1:-glm-4.7}"
48
+ MODEL_NAME="${1:-glm-5}"
49
49
 
50
50
  echo -e "${BLUE}Starting GLM Chat${NC}"
51
51
  echo -e "${GREEN}Model: $MODEL_NAME${NC}"