claudish 3.11.0 → 4.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "3.11.0",
3
+ "version": "4.0.2",
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",
@@ -13,10 +13,8 @@
13
13
  "dev:grok": "bun run src/index.ts --interactive --model x-ai/grok-code-fast-1",
14
14
  "dev:grok:debug": "bun run src/index.ts --interactive --debug --log-level info --model x-ai/grok-code-fast-1",
15
15
  "dev:info": "bun run src/index.ts --interactive --monitor",
16
- "extract-models": "bun run ../../scripts/extract-models.ts",
17
- "build": "bun run extract-models && bun build src/index.ts --outdir dist --target node && chmod +x dist/index.js",
18
- "build:ci": "bun build src/index.ts --outdir dist --target node && chmod +x dist/index.js",
19
- "build:binary": "bun run extract-models && bun build src/index.ts --compile --outfile claudish",
16
+ "build": "bun build src/index.ts --outdir dist --target node && chmod +x dist/index.js",
17
+ "build:binary": "bun build src/index.ts --compile --outfile claudish",
20
18
  "typecheck": "tsc --noEmit",
21
19
  "lint": "biome check .",
22
20
  "format": "biome format --write .",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.1.5",
3
- "lastUpdated": "2026-01-12",
3
+ "lastUpdated": "2026-01-26",
4
4
  "source": "https://openrouter.ai/models?categories=programming&fmt=cards&order=top-weekly",
5
5
  "models": [
6
6
  {
@@ -32,12 +32,12 @@
32
32
  "category": "reasoning",
33
33
  "priority": 2,
34
34
  "pricing": {
35
- "input": "$0.28/1M",
36
- "output": "$1.20/1M",
37
- "average": "$0.74/1M"
35
+ "input": "$0.27/1M",
36
+ "output": "$1.10/1M",
37
+ "average": "$0.69/1M"
38
38
  },
39
39
  "context": "196K",
40
- "maxOutputTokens": null,
40
+ "maxOutputTokens": 196608,
41
41
  "modality": "text->text",
42
42
  "supportsTools": true,
43
43
  "supportsReasoning": true,
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "context": "1048K",
82
82
  "maxOutputTokens": 65536,
83
- "modality": "text+image->text",
83
+ "modality": "text+image+file+audio+video->text",
84
84
  "supportsTools": true,
85
85
  "supportsReasoning": true,
86
86
  "supportsVision": true,
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "context": "400K",
103
103
  "maxOutputTokens": 128000,
104
- "modality": "text+image->text",
104
+ "modality": "text+image+file->text",
105
105
  "supportsTools": true,
106
106
  "supportsReasoning": true,
107
107
  "supportsVision": true,