claudish 6.9.0 → 6.9.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/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -34490,7 +34490,7 @@ async function fetchGLMCodingModels() {
34490
34490
  return [];
34491
34491
  }
34492
34492
  }
34493
- var __filename4, __dirname4, VERSION = "6.9.0", CACHE_MAX_AGE_DAYS2 = 2, CLAUDISH_CACHE_DIR2, BUNDLED_MODELS_PATH, CACHED_MODELS_PATH, ALL_MODELS_JSON_PATH;
34493
+ var __filename4, __dirname4, VERSION = "6.9.1", CACHE_MAX_AGE_DAYS2 = 2, CLAUDISH_CACHE_DIR2, BUNDLED_MODELS_PATH, CACHED_MODELS_PATH, ALL_MODELS_JSON_PATH;
34494
34494
  var init_cli = __esm(() => {
34495
34495
  init_config();
34496
34496
  init_model_loader();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "6.9.0",
3
+ "version": "6.9.1",
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.9.0",
63
- "@claudish/magmux-darwin-x64": "6.9.0",
64
- "@claudish/magmux-linux-arm64": "6.9.0",
65
- "@claudish/magmux-linux-x64": "6.9.0"
62
+ "@claudish/magmux-darwin-arm64": "6.9.1",
63
+ "@claudish/magmux-darwin-x64": "6.9.1",
64
+ "@claudish/magmux-linux-arm64": "6.9.1",
65
+ "@claudish/magmux-linux-x64": "6.9.1"
66
66
  },
67
67
  "author": "Jack Rudenko <i@madappgang.com>",
68
68
  "license": "MIT",