@vm0/cli 9.145.14 → 9.145.15

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.145.14",
74086
+ release: "9.145.15",
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.14",
74105
+ version: "9.145.15",
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",
@@ -122258,4 +122262,4 @@ undici/lib/web/fetch/body.js:
122258
122262
  undici/lib/web/websocket/frame.js:
122259
122263
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
122260
122264
  */
122261
- //# sourceMappingURL=chunk-V7GEUGSA.js.map
122265
+ //# sourceMappingURL=chunk-N6PYMJMA.js.map