@vm0/cli 9.163.0 → 9.163.1
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-QZUAFJQ7.js → chunk-SOKXIK7S.js} +10 -24
- package/{chunk-QZUAFJQ7.js.map → chunk-SOKXIK7S.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +26 -2
- package/zero.js.map +1 -1
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.163.
|
|
74086
|
+
release: "9.163.1",
|
|
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.163.
|
|
74105
|
+
version: "9.163.1",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -74236,8 +74236,7 @@ var FEATURE_SWITCHES = {
|
|
|
74236
74236
|
["base44Connector" /* Base44Connector */]: {
|
|
74237
74237
|
maintainer: "liangyou@vm0.ai",
|
|
74238
74238
|
description: "Enable the Base44 connector",
|
|
74239
|
-
enabled:
|
|
74240
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74239
|
+
enabled: true
|
|
74241
74240
|
},
|
|
74242
74241
|
["bentomlConnector" /* BentomlConnector */]: {
|
|
74243
74242
|
maintainer: "ethan@vm0.ai",
|
|
@@ -74369,9 +74368,8 @@ var FEATURE_SWITCHES = {
|
|
|
74369
74368
|
},
|
|
74370
74369
|
["githubIntegration" /* GitHubIntegration */]: {
|
|
74371
74370
|
maintainer: "linghan@vm0.ai",
|
|
74372
|
-
description: "Show the GitHub integration card on the Works page for installing GitHub, connecting users, and managing label listeners.",
|
|
74373
|
-
enabled: false
|
|
74374
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74371
|
+
description: "Show the GitHub integration card on the Works page for installing GitHub, connecting users, and managing label listeners. Off by default; individuals opt in via the feature-switch overrides API.",
|
|
74372
|
+
enabled: false
|
|
74375
74373
|
},
|
|
74376
74374
|
["dataExport" /* DataExport */]: {
|
|
74377
74375
|
maintainer: "ethan@vm0.ai",
|
|
@@ -74395,15 +74393,13 @@ var FEATURE_SWITCHES = {
|
|
|
74395
74393
|
},
|
|
74396
74394
|
["localBrowserUse" /* LocalBrowserUse */]: {
|
|
74397
74395
|
maintainer: "ethan@vm0.ai",
|
|
74398
|
-
description: "Enable the Local Browser connector and user-authorized browser host lifecycle",
|
|
74399
|
-
enabled: false
|
|
74400
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74396
|
+
description: "Enable the Local Browser connector and user-authorized browser host lifecycle. Off by default; individuals opt in via the feature-switch overrides API.",
|
|
74397
|
+
enabled: false
|
|
74401
74398
|
},
|
|
74402
74399
|
["localAgentConnector" /* LocalAgentConnector */]: {
|
|
74403
74400
|
maintainer: "ethan@vm0.ai",
|
|
74404
|
-
description: "Show the Local Agent connector entry on the Connectors settings page.
|
|
74405
|
-
enabled: false
|
|
74406
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74401
|
+
description: "Show the Local Agent connector entry on the Connectors settings page. Off by default; individuals opt in via the feature-switch overrides API.",
|
|
74402
|
+
enabled: false
|
|
74407
74403
|
},
|
|
74408
74404
|
["lab" /* Lab */]: {
|
|
74409
74405
|
maintainer: "ethan@vm0.ai",
|
|
@@ -74441,11 +74437,6 @@ var FEATURE_SWITCHES = {
|
|
|
74441
74437
|
description: "Show an icon button in assistant message group actions that scrolls back to the start of that message group.",
|
|
74442
74438
|
enabled: false
|
|
74443
74439
|
},
|
|
74444
|
-
["chatMarkdownMath" /* ChatMarkdownMath */]: {
|
|
74445
|
-
maintainer: "ethan@vm0.ai",
|
|
74446
|
-
description: "Enable synchronous math rendering for inline and block formulas in chat Markdown.",
|
|
74447
|
-
enabled: true
|
|
74448
|
-
},
|
|
74449
74440
|
["chatThreadRename" /* ChatThreadRename */]: {
|
|
74450
74441
|
maintainer: "ethan@vm0.ai",
|
|
74451
74442
|
description: "Adds a Rename chat item to the sidebar thread kebab menu. When the user renames a thread, automated title generation is suppressed for that thread.",
|
|
@@ -74483,11 +74474,6 @@ var FEATURE_SWITCHES = {
|
|
|
74483
74474
|
enabled: false,
|
|
74484
74475
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74485
74476
|
},
|
|
74486
|
-
["connectorCategories" /* ConnectorCategories */]: {
|
|
74487
|
-
maintainer: "ethan@vm0.ai",
|
|
74488
|
-
description: "Show category sections and the hover-reveal outline menu on the Connectors settings page.",
|
|
74489
|
-
enabled: true
|
|
74490
|
-
},
|
|
74491
74477
|
["zapierConnector" /* ZapierConnector */]: {
|
|
74492
74478
|
maintainer: "ethan@vm0.ai",
|
|
74493
74479
|
description: "Enable the Zapier connector. When disabled, Zapier is hidden from the connectors list and cannot be connected.",
|
|
@@ -135349,4 +135335,4 @@ undici/lib/web/fetch/body.js:
|
|
|
135349
135335
|
undici/lib/web/websocket/frame.js:
|
|
135350
135336
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
135351
135337
|
*/
|
|
135352
|
-
//# sourceMappingURL=chunk-
|
|
135338
|
+
//# sourceMappingURL=chunk-SOKXIK7S.js.map
|