@vm0/cli 9.208.1 → 9.208.2
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.
|
@@ -80408,7 +80408,7 @@ if (DSN) {
|
|
|
80408
80408
|
init2({
|
|
80409
80409
|
dsn: DSN,
|
|
80410
80410
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
80411
|
-
release: "9.208.
|
|
80411
|
+
release: "9.208.2",
|
|
80412
80412
|
sendDefaultPii: false,
|
|
80413
80413
|
tracesSampleRate: 0,
|
|
80414
80414
|
shutdownTimeout: 500,
|
|
@@ -80427,7 +80427,7 @@ if (DSN) {
|
|
|
80427
80427
|
}
|
|
80428
80428
|
});
|
|
80429
80429
|
setContext("cli", {
|
|
80430
|
-
version: "9.208.
|
|
80430
|
+
version: "9.208.2",
|
|
80431
80431
|
command: process.argv.slice(2).join(" ")
|
|
80432
80432
|
});
|
|
80433
80433
|
setContext("runtime", {
|
|
@@ -112335,14 +112335,12 @@ var FEATURE_SWITCHES = {
|
|
|
112335
112335
|
["chatTemplatePicker" /* ChatTemplatePicker */]: {
|
|
112336
112336
|
maintainer: "linghan@vm0.ai",
|
|
112337
112337
|
description: "Show the Template picker in the Zero chat composer for per-message generation template selection.",
|
|
112338
|
-
enabled:
|
|
112339
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
112338
|
+
enabled: true
|
|
112340
112339
|
},
|
|
112341
112340
|
["videoTemplatePicker" /* VideoTemplatePicker */]: {
|
|
112342
112341
|
maintainer: "bingjie@vm0.ai",
|
|
112343
112342
|
description: "Show the Video template picker tab in the Zero chat composer for AI video generation with curated templates.",
|
|
112344
|
-
enabled:
|
|
112345
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
112343
|
+
enabled: true
|
|
112346
112344
|
},
|
|
112347
112345
|
["memoryViewer" /* MemoryViewer */]: {
|
|
112348
112346
|
maintainer: "lancy@vm0.ai",
|
|
@@ -112359,8 +112357,7 @@ var FEATURE_SWITCHES = {
|
|
|
112359
112357
|
["presentationHtmlPptxDownload" /* PresentationHtmlPptxDownload */]: {
|
|
112360
112358
|
maintainer: "bingjie@vm0.ai",
|
|
112361
112359
|
description: "Show a PPTX download action for presentation HTML artifacts.",
|
|
112362
|
-
enabled:
|
|
112363
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
112360
|
+
enabled: true
|
|
112364
112361
|
},
|
|
112365
112362
|
["chatSlashWorkflowCommands" /* ChatSlashWorkflowCommands */]: {
|
|
112366
112363
|
maintainer: "bingjie@vm0.ai",
|
|
@@ -112382,14 +112379,12 @@ var FEATURE_SWITCHES = {
|
|
|
112382
112379
|
["mobileSingleLineComposer" /* MobileSingleLineComposer */]: {
|
|
112383
112380
|
maintainer: "ethan@vm0.ai",
|
|
112384
112381
|
description: "Default the chat composer to a single-line resting height on mobile (below the md breakpoint) instead of the three-line desktop height.",
|
|
112385
|
-
enabled:
|
|
112386
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
112382
|
+
enabled: true
|
|
112387
112383
|
},
|
|
112388
112384
|
["customConnectorProposals" /* CustomConnectorProposals */]: {
|
|
112389
112385
|
maintainer: "ethan@vm0.ai",
|
|
112390
112386
|
description: "Enable custom connector proposal cards, multi-field custom connector definitions, and agent-driven custom connector setup.",
|
|
112391
|
-
enabled:
|
|
112392
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
112387
|
+
enabled: true
|
|
112393
112388
|
},
|
|
112394
112389
|
["computerUseDelegatedAuthorization" /* ComputerUseDelegatedAuthorization */]: {
|
|
112395
112390
|
maintainer: "lancy@vm0.ai",
|
|
@@ -114134,4 +114129,4 @@ undici/lib/web/fetch/body.js:
|
|
|
114134
114129
|
undici/lib/web/websocket/frame.js:
|
|
114135
114130
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
114136
114131
|
*/
|
|
114137
|
-
//# sourceMappingURL=chunk-
|
|
114132
|
+
//# sourceMappingURL=chunk-VTG7YKGH.js.map
|