claudish 7.1.1 → 7.1.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -32714,7 +32714,7 @@ var init_profile_config = __esm(() => {
32714
32714
  });
32715
32715
 
32716
32716
  // src/version.ts
32717
- var VERSION = "7.1.1";
32717
+ var VERSION = "7.1.2";
32718
32718
 
32719
32719
  // src/telemetry.ts
32720
32720
  var exports_telemetry = {};
@@ -35024,7 +35024,7 @@ function getRecommendedModelsSync() {
35024
35024
  if (existsSync9(RECOMMENDED_MODELS_CACHE_PATH)) {
35025
35025
  try {
35026
35026
  const cacheData = JSON.parse(readFileSync6(RECOMMENDED_MODELS_CACHE_PATH, "utf-8"));
35027
- if (cacheData.models && cacheData.models.length > 0) {
35027
+ if (cacheData.models && cacheData.models.length > 0 && isFreshEnough(cacheData)) {
35028
35028
  _cachedRecommendedModels = cacheData;
35029
35029
  return cacheData;
35030
35030
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "7.1.1",
3
+ "version": "7.1.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",
@@ -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.1.2",
63
+ "@claudish/magmux-darwin-x64": "7.1.2",
64
+ "@claudish/magmux-linux-arm64": "7.1.2",
65
+ "@claudish/magmux-linux-x64": "7.1.2"
66
66
  },
67
67
  "author": "Jack Rudenko <i@madappgang.com>",
68
68
  "license": "MIT",