@vm0/cli 9.132.3 → 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.
|
@@ -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", {
|
|
@@ -94397,14 +94397,6 @@ var VM0_MODEL_TO_PROVIDER = {
|
|
|
94397
94397
|
"deepseek-v4-flash": {
|
|
94398
94398
|
concreteType: "deepseek-api-key",
|
|
94399
94399
|
vendor: "deepseek"
|
|
94400
|
-
},
|
|
94401
|
-
"deepseek-chat": {
|
|
94402
|
-
concreteType: "deepseek-api-key",
|
|
94403
|
-
vendor: "deepseek"
|
|
94404
|
-
},
|
|
94405
|
-
"deepseek-reasoner": {
|
|
94406
|
-
concreteType: "deepseek-api-key",
|
|
94407
|
-
vendor: "deepseek"
|
|
94408
94400
|
}
|
|
94409
94401
|
};
|
|
94410
94402
|
var MODEL_PROVIDER_TYPES = {
|
|
@@ -94528,12 +94520,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94528
94520
|
API_TIMEOUT_MS: "600000",
|
|
94529
94521
|
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
|
|
94530
94522
|
},
|
|
94531
|
-
models: [
|
|
94532
|
-
"deepseek-v4-pro",
|
|
94533
|
-
"deepseek-v4-flash",
|
|
94534
|
-
"deepseek-chat",
|
|
94535
|
-
"deepseek-reasoner"
|
|
94536
|
-
],
|
|
94523
|
+
models: ["deepseek-v4-pro", "deepseek-v4-flash"],
|
|
94537
94524
|
defaultModel: "deepseek-v4-flash"
|
|
94538
94525
|
},
|
|
94539
94526
|
"zai-api-key": {
|
|
@@ -94904,20 +94891,12 @@ var chatThreadListItemSchema = external_exports.object({
|
|
|
94904
94891
|
id: external_exports.string(),
|
|
94905
94892
|
title: external_exports.string().nullable(),
|
|
94906
94893
|
/**
|
|
94907
|
-
*
|
|
94908
|
-
* consumer reads `agent.id` and the UnifyChatThreads flag has fully rolled out.
|
|
94909
|
-
* Kept temporarily so existing fixtures still parse during the rollout window.
|
|
94910
|
-
*/
|
|
94911
|
-
agentId: external_exports.string(),
|
|
94912
|
-
/**
|
|
94913
|
-
* Owning agent snapshot. Always emitted by the server; kept optional on the
|
|
94914
|
-
* schema so older fixtures that predate the unified-list rollout still
|
|
94915
|
-
* validate until they are migrated (tracked in #10284).
|
|
94894
|
+
* Owning agent snapshot emitted by the server for every list row.
|
|
94916
94895
|
*/
|
|
94917
94896
|
agent: external_exports.object({
|
|
94918
94897
|
id: external_exports.string(),
|
|
94919
94898
|
avatarUrl: external_exports.string().nullable()
|
|
94920
|
-
})
|
|
94899
|
+
}),
|
|
94921
94900
|
createdAt: external_exports.string(),
|
|
94922
94901
|
updatedAt: external_exports.string(),
|
|
94923
94902
|
/**
|
|
@@ -98162,4 +98141,4 @@ undici/lib/web/fetch/body.js:
|
|
|
98162
98141
|
undici/lib/web/websocket/frame.js:
|
|
98163
98142
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
98164
98143
|
*/
|
|
98165
|
-
//# sourceMappingURL=chunk-
|
|
98144
|
+
//# sourceMappingURL=chunk-5EFMPFON.js.map
|