@vm0/cli 9.145.6 → 9.145.7
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.145.
|
|
74086
|
+
release: "9.145.7",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.145.
|
|
74105
|
+
version: "9.145.7",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -120743,7 +120743,15 @@ var MODEL_DISPLAY_NAMES = Object.freeze({
|
|
|
120743
120743
|
"glm-4.7": "GLM-4.7",
|
|
120744
120744
|
"glm-4.5-air": "GLM-4.5 Air",
|
|
120745
120745
|
"zai/glm-5-turbo": "GLM-5 Turbo",
|
|
120746
|
-
"z-ai/glm-5.1": "GLM-5.1"
|
|
120746
|
+
"z-ai/glm-5.1": "GLM-5.1",
|
|
120747
|
+
// Minimax via OpenRouter
|
|
120748
|
+
"minimax/minimax-m2.7": "MiniMax M2.7",
|
|
120749
|
+
// OpenAI / Codex
|
|
120750
|
+
"gpt-5.5": "GPT-5.5",
|
|
120751
|
+
"gpt-5.4": "GPT-5.4",
|
|
120752
|
+
"gpt-5.4-mini": "GPT-5.4 Mini",
|
|
120753
|
+
"gpt-5.3-codex": "GPT-5.3 Codex",
|
|
120754
|
+
"gpt-5.2": "GPT-5.2"
|
|
120747
120755
|
});
|
|
120748
120756
|
|
|
120749
120757
|
// ../../packages/core/src/log-utils.ts
|
|
@@ -122147,4 +122155,4 @@ undici/lib/web/fetch/body.js:
|
|
|
122147
122155
|
undici/lib/web/websocket/frame.js:
|
|
122148
122156
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
122149
122157
|
*/
|
|
122150
|
-
//# sourceMappingURL=chunk-
|
|
122158
|
+
//# sourceMappingURL=chunk-7LZOYX2B.js.map
|