@vm0/cli 9.111.6 → 9.111.7
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.
|
@@ -34652,7 +34652,7 @@ if (DSN) {
|
|
|
34652
34652
|
Sentry.init({
|
|
34653
34653
|
dsn: DSN,
|
|
34654
34654
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
34655
|
-
release: "9.111.
|
|
34655
|
+
release: "9.111.7",
|
|
34656
34656
|
sendDefaultPii: false,
|
|
34657
34657
|
tracesSampleRate: 0,
|
|
34658
34658
|
shutdownTimeout: 500,
|
|
@@ -34671,7 +34671,7 @@ if (DSN) {
|
|
|
34671
34671
|
}
|
|
34672
34672
|
});
|
|
34673
34673
|
Sentry.setContext("cli", {
|
|
34674
|
-
version: "9.111.
|
|
34674
|
+
version: "9.111.7",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -69656,6 +69656,7 @@ var webhookUsageContract = c6.router({
|
|
|
69656
69656
|
runId: external_exports.string().min(1, "runId is required"),
|
|
69657
69657
|
usage: external_exports.object({
|
|
69658
69658
|
model: external_exports.string().optional(),
|
|
69659
|
+
message_id: external_exports.string().optional(),
|
|
69659
69660
|
input_tokens: external_exports.number().optional(),
|
|
69660
69661
|
output_tokens: external_exports.number().optional(),
|
|
69661
69662
|
cache_read_input_tokens: external_exports.number().optional(),
|
|
@@ -73444,6 +73445,7 @@ var taskItemSchema = external_exports.object({
|
|
|
73444
73445
|
id: external_exports.string(),
|
|
73445
73446
|
type: taskTypeSchema,
|
|
73446
73447
|
title: external_exports.string().nullable(),
|
|
73448
|
+
summary: external_exports.string().nullable(),
|
|
73447
73449
|
agent: taskAgentSchema,
|
|
73448
73450
|
latestRunId: external_exports.string().nullable(),
|
|
73449
73451
|
status: runStatusSchema.nullable(),
|
|
@@ -76159,4 +76161,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76159
76161
|
undici/lib/web/websocket/frame.js:
|
|
76160
76162
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76161
76163
|
*/
|
|
76162
|
-
//# sourceMappingURL=chunk-
|
|
76164
|
+
//# sourceMappingURL=chunk-ZPFZIVYC.js.map
|