claude-glm 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/adapters/map.ts +4 -0
  2. package/package.json +1 -1
package/adapters/map.ts CHANGED
@@ -24,6 +24,10 @@ const MODEL_SHORTCUTS: Record<string, string> = {
24
24
  glm5: "glm:glm-5",
25
25
  glm5or: "openrouter:z-ai/glm-5",
26
26
  flash: "glm:glm-4-flash",
27
+ // MiniMax shortcuts
28
+ minimax: "openrouter:minimax/minimax-m2.5",
29
+ mm: "openrouter:minimax/minimax-m2.5",
30
+ m25: "openrouter:minimax/minimax-m2.5",
27
31
  // Claude shortcuts (for API users)
28
32
  opus: "anthropic:claude-opus-4-5-20251101",
29
33
  sonnet: "anthropic:claude-sonnet-4-5-20250929",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-glm",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Cross-platform installer for Claude Code with Z.AI GLM models, multi-provider proxy, and dangerously-skip-permissions shortcuts. Run with: npx claude-glm",
5
5
  "keywords": [
6
6
  "claude",