@vm0/cli 9.180.10 → 9.180.11
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.180.
|
|
74086
|
+
release: "9.180.11",
|
|
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.180.
|
|
74105
|
+
version: "9.180.11",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -110078,8 +110078,8 @@ var artifactSnapshotsSchema = external_exports.array(
|
|
|
110078
110078
|
name: external_exports.string(),
|
|
110079
110079
|
version: external_exports.string(),
|
|
110080
110080
|
mountPath: external_exports.string(),
|
|
110081
|
-
//
|
|
110082
|
-
//
|
|
110081
|
+
// Legacy internal provenance accepted for older guest agents. Run creation
|
|
110082
|
+
// decides checkpoint-time behavior from the canonical artifact slot.
|
|
110083
110083
|
generatedBy: external_exports.literal("apiAutoMemory").optional()
|
|
110084
110084
|
})
|
|
110085
110085
|
);
|
|
@@ -134512,11 +134512,6 @@ var FEATURE_SWITCHES = {
|
|
|
134512
134512
|
enabled: false,
|
|
134513
134513
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
134514
134514
|
},
|
|
134515
|
-
["chatScrollToBottomButton" /* ChatScrollToBottomButton */]: {
|
|
134516
|
-
maintainer: "ethan@vm0.ai",
|
|
134517
|
-
description: "Show a floating scroll-to-bottom button in the bottom-right of the chat thread whenever the message list is scrolled away from the bottom. Clicking it jumps to the latest message.",
|
|
134518
|
-
enabled: true
|
|
134519
|
-
},
|
|
134520
134515
|
["chatRecommendedFollowups" /* ChatRecommendedFollowups */]: {
|
|
134521
134516
|
maintainer: "linghan@vm0.ai",
|
|
134522
134517
|
description: "Generate and show recommended follow-up prompts after completed chat runs.",
|
|
@@ -136083,4 +136078,4 @@ undici/lib/web/fetch/body.js:
|
|
|
136083
136078
|
undici/lib/web/websocket/frame.js:
|
|
136084
136079
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
136085
136080
|
*/
|
|
136086
|
-
//# sourceMappingURL=chunk-
|
|
136081
|
+
//# sourceMappingURL=chunk-CAIJ56SU.js.map
|