claudish 10.0.0 → 10.0.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.
- package/dist/index.js +5 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -715,7 +715,7 @@ var init_onepassword_config = __esm(() => {
|
|
|
715
715
|
});
|
|
716
716
|
|
|
717
717
|
// src/version.ts
|
|
718
|
-
var VERSION = "10.0.
|
|
718
|
+
var VERSION = "10.0.1";
|
|
719
719
|
|
|
720
720
|
// src/logger.ts
|
|
721
721
|
import { appendFile, existsSync as existsSync2, mkdirSync, readdirSync, unlinkSync, writeFileSync as writeFileSync2 } from "fs";
|
|
@@ -45051,7 +45051,10 @@ var init_probe_live = __esm(() => {
|
|
|
45051
45051
|
"native-anthropic",
|
|
45052
45052
|
"anthropic",
|
|
45053
45053
|
"google",
|
|
45054
|
-
"qwen-payg"
|
|
45054
|
+
"qwen-payg",
|
|
45055
|
+
"glm",
|
|
45056
|
+
"z-ai",
|
|
45057
|
+
"glm-coding"
|
|
45055
45058
|
]);
|
|
45056
45059
|
EFFORT_OMITTED = new Set(["antigravity"]);
|
|
45057
45060
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudish",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.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",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"ai"
|
|
61
61
|
],
|
|
62
62
|
"optionalDependencies": {
|
|
63
|
-
"@claudish/magmux-darwin-arm64": "10.0.
|
|
64
|
-
"@claudish/magmux-darwin-x64": "10.0.
|
|
65
|
-
"@claudish/magmux-linux-arm64": "10.0.
|
|
66
|
-
"@claudish/magmux-linux-x64": "10.0.
|
|
63
|
+
"@claudish/magmux-darwin-arm64": "10.0.1",
|
|
64
|
+
"@claudish/magmux-darwin-x64": "10.0.1",
|
|
65
|
+
"@claudish/magmux-linux-arm64": "10.0.1",
|
|
66
|
+
"@claudish/magmux-linux-x64": "10.0.1"
|
|
67
67
|
},
|
|
68
68
|
"author": "Jack Rudenko <i@madappgang.com>",
|
|
69
69
|
"license": "MIT",
|