claudish 6.9.0 → 6.10.0
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/dist/index.js +10671 -376
- package/package.json +5 -5
- package/recommended-models.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudish",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"description": "Run Claude Code with any model - OpenRouter, Ollama, LM Studio & local models",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"ai"
|
|
60
60
|
],
|
|
61
61
|
"optionalDependencies": {
|
|
62
|
-
"@claudish/magmux-darwin-arm64": "6.
|
|
63
|
-
"@claudish/magmux-darwin-x64": "6.
|
|
64
|
-
"@claudish/magmux-linux-arm64": "6.
|
|
65
|
-
"@claudish/magmux-linux-x64": "6.
|
|
62
|
+
"@claudish/magmux-darwin-arm64": "6.10.0",
|
|
63
|
+
"@claudish/magmux-darwin-x64": "6.10.0",
|
|
64
|
+
"@claudish/magmux-linux-arm64": "6.10.0",
|
|
65
|
+
"@claudish/magmux-linux-x64": "6.10.0"
|
|
66
66
|
},
|
|
67
67
|
"author": "Jack Rudenko <i@madappgang.com>",
|
|
68
68
|
"license": "MIT",
|
package/recommended-models.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.2.0",
|
|
3
|
-
"lastUpdated": "2026-04-
|
|
3
|
+
"lastUpdated": "2026-04-07",
|
|
4
4
|
"source": "https://openrouter.ai/models?categories=programming&fmt=cards&order=top-weekly",
|
|
5
5
|
"models": [
|
|
6
6
|
{
|
|
7
7
|
"id": "minimax-m2.5",
|
|
8
8
|
"openrouterId": "minimax/minimax-m2.5",
|
|
9
9
|
"name": "MiniMax: MiniMax M2.5",
|
|
10
|
-
"description": "MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1
|
|
10
|
+
"description": "MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1...",
|
|
11
11
|
"provider": "Minimax",
|
|
12
12
|
"category": "programming",
|
|
13
13
|
"priority": 1,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"id": "kimi-k2.5",
|
|
30
30
|
"openrouterId": "moonshotai/kimi-k2.5",
|
|
31
31
|
"name": "MoonshotAI: Kimi K2.5",
|
|
32
|
-
"description": "Kimi K2.5 is Moonshot AI's native multimodal model, delivering state-of-the-art visual coding capability and a self-directed agent swarm paradigm. Built on Kimi K2 with continued pretraining over approximately 15T mixed
|
|
32
|
+
"description": "Kimi K2.5 is Moonshot AI's native multimodal model, delivering state-of-the-art visual coding capability and a self-directed agent swarm paradigm. Built on Kimi K2 with continued pretraining over approximately 15T mixed...",
|
|
33
33
|
"provider": "Moonshotai",
|
|
34
34
|
"category": "vision",
|
|
35
35
|
"priority": 2,
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"id": "glm-5",
|
|
52
52
|
"openrouterId": "z-ai/glm-5",
|
|
53
53
|
"name": "Z.ai: GLM 5",
|
|
54
|
-
"description": "GLM-5 is Z.ai’s flagship open-source foundation model engineered for complex systems design and long-horizon agent workflows. Built for expert developers, it delivers production-grade performance on large-scale programming tasks, rivaling leading
|
|
54
|
+
"description": "GLM-5 is Z.ai’s flagship open-source foundation model engineered for complex systems design and long-horizon agent workflows. Built for expert developers, it delivers production-grade performance on large-scale programming tasks, rivaling leading...",
|
|
55
55
|
"provider": "Z-ai",
|
|
56
|
-
"category": "
|
|
56
|
+
"category": "programming",
|
|
57
57
|
"priority": 3,
|
|
58
58
|
"pricing": {
|
|
59
59
|
"input": "$0.72/1M",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"id": "gemini-3.1-pro-preview",
|
|
74
74
|
"openrouterId": "google/gemini-3.1-pro-preview",
|
|
75
75
|
"name": "Google: Gemini 3.1 Pro Preview",
|
|
76
|
-
"description": "Gemini 3.1 Pro Preview is Google’s frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliability, and more efficient token usage across complex workflows. Building on the multimodal foundation
|
|
76
|
+
"description": "Gemini 3.1 Pro Preview is Google’s frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliability, and more efficient token usage across complex workflows. Building on the multimodal foundation...",
|
|
77
77
|
"provider": "Google",
|
|
78
78
|
"category": "vision",
|
|
79
79
|
"priority": 4,
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"id": "gpt-5.2",
|
|
96
96
|
"openrouterId": "openai/gpt-5.2",
|
|
97
97
|
"name": "OpenAI: GPT-5.2",
|
|
98
|
-
"description": "GPT-5.2 is the latest frontier-grade model in the GPT-5 series, offering stronger agentic and long context perfomance compared to GPT-5.1. It uses adaptive reasoning to allocate computation dynamically, responding quickly
|
|
98
|
+
"description": "GPT-5.2 is the latest frontier-grade model in the GPT-5 series, offering stronger agentic and long context perfomance compared to GPT-5.1. It uses adaptive reasoning to allocate computation dynamically, responding quickly...",
|
|
99
99
|
"provider": "Openai",
|
|
100
100
|
"category": "reasoning",
|
|
101
101
|
"priority": 5,
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"id": "qwen3.5-plus-02-15",
|
|
118
118
|
"openrouterId": "qwen/qwen3.5-plus-02-15",
|
|
119
119
|
"name": "Qwen: Qwen3.5 Plus 2026-02-15",
|
|
120
|
-
"description": "The Qwen3.5 native vision-language series Plus models are built on a hybrid architecture that integrates linear attention mechanisms with sparse mixture-of-experts models, achieving higher inference efficiency. In a variety of
|
|
120
|
+
"description": "The Qwen3.5 native vision-language series Plus models are built on a hybrid architecture that integrates linear attention mechanisms with sparse mixture-of-experts models, achieving higher inference efficiency. In a variety of...",
|
|
121
121
|
"provider": "Qwen",
|
|
122
122
|
"category": "vision",
|
|
123
123
|
"priority": 6,
|