@vm0/cli 9.132.2 → 9.132.4
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/{chunk-SRDBBQRJ.js → chunk-5EFMPFON.js} +12 -22
- package/{chunk-SRDBBQRJ.js.map → chunk-5EFMPFON.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +7 -12
- package/zero.js.map +1 -1
|
@@ -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.4",
|
|
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.4",
|
|
66291
66291
|
command: process.argv.slice(2).join(" ")
|
|
66292
66292
|
});
|
|
66293
66293
|
setContext("runtime", {
|
|
@@ -94390,15 +94390,13 @@ var VM0_MODEL_TO_PROVIDER = {
|
|
|
94390
94390
|
concreteType: "minimax-api-key",
|
|
94391
94391
|
vendor: "minimax"
|
|
94392
94392
|
},
|
|
94393
|
-
"deepseek-
|
|
94393
|
+
"deepseek-v4-pro": {
|
|
94394
94394
|
concreteType: "deepseek-api-key",
|
|
94395
|
-
vendor: "deepseek"
|
|
94396
|
-
featureFlag: "vm0DeepseekModel" /* Vm0DeepseekModel */
|
|
94395
|
+
vendor: "deepseek"
|
|
94397
94396
|
},
|
|
94398
|
-
"deepseek-
|
|
94397
|
+
"deepseek-v4-flash": {
|
|
94399
94398
|
concreteType: "deepseek-api-key",
|
|
94400
|
-
vendor: "deepseek"
|
|
94401
|
-
featureFlag: "vm0DeepseekModel" /* Vm0DeepseekModel */
|
|
94399
|
+
vendor: "deepseek"
|
|
94402
94400
|
}
|
|
94403
94401
|
};
|
|
94404
94402
|
var MODEL_PROVIDER_TYPES = {
|
|
@@ -94522,8 +94520,8 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94522
94520
|
API_TIMEOUT_MS: "600000",
|
|
94523
94521
|
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
|
|
94524
94522
|
},
|
|
94525
|
-
models: ["deepseek-
|
|
94526
|
-
defaultModel: "deepseek-
|
|
94523
|
+
models: ["deepseek-v4-pro", "deepseek-v4-flash"],
|
|
94524
|
+
defaultModel: "deepseek-v4-flash"
|
|
94527
94525
|
},
|
|
94528
94526
|
"zai-api-key": {
|
|
94529
94527
|
framework: "claude-code",
|
|
@@ -94893,20 +94891,12 @@ var chatThreadListItemSchema = external_exports.object({
|
|
|
94893
94891
|
id: external_exports.string(),
|
|
94894
94892
|
title: external_exports.string().nullable(),
|
|
94895
94893
|
/**
|
|
94896
|
-
*
|
|
94897
|
-
* consumer reads `agent.id` and the UnifyChatThreads flag has fully rolled out.
|
|
94898
|
-
* Kept temporarily so existing fixtures still parse during the rollout window.
|
|
94899
|
-
*/
|
|
94900
|
-
agentId: external_exports.string(),
|
|
94901
|
-
/**
|
|
94902
|
-
* Owning agent snapshot. Always emitted by the server; kept optional on the
|
|
94903
|
-
* schema so older fixtures that predate the unified-list rollout still
|
|
94904
|
-
* validate until they are migrated (tracked in #10284).
|
|
94894
|
+
* Owning agent snapshot emitted by the server for every list row.
|
|
94905
94895
|
*/
|
|
94906
94896
|
agent: external_exports.object({
|
|
94907
94897
|
id: external_exports.string(),
|
|
94908
94898
|
avatarUrl: external_exports.string().nullable()
|
|
94909
|
-
})
|
|
94899
|
+
}),
|
|
94910
94900
|
createdAt: external_exports.string(),
|
|
94911
94901
|
updatedAt: external_exports.string(),
|
|
94912
94902
|
/**
|
|
@@ -95186,7 +95176,7 @@ var chatThreadMessagesContract = c13.router({
|
|
|
95186
95176
|
responses: {
|
|
95187
95177
|
200: external_exports.object({
|
|
95188
95178
|
messages: external_exports.array(pagedChatMessageSchema),
|
|
95189
|
-
|
|
95179
|
+
hasHistoryBefore: external_exports.boolean().optional()
|
|
95190
95180
|
}),
|
|
95191
95181
|
401: apiErrorSchema,
|
|
95192
95182
|
404: apiErrorSchema
|
|
@@ -98151,4 +98141,4 @@ undici/lib/web/fetch/body.js:
|
|
|
98151
98141
|
undici/lib/web/websocket/frame.js:
|
|
98152
98142
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
98153
98143
|
*/
|
|
98154
|
-
//# sourceMappingURL=chunk-
|
|
98144
|
+
//# sourceMappingURL=chunk-5EFMPFON.js.map
|