@vm0/cli 9.137.0 → 9.137.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.
|
@@ -66716,7 +66716,7 @@ if (DSN) {
|
|
|
66716
66716
|
init2({
|
|
66717
66717
|
dsn: DSN,
|
|
66718
66718
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
66719
|
-
release: "9.137.
|
|
66719
|
+
release: "9.137.1",
|
|
66720
66720
|
sendDefaultPii: false,
|
|
66721
66721
|
tracesSampleRate: 0,
|
|
66722
66722
|
shutdownTimeout: 500,
|
|
@@ -66735,7 +66735,7 @@ if (DSN) {
|
|
|
66735
66735
|
}
|
|
66736
66736
|
});
|
|
66737
66737
|
setContext("cli", {
|
|
66738
|
-
version: "9.137.
|
|
66738
|
+
version: "9.137.1",
|
|
66739
66739
|
command: process.argv.slice(2).join(" ")
|
|
66740
66740
|
});
|
|
66741
66741
|
setContext("runtime", {
|
|
@@ -95380,10 +95380,15 @@ var chatThreadListItemSchema = external_exports.object({
|
|
|
95380
95380
|
/**
|
|
95381
95381
|
* True when the thread has at least one non-terminal run
|
|
95382
95382
|
* (queued / pending / running). Drives the sidebar running indicator,
|
|
95383
|
-
* which is mutually exclusive with the unread dot
|
|
95384
|
-
* `ChatThreadReadIndicator` feature switch gate.
|
|
95383
|
+
* which is mutually exclusive with the unread dot.
|
|
95385
95384
|
*/
|
|
95386
|
-
running: external_exports.boolean()
|
|
95385
|
+
running: external_exports.boolean(),
|
|
95386
|
+
/**
|
|
95387
|
+
* True when the thread has draft composer content the user hasn't sent yet
|
|
95388
|
+
* (non-empty `draftContent` or one+ `draftAttachments`). Drives the sidebar
|
|
95389
|
+
* draft indicator. Optional for back-compat with fixtures predating the field.
|
|
95390
|
+
*/
|
|
95391
|
+
hasDraft: external_exports.boolean().optional()
|
|
95387
95392
|
});
|
|
95388
95393
|
var toolSummaryEntrySchema = external_exports.object({
|
|
95389
95394
|
kind: external_exports.literal("tool"),
|
|
@@ -98864,4 +98869,4 @@ undici/lib/web/fetch/body.js:
|
|
|
98864
98869
|
undici/lib/web/websocket/frame.js:
|
|
98865
98870
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
98866
98871
|
*/
|
|
98867
|
-
//# sourceMappingURL=chunk-
|
|
98872
|
+
//# sourceMappingURL=chunk-I3QKCVRM.js.map
|