claudish 3.8.0 → 3.9.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -63139,7 +63139,7 @@ async function fetchZenModels2() {
63139
63139
  return [];
63140
63140
  }
63141
63141
  }
63142
- var __filename6, __dirname6, VERSION = "3.8.0", CACHE_MAX_AGE_DAYS3 = 2, MODELS_JSON_PATH, ALL_MODELS_JSON_PATH2;
63142
+ var __filename6, __dirname6, VERSION = "3.9.0", CACHE_MAX_AGE_DAYS3 = 2, MODELS_JSON_PATH, ALL_MODELS_JSON_PATH2;
63143
63143
  var init_cli = __esm(() => {
63144
63144
  init_dist3();
63145
63145
  init_model_loader2();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "3.8.0",
3
+ "version": "3.9.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",