@vm0/cli 9.132.5 → 9.132.6
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.
|
@@ -66268,7 +66268,7 @@ if (DSN) {
|
|
|
66268
66268
|
init2({
|
|
66269
66269
|
dsn: DSN,
|
|
66270
66270
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
66271
|
-
release: "9.132.
|
|
66271
|
+
release: "9.132.6",
|
|
66272
66272
|
sendDefaultPii: false,
|
|
66273
66273
|
tracesSampleRate: 0,
|
|
66274
66274
|
shutdownTimeout: 500,
|
|
@@ -66287,7 +66287,7 @@ if (DSN) {
|
|
|
66287
66287
|
}
|
|
66288
66288
|
});
|
|
66289
66289
|
setContext("cli", {
|
|
66290
|
-
version: "9.132.
|
|
66290
|
+
version: "9.132.6",
|
|
66291
66291
|
command: process.argv.slice(2).join(" ")
|
|
66292
66292
|
});
|
|
66293
66293
|
setContext("runtime", {
|
|
@@ -94451,12 +94451,18 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94451
94451
|
CLAUDE_CODE_SUBAGENT_MODEL: "$model"
|
|
94452
94452
|
},
|
|
94453
94453
|
models: [
|
|
94454
|
+
"anthropic/claude-opus-4.7",
|
|
94454
94455
|
"anthropic/claude-sonnet-4.6",
|
|
94455
94456
|
"anthropic/claude-opus-4.6",
|
|
94456
|
-
"anthropic/claude-sonnet-4.5",
|
|
94457
94457
|
"anthropic/claude-opus-4.5",
|
|
94458
|
+
"anthropic/claude-sonnet-4.5",
|
|
94458
94459
|
"anthropic/claude-haiku-4.5",
|
|
94459
|
-
"z-ai/glm-5.1"
|
|
94460
|
+
"z-ai/glm-5.1",
|
|
94461
|
+
"deepseek/deepseek-v4-pro",
|
|
94462
|
+
"deepseek/deepseek-v4-flash",
|
|
94463
|
+
"moonshotai/kimi-k2.6",
|
|
94464
|
+
"moonshotai/kimi-k2.5",
|
|
94465
|
+
"minimax/minimax-m2.7"
|
|
94460
94466
|
],
|
|
94461
94467
|
defaultModel: ""
|
|
94462
94468
|
},
|
|
@@ -98142,4 +98148,4 @@ undici/lib/web/fetch/body.js:
|
|
|
98142
98148
|
undici/lib/web/websocket/frame.js:
|
|
98143
98149
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
98144
98150
|
*/
|
|
98145
|
-
//# sourceMappingURL=chunk-
|
|
98151
|
+
//# sourceMappingURL=chunk-XKRJNVMO.js.map
|