@vm0/cli 9.204.4 → 9.206.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.
- package/{chunk-GTPY5BQJ.js → chunk-A7UBSZER.js} +1 -1
- package/{chunk-GTPY5BQJ.js.map → chunk-A7UBSZER.js.map} +1 -1
- package/{chunk-JOO62BG4.js → chunk-QMWTDWXH.js} +24 -14
- package/{chunk-JOO62BG4.js.map → chunk-QMWTDWXH.js.map} +1 -1
- package/{clerk.generated-VNZXBTJO.js → clerk.generated-ZX6FS3MY.js} +2 -8
- package/{clerk.generated-VNZXBTJO.js.map → clerk.generated-ZX6FS3MY.js.map} +1 -1
- package/{firewall-placeholder-expansion-EZ5WNMSE.js → firewall-placeholder-expansion-ZRRX27DR.js} +2 -2
- package/index.js +10 -10
- package/package.json +1 -1
- package/{vercel.generated-VVYZQLAJ.js → vercel.generated-NX2R7A4K.js} +2 -4
- package/vercel.generated-NX2R7A4K.js.map +1 -0
- package/zero.js +65 -30
- package/zero.js.map +1 -1
- package/vercel.generated-VVYZQLAJ.js.map +0 -1
- /package/{firewall-placeholder-expansion-EZ5WNMSE.js.map → firewall-placeholder-expansion-ZRRX27DR.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
connectorAuthMethodIdSchema,
|
|
6
6
|
connectorTypeSchema,
|
|
7
7
|
external_exports
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-A7UBSZER.js";
|
|
9
9
|
import {
|
|
10
10
|
DiagLogLevel,
|
|
11
11
|
INVALID_SPAN_CONTEXT,
|
|
@@ -80408,7 +80408,7 @@ if (DSN) {
|
|
|
80408
80408
|
init2({
|
|
80409
80409
|
dsn: DSN,
|
|
80410
80410
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
80411
|
-
release: "9.
|
|
80411
|
+
release: "9.206.0",
|
|
80412
80412
|
sendDefaultPii: false,
|
|
80413
80413
|
tracesSampleRate: 0,
|
|
80414
80414
|
shutdownTimeout: 500,
|
|
@@ -80427,7 +80427,7 @@ if (DSN) {
|
|
|
80427
80427
|
}
|
|
80428
80428
|
});
|
|
80429
80429
|
setContext("cli", {
|
|
80430
|
-
version: "9.
|
|
80430
|
+
version: "9.206.0",
|
|
80431
80431
|
command: process.argv.slice(2).join(" ")
|
|
80432
80432
|
});
|
|
80433
80433
|
setContext("runtime", {
|
|
@@ -91499,6 +91499,7 @@ var pagedChatMessageBaseSchema = external_exports.object({
|
|
|
91499
91499
|
id: external_exports.string(),
|
|
91500
91500
|
content: external_exports.string().nullable(),
|
|
91501
91501
|
runId: external_exports.string().optional(),
|
|
91502
|
+
runGroupId: external_exports.string().optional(),
|
|
91502
91503
|
runEventId: external_exports.string().optional(),
|
|
91503
91504
|
usage: chatMessageUsagePayloadSchema.optional(),
|
|
91504
91505
|
revokesMessageId: external_exports.string().optional(),
|
|
@@ -95823,7 +95824,8 @@ var zeroWorkflowsCollectionContract = c32.router({
|
|
|
95823
95824
|
400: apiErrorSchema,
|
|
95824
95825
|
401: apiErrorSchema,
|
|
95825
95826
|
403: apiErrorSchema,
|
|
95826
|
-
404: apiErrorSchema
|
|
95827
|
+
404: apiErrorSchema,
|
|
95828
|
+
409: apiErrorSchema
|
|
95827
95829
|
},
|
|
95828
95830
|
summary: "Create a workflow under an agent"
|
|
95829
95831
|
}
|
|
@@ -95914,7 +95916,8 @@ var zeroWorkflowVisibilityContract = c32.router({
|
|
|
95914
95916
|
400: apiErrorSchema,
|
|
95915
95917
|
401: apiErrorSchema,
|
|
95916
95918
|
403: apiErrorSchema,
|
|
95917
|
-
404: apiErrorSchema
|
|
95919
|
+
404: apiErrorSchema,
|
|
95920
|
+
409: apiErrorSchema
|
|
95918
95921
|
},
|
|
95919
95922
|
summary: "Owner requests promotion to public (auto-approves if owner has agent write-permission)"
|
|
95920
95923
|
},
|
|
@@ -95944,7 +95947,8 @@ var zeroWorkflowVisibilityContract = c32.router({
|
|
|
95944
95947
|
400: apiErrorSchema,
|
|
95945
95948
|
401: apiErrorSchema,
|
|
95946
95949
|
403: apiErrorSchema,
|
|
95947
|
-
404: apiErrorSchema
|
|
95950
|
+
404: apiErrorSchema,
|
|
95951
|
+
409: apiErrorSchema
|
|
95948
95952
|
},
|
|
95949
95953
|
summary: "Agent write-permission holder approves a pending publish request"
|
|
95950
95954
|
},
|
|
@@ -96022,7 +96026,7 @@ var zeroWorkflowTriggersContract = c32.router({
|
|
|
96022
96026
|
404: apiErrorSchema,
|
|
96023
96027
|
409: apiErrorSchema
|
|
96024
96028
|
},
|
|
96025
|
-
summary: "Create a
|
|
96029
|
+
summary: "Create a trigger on a workflow"
|
|
96026
96030
|
},
|
|
96027
96031
|
get: {
|
|
96028
96032
|
method: "GET",
|
|
@@ -96035,7 +96039,7 @@ var zeroWorkflowTriggersContract = c32.router({
|
|
|
96035
96039
|
403: apiErrorSchema,
|
|
96036
96040
|
404: apiErrorSchema
|
|
96037
96041
|
},
|
|
96038
|
-
summary: "Get a workflow
|
|
96042
|
+
summary: "Get a workflow trigger"
|
|
96039
96043
|
},
|
|
96040
96044
|
update: {
|
|
96041
96045
|
method: "PATCH",
|
|
@@ -96051,7 +96055,7 @@ var zeroWorkflowTriggersContract = c32.router({
|
|
|
96051
96055
|
404: apiErrorSchema,
|
|
96052
96056
|
409: apiErrorSchema
|
|
96053
96057
|
},
|
|
96054
|
-
summary: "Update a workflow
|
|
96058
|
+
summary: "Update a workflow trigger"
|
|
96055
96059
|
},
|
|
96056
96060
|
delete: {
|
|
96057
96061
|
method: "DELETE",
|
|
@@ -96065,7 +96069,7 @@ var zeroWorkflowTriggersContract = c32.router({
|
|
|
96065
96069
|
403: apiErrorSchema,
|
|
96066
96070
|
404: apiErrorSchema
|
|
96067
96071
|
},
|
|
96068
|
-
summary: "Delete a workflow
|
|
96072
|
+
summary: "Delete a workflow trigger"
|
|
96069
96073
|
},
|
|
96070
96074
|
enable: {
|
|
96071
96075
|
method: "POST",
|
|
@@ -96080,7 +96084,7 @@ var zeroWorkflowTriggersContract = c32.router({
|
|
|
96080
96084
|
404: apiErrorSchema,
|
|
96081
96085
|
409: apiErrorSchema
|
|
96082
96086
|
},
|
|
96083
|
-
summary: "Enable a workflow
|
|
96087
|
+
summary: "Enable a workflow trigger"
|
|
96084
96088
|
},
|
|
96085
96089
|
disable: {
|
|
96086
96090
|
method: "POST",
|
|
@@ -96094,7 +96098,7 @@ var zeroWorkflowTriggersContract = c32.router({
|
|
|
96094
96098
|
403: apiErrorSchema,
|
|
96095
96099
|
404: apiErrorSchema
|
|
96096
96100
|
},
|
|
96097
|
-
summary: "Disable a workflow
|
|
96101
|
+
summary: "Disable a workflow trigger"
|
|
96098
96102
|
},
|
|
96099
96103
|
run: {
|
|
96100
96104
|
method: "POST",
|
|
@@ -96109,7 +96113,7 @@ var zeroWorkflowTriggersContract = c32.router({
|
|
|
96109
96113
|
404: apiErrorSchema,
|
|
96110
96114
|
409: apiErrorSchema
|
|
96111
96115
|
},
|
|
96112
|
-
summary: "Fire a one-off test run of a workflow
|
|
96116
|
+
summary: "Fire a one-off test run of a workflow trigger"
|
|
96113
96117
|
}
|
|
96114
96118
|
});
|
|
96115
96119
|
|
|
@@ -111440,6 +111444,12 @@ var FEATURE_SWITCHES = {
|
|
|
111440
111444
|
description: "Show GitHub PR tracking in chat thread headers when the current agent is connected to and authorized for GitHub. Individuals opt in via feature-switch overrides.",
|
|
111441
111445
|
enabled: false
|
|
111442
111446
|
},
|
|
111447
|
+
["chatRunGroupFolding" /* ChatRunGroupFolding */]: {
|
|
111448
|
+
maintainer: "ethan@vm0.ai",
|
|
111449
|
+
description: "Fold repeated automation, workflow trigger, and goal continuation chat runs by contiguous run-group sections in the chat thread UI.",
|
|
111450
|
+
enabled: false,
|
|
111451
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
111452
|
+
},
|
|
111443
111453
|
["chatTemplatePicker" /* ChatTemplatePicker */]: {
|
|
111444
111454
|
maintainer: "linghan@vm0.ai",
|
|
111445
111455
|
description: "Show the Template picker in the Zero chat composer for per-message generation template selection.",
|
|
@@ -113233,4 +113243,4 @@ undici/lib/web/fetch/body.js:
|
|
|
113233
113243
|
undici/lib/web/websocket/frame.js:
|
|
113234
113244
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
113235
113245
|
*/
|
|
113236
|
-
//# sourceMappingURL=chunk-
|
|
113246
|
+
//# sourceMappingURL=chunk-QMWTDWXH.js.map
|