@vm0/cli 9.145.14 → 9.145.16
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-V7GEUGSA.js → chunk-6CW5HVRP.js} +17 -7
- package/{chunk-V7GEUGSA.js.map → chunk-6CW5HVRP.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +22 -13
- 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.145.
|
|
74086
|
+
release: "9.145.16",
|
|
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.16",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -120692,12 +120692,14 @@ var FEATURE_SWITCHES = {
|
|
|
120692
120692
|
["chatHeaderNewButton" /* ChatHeaderNewButton */]: {
|
|
120693
120693
|
maintainer: "ethan@vm0.ai",
|
|
120694
120694
|
description: "Replace the Invite people button in the agent chat page header with a New button that creates a new chat thread",
|
|
120695
|
-
enabled: false
|
|
120695
|
+
enabled: false,
|
|
120696
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120696
120697
|
},
|
|
120697
120698
|
["chatMessageStartButton" /* ChatMessageStartButton */]: {
|
|
120698
120699
|
maintainer: "linghan@vm0.ai",
|
|
120699
120700
|
description: "Show an icon button in assistant message group actions that scrolls back to the start of that message group.",
|
|
120700
|
-
enabled: false
|
|
120701
|
+
enabled: false,
|
|
120702
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120701
120703
|
},
|
|
120702
120704
|
["queueMessage" /* QueueMessage */]: {
|
|
120703
120705
|
maintainer: "linghan@vm0.ai",
|
|
@@ -120708,12 +120710,14 @@ var FEATURE_SWITCHES = {
|
|
|
120708
120710
|
["chatThreadPin" /* ChatThreadPin */]: {
|
|
120709
120711
|
maintainer: "ethan@vm0.ai",
|
|
120710
120712
|
description: "Replace the sidebar's per-thread trash button with a kebab/pin menu that exposes Pin/Unpin and Delete. Pinned threads sort to the top of the agent's chat list. Mobile shows the menu trigger always; desktop shows it on hover.",
|
|
120711
|
-
enabled: false
|
|
120713
|
+
enabled: false,
|
|
120714
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120712
120715
|
},
|
|
120713
120716
|
["chatThreadRename" /* ChatThreadRename */]: {
|
|
120714
120717
|
maintainer: "ethan@vm0.ai",
|
|
120715
120718
|
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.",
|
|
120716
|
-
enabled: false
|
|
120719
|
+
enabled: false,
|
|
120720
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120717
120721
|
},
|
|
120718
120722
|
["freshdeskConnector" /* FreshdeskConnector */]: {
|
|
120719
120723
|
maintainer: "ethan@vm0.ai",
|
|
@@ -120741,6 +120745,12 @@ var FEATURE_SWITCHES = {
|
|
|
120741
120745
|
enabled: false,
|
|
120742
120746
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120743
120747
|
},
|
|
120748
|
+
["apiBackendMutations" /* ApiBackendMutations */]: {
|
|
120749
|
+
maintainer: "ethan@vm0.ai",
|
|
120750
|
+
description: "Route platform mutation traffic (POST/PUT/PATCH/DELETE) to the api backend host independent of ApiBackend. When ApiBackend is OFF and this is ON, GETs stay on www while mutations use api.vm0.ai; ported mutation routes are served there and unported routes fall through to web via the api app's notFound proxy. When ApiBackend is ON, mutations follow the host-level switch regardless of this flag. Used during Stage 3 of the api-backend migration to roll out mutation routes per-org without flipping the host-level ApiBackend flag.",
|
|
120751
|
+
enabled: false,
|
|
120752
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120753
|
+
},
|
|
120744
120754
|
["connectorCategories" /* ConnectorCategories */]: {
|
|
120745
120755
|
maintainer: "ethan@vm0.ai",
|
|
120746
120756
|
description: "Show category sections and the hover-reveal outline menu on the Connectors settings page. Staff-only during rollout.",
|
|
@@ -122258,4 +122268,4 @@ undici/lib/web/fetch/body.js:
|
|
|
122258
122268
|
undici/lib/web/websocket/frame.js:
|
|
122259
122269
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
122260
122270
|
*/
|
|
122261
|
-
//# sourceMappingURL=chunk-
|
|
122271
|
+
//# sourceMappingURL=chunk-6CW5HVRP.js.map
|