claudish 7.1.1 → 7.2.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.
Files changed (2) hide show
  1. package/dist/index.js +5186 -4059
  2. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "7.1.1",
3
+ "version": "7.2.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",
@@ -13,7 +13,7 @@
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
- "build": "bun run scripts/generate-version.ts && bun build src/index.ts --outdir dist --target bun --external '@opentui/core' --external '@opentui/core-*' --external '@opentui/react' && chmod +x dist/index.js",
16
+ "build": "bun run scripts/generate-version.ts && bun build src/index.ts --outdir dist --target bun --external '@opentui/core' --external '@opentui/core-*' --external '@opentui/react' --external react --external 'react/*' && chmod +x dist/index.js",
17
17
  "build:binary": "bun run scripts/generate-version.ts && bun build src/index.ts --compile --outfile claudish",
18
18
  "typecheck": "tsc --noEmit",
19
19
  "lint": "biome check .",
@@ -59,10 +59,10 @@
59
59
  "ai"
60
60
  ],
61
61
  "optionalDependencies": {
62
- "@claudish/magmux-darwin-arm64": "7.1.1",
63
- "@claudish/magmux-darwin-x64": "7.1.1",
64
- "@claudish/magmux-linux-arm64": "7.1.1",
65
- "@claudish/magmux-linux-x64": "7.1.1"
62
+ "@claudish/magmux-darwin-arm64": "7.2.0",
63
+ "@claudish/magmux-darwin-x64": "7.2.0",
64
+ "@claudish/magmux-linux-arm64": "7.2.0",
65
+ "@claudish/magmux-linux-x64": "7.2.0"
66
66
  },
67
67
  "author": "Jack Rudenko <i@madappgang.com>",
68
68
  "license": "MIT",