@vm0/cli 9.222.11 → 9.222.12
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.
- package/{chunk-ZPWEXRMA.js → chunk-LOEUF572.js} +3 -3
- package/{chunk-MJ4W2C3Z.js → chunk-QYSUVI4Z.js} +2 -2
- package/{chunk-5EPGSDIQ.js → chunk-SBLYEOJF.js} +2 -2
- package/{chunk-5EPGSDIQ.js.map → chunk-SBLYEOJF.js.map} +1 -1
- package/index.js +10 -10
- package/{logs-XFVZAKVG.js → logs-P4ECN3YI.js} +3 -3
- package/package.json +1 -1
- package/{search-KXVRANLT.js → search-FMA3IDHQ.js} +3 -3
- package/zero.js +4 -4
- /package/{chunk-ZPWEXRMA.js.map → chunk-LOEUF572.js.map} +0 -0
- /package/{chunk-MJ4W2C3Z.js.map → chunk-QYSUVI4Z.js.map} +0 -0
- /package/{logs-XFVZAKVG.js.map → logs-P4ECN3YI.js.map} +0 -0
- /package/{search-KXVRANLT.js.map → search-FMA3IDHQ.js.map} +0 -0
|
@@ -50,7 +50,7 @@ if (DSN) {
|
|
|
50
50
|
Sentry.init({
|
|
51
51
|
dsn: DSN,
|
|
52
52
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
53
|
-
release: "9.222.
|
|
53
|
+
release: "9.222.12",
|
|
54
54
|
sendDefaultPii: false,
|
|
55
55
|
tracesSampleRate: 0,
|
|
56
56
|
shutdownTimeout: 500,
|
|
@@ -69,7 +69,7 @@ if (DSN) {
|
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
Sentry.setContext("cli", {
|
|
72
|
-
version: "9.222.
|
|
72
|
+
version: "9.222.12",
|
|
73
73
|
command: process.argv.slice(2).join(" ")
|
|
74
74
|
});
|
|
75
75
|
Sentry.setContext("runtime", {
|
|
@@ -146,4 +146,4 @@ async function configureGlobalProxyFromEnv() {
|
|
|
146
146
|
export {
|
|
147
147
|
configureGlobalProxyFromEnv
|
|
148
148
|
};
|
|
149
|
-
//# sourceMappingURL=chunk-
|
|
149
|
+
//# sourceMappingURL=chunk-LOEUF572.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
parseBoundedLogCount,
|
|
11
11
|
parseSearchQuery,
|
|
12
12
|
parseTime
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-SBLYEOJF.js";
|
|
14
14
|
import {
|
|
15
15
|
searchZeroLogs
|
|
16
16
|
} from "./chunk-KBDCWC3F.js";
|
|
@@ -176,4 +176,4 @@ export {
|
|
|
176
176
|
runLogsSearch,
|
|
177
177
|
searchCommand
|
|
178
178
|
};
|
|
179
|
-
//# sourceMappingURL=chunk-
|
|
179
|
+
//# sourceMappingURL=chunk-QYSUVI4Z.js.map
|
|
@@ -16672,7 +16672,7 @@ var FEATURE_SWITCHES = {
|
|
|
16672
16672
|
["chatThreadEventSourcing" /* ChatThreadEventSourcing */]: {
|
|
16673
16673
|
maintainer: "ethan@vm0.ai",
|
|
16674
16674
|
description: "Render the chat sidebar from local chat thread snapshots plus lifecycle events instead of the paged thread list response.",
|
|
16675
|
-
enabled:
|
|
16675
|
+
enabled: true
|
|
16676
16676
|
},
|
|
16677
16677
|
["chatThreadLatestUserMessageScrollAnchor" /* ChatThreadLatestUserMessageScrollAnchor */]: {
|
|
16678
16678
|
maintainer: "ethan@vm0.ai",
|
|
@@ -19017,4 +19017,4 @@ export {
|
|
|
19017
19017
|
collectLogItems,
|
|
19018
19018
|
parseSearchQuery
|
|
19019
19019
|
};
|
|
19020
|
-
//# sourceMappingURL=chunk-
|
|
19020
|
+
//# sourceMappingURL=chunk-SBLYEOJF.js.map
|