claudish 4.6.9 → 4.6.10
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/recommended-models.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34939,7 +34939,7 @@ async function fetchGLMCodingModels2() {
|
|
|
34939
34939
|
return [];
|
|
34940
34940
|
}
|
|
34941
34941
|
}
|
|
34942
|
-
var __filename5, __dirname5, VERSION = "4.6.
|
|
34942
|
+
var __filename5, __dirname5, VERSION = "4.6.10", CACHE_MAX_AGE_DAYS3 = 2, MODELS_JSON_PATH, CLAUDISH_CACHE_DIR3, ALL_MODELS_JSON_PATH2;
|
|
34943
34943
|
var init_cli = __esm(() => {
|
|
34944
34944
|
init_config();
|
|
34945
34945
|
init_model_loader();
|
package/package.json
CHANGED