@vm0/cli 9.150.1 → 9.150.3
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.150.
|
|
74086
|
+
release: "9.150.3",
|
|
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.150.
|
|
74105
|
+
version: "9.150.3",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -124604,7 +124604,8 @@ var agentPhoneConnectBodySchema = external_exports.object({
|
|
|
124604
124604
|
phoneHandle: external_exports.string().min(1),
|
|
124605
124605
|
agentphoneAgentId: external_exports.string().min(1),
|
|
124606
124606
|
timestamp: external_exports.number(),
|
|
124607
|
-
signature: external_exports.string().min(1)
|
|
124607
|
+
signature: external_exports.string().min(1),
|
|
124608
|
+
channel: external_exports.string().min(1).optional()
|
|
124608
124609
|
});
|
|
124609
124610
|
var agentPhoneConnectResponseSchema = external_exports.object({
|
|
124610
124611
|
phoneHandle: external_exports.string()
|
|
@@ -125005,8 +125006,7 @@ var FEATURE_SWITCHES = {
|
|
|
125005
125006
|
["chatThreadPin" /* ChatThreadPin */]: {
|
|
125006
125007
|
maintainer: "ethan@vm0.ai",
|
|
125007
125008
|
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.",
|
|
125008
|
-
enabled:
|
|
125009
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
125009
|
+
enabled: true
|
|
125010
125010
|
},
|
|
125011
125011
|
["chatThreadRename" /* ChatThreadRename */]: {
|
|
125012
125012
|
maintainer: "ethan@vm0.ai",
|
|
@@ -126617,4 +126617,4 @@ undici/lib/web/fetch/body.js:
|
|
|
126617
126617
|
undici/lib/web/websocket/frame.js:
|
|
126618
126618
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
126619
126619
|
*/
|
|
126620
|
-
//# sourceMappingURL=chunk-
|
|
126620
|
+
//# sourceMappingURL=chunk-65JFPM7B.js.map
|