@vm0/cli 9.212.4 → 9.213.0
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.
|
@@ -80403,7 +80403,7 @@ if (DSN) {
|
|
|
80403
80403
|
init2({
|
|
80404
80404
|
dsn: DSN,
|
|
80405
80405
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
80406
|
-
release: "9.
|
|
80406
|
+
release: "9.213.0",
|
|
80407
80407
|
sendDefaultPii: false,
|
|
80408
80408
|
tracesSampleRate: 0,
|
|
80409
80409
|
shutdownTimeout: 500,
|
|
@@ -80422,7 +80422,7 @@ if (DSN) {
|
|
|
80422
80422
|
}
|
|
80423
80423
|
});
|
|
80424
80424
|
setContext("cli", {
|
|
80425
|
-
version: "9.
|
|
80425
|
+
version: "9.213.0",
|
|
80426
80426
|
command: process.argv.slice(2).join(" ")
|
|
80427
80427
|
});
|
|
80428
80428
|
setContext("runtime", {
|
|
@@ -116223,9 +116223,13 @@ var pagedChatMessageBaseSchema = external_exports.object({
|
|
|
116223
116223
|
description: external_exports.string().nullable()
|
|
116224
116224
|
}).optional(),
|
|
116225
116225
|
workflowSnapshot: external_exports.object({
|
|
116226
|
+
id: external_exports.string().uuid().optional(),
|
|
116227
|
+
agentId: external_exports.string().uuid().optional(),
|
|
116226
116228
|
name: external_exports.string(),
|
|
116227
116229
|
displayName: external_exports.string().nullable(),
|
|
116228
|
-
description: external_exports.string().nullable()
|
|
116230
|
+
description: external_exports.string().nullable(),
|
|
116231
|
+
triggerId: external_exports.string().uuid().optional(),
|
|
116232
|
+
triggerBrief: external_exports.string().nullable().optional()
|
|
116229
116233
|
}).optional(),
|
|
116230
116234
|
createdAt: external_exports.string()
|
|
116231
116235
|
});
|
|
@@ -137255,6 +137259,11 @@ var FEATURE_SWITCHES = {
|
|
|
137255
137259
|
enabled: false,
|
|
137256
137260
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
137257
137261
|
},
|
|
137262
|
+
["switchScheduleAutomationToWorkflowTrigger" /* SwitchScheduleAutomationToWorkflowTrigger */]: {
|
|
137263
|
+
maintainer: "ethan@vm0.ai",
|
|
137264
|
+
description: "Replace the /automations schedule list and calendar with a workflow-trigger surface and route new automation setup into triggered workflow creation.",
|
|
137265
|
+
enabled: false
|
|
137266
|
+
},
|
|
137258
137267
|
["goalWorkflows" /* GoalWorkflows */]: {
|
|
137259
137268
|
maintainer: "ethan@vm0.ai",
|
|
137260
137269
|
description: "Enable persistent thread goals, the zero goal CLI, and run-terminal goal continuation for staff orgs.",
|
|
@@ -139873,4 +139882,4 @@ undici/lib/web/fetch/body.js:
|
|
|
139873
139882
|
undici/lib/web/websocket/frame.js:
|
|
139874
139883
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
139875
139884
|
*/
|
|
139876
|
-
//# sourceMappingURL=chunk-
|
|
139885
|
+
//# sourceMappingURL=chunk-HRHBUW35.js.map
|