@vm0/cli 9.177.1 → 9.177.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.
@@ -74083,7 +74083,7 @@ if (DSN) {
74083
74083
  init2({
74084
74084
  dsn: DSN,
74085
74085
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
74086
- release: "9.177.1",
74086
+ release: "9.177.2",
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.177.1",
74105
+ version: "9.177.2",
74106
74106
  command: process.argv.slice(2).join(" ")
74107
74107
  });
74108
74108
  setContext("runtime", {
@@ -111179,10 +111179,7 @@ var scheduleResponseSchema = external_exports.object({
111179
111179
  retryStartedAt: external_exports.string().nullable(),
111180
111180
  consecutiveFailures: external_exports.number(),
111181
111181
  createdAt: external_exports.string(),
111182
- updatedAt: external_exports.string(),
111183
- modelProviderId: external_exports.string().uuid().nullable().default(null),
111184
- selectedModel: external_exports.string().nullable().default(null),
111185
- preferPersonalProvider: external_exports.boolean().default(false)
111182
+ updatedAt: external_exports.string()
111186
111183
  });
111187
111184
  var scheduleListResponseSchema = external_exports.object({
111188
111185
  schedules: external_exports.array(scheduleResponseSchema)
@@ -130109,6 +130106,7 @@ var githubIssuesCallbackPayloadSchema = external_exports.object({
130109
130106
  issueNumber: external_exports.number(),
130110
130107
  agentId: external_exports.string(),
130111
130108
  existingSessionId: external_exports.string().optional(),
130109
+ sessionContinuityEnabled: external_exports.boolean().optional(),
130112
130110
  triggerCommentId: external_exports.string().optional(),
130113
130111
  triggerReactionId: external_exports.string().optional(),
130114
130112
  triggerCommentBody: external_exports.string().optional()
@@ -131148,6 +131146,12 @@ var FEATURE_SWITCHES = {
131148
131146
  description: "Replace the inline attachment text editor and modal lightbox with a single page-level artifact sidebar (50/50 with the chat thread area, URL-routed via ?artifact=, fullscreen-capable). When on, inline text/markdown attachments render as anchor chips, all preview chips route to the sidebar, and the artifacts drawer is hidden.",
131149
131147
  enabled: false,
131150
131148
  enabledOrgIdHashes: STAFF_ORG_ID_HASHES
131149
+ },
131150
+ ["chatScrollToBottomButton" /* ChatScrollToBottomButton */]: {
131151
+ maintainer: "ethan@vm0.ai",
131152
+ description: "Show a floating scroll-to-bottom button in the bottom-right of the chat thread (above the composer) whenever the message list is scrolled away from the bottom. Clicking it jumps to the latest message.",
131153
+ enabled: false,
131154
+ enabledOrgIdHashes: STAFF_ORG_ID_HASHES
131151
131155
  }
131152
131156
  };
131153
131157
 
@@ -132702,4 +132706,4 @@ undici/lib/web/fetch/body.js:
132702
132706
  undici/lib/web/websocket/frame.js:
132703
132707
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
132704
132708
  */
132705
- //# sourceMappingURL=chunk-EIYWRXQR.js.map
132709
+ //# sourceMappingURL=chunk-XMMBRPKV.js.map