@vm0/cli 9.86.0 → 9.86.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.
@@ -47,7 +47,7 @@ if (DSN) {
47
47
  Sentry.init({
48
48
  dsn: DSN,
49
49
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
50
- release: "9.86.0",
50
+ release: "9.86.1",
51
51
  sendDefaultPii: false,
52
52
  tracesSampleRate: 0,
53
53
  shutdownTimeout: 500,
@@ -66,7 +66,7 @@ if (DSN) {
66
66
  }
67
67
  });
68
68
  Sentry.setContext("cli", {
69
- version: "9.86.0",
69
+ version: "9.86.1",
70
70
  command: process.argv.slice(2).join(" ")
71
71
  });
72
72
  Sentry.setContext("runtime", {
@@ -13960,6 +13960,7 @@ var logEntrySchema = z6.object({
13960
13960
  orgSlug: z6.string().nullable(),
13961
13961
  framework: z6.string().nullable(),
13962
13962
  triggerSource: triggerSourceSchema.nullable(),
13963
+ scheduleId: z6.string().nullable(),
13963
13964
  status: logStatusSchema,
13964
13965
  createdAt: z6.string(),
13965
13966
  startedAt: z6.string().nullable(),
@@ -13987,6 +13988,7 @@ var logDetailSchema = z6.object({
13987
13988
  framework: z6.string().nullable(),
13988
13989
  modelProvider: z6.string().nullable(),
13989
13990
  triggerSource: triggerSourceSchema.nullable(),
13991
+ scheduleId: z6.string().nullable(),
13990
13992
  status: logStatusSchema,
13991
13993
  prompt: z6.string(),
13992
13994
  appendSystemPrompt: z6.string().nullable(),
@@ -20170,4 +20172,4 @@ export {
20170
20172
  pollEvents,
20171
20173
  showNextSteps
20172
20174
  };
20173
- //# sourceMappingURL=chunk-MAYVCUG7.js.map
20175
+ //# sourceMappingURL=chunk-5TMLOLU7.js.map