@vm0/cli 9.122.3 → 9.122.4

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.
@@ -73642,7 +73642,7 @@ if (DSN) {
73642
73642
  init2({
73643
73643
  dsn: DSN,
73644
73644
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
73645
- release: "9.122.3",
73645
+ release: "9.122.4",
73646
73646
  sendDefaultPii: false,
73647
73647
  tracesSampleRate: 0,
73648
73648
  shutdownTimeout: 500,
@@ -73661,7 +73661,7 @@ if (DSN) {
73661
73661
  }
73662
73662
  });
73663
73663
  setContext("cli", {
73664
- version: "9.122.3",
73664
+ version: "9.122.4",
73665
73665
  command: process.argv.slice(2).join(" ")
73666
73666
  });
73667
73667
  setContext("runtime", {
@@ -109946,7 +109946,14 @@ var chatThreadListItemSchema = external_exports.object({
109946
109946
  title: external_exports.string().nullable(),
109947
109947
  agentId: external_exports.string(),
109948
109948
  createdAt: external_exports.string(),
109949
- updatedAt: external_exports.string()
109949
+ updatedAt: external_exports.string(),
109950
+ /**
109951
+ * Read state of the thread's last message. `false` when the thread has no
109952
+ * messages yet or the last message has not been marked read.
109953
+ * Threads whose last message is archived are filtered out server-side.
109954
+ */
109955
+ isRead: external_exports.boolean(),
109956
+ isArchived: external_exports.boolean()
109950
109957
  });
109951
109958
  var toolSummaryEntrySchema = external_exports.object({
109952
109959
  kind: external_exports.literal("tool"),
@@ -116197,4 +116204,4 @@ undici/lib/web/fetch/body.js:
116197
116204
  undici/lib/web/websocket/frame.js:
116198
116205
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
116199
116206
  */
116200
- //# sourceMappingURL=chunk-KDN6ZN4K.js.map
116207
+ //# sourceMappingURL=chunk-DJPGNCLD.js.map