@vm0/cli 9.139.3 → 9.140.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-AQFESZSO.js → chunk-6LA4WVWX.js} +35 -4
- package/{chunk-AQFESZSO.js.map → chunk-6LA4WVWX.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +257 -3
- package/zero.js.map +1 -1
|
@@ -74090,7 +74090,7 @@ if (DSN) {
|
|
|
74090
74090
|
init2({
|
|
74091
74091
|
dsn: DSN,
|
|
74092
74092
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74093
|
-
release: "9.
|
|
74093
|
+
release: "9.140.0",
|
|
74094
74094
|
sendDefaultPii: false,
|
|
74095
74095
|
tracesSampleRate: 0,
|
|
74096
74096
|
shutdownTimeout: 500,
|
|
@@ -74109,7 +74109,7 @@ if (DSN) {
|
|
|
74109
74109
|
}
|
|
74110
74110
|
});
|
|
74111
74111
|
setContext("cli", {
|
|
74112
|
-
version: "9.
|
|
74112
|
+
version: "9.140.0",
|
|
74113
74113
|
command: process.argv.slice(2).join(" ")
|
|
74114
74114
|
});
|
|
74115
74115
|
setContext("runtime", {
|
|
@@ -94890,6 +94890,7 @@ var huggingFace = {
|
|
|
94890
94890
|
"hugging-face": {
|
|
94891
94891
|
label: "Hugging Face",
|
|
94892
94892
|
category: "ai-general-models",
|
|
94893
|
+
generation: ["image", "text"],
|
|
94893
94894
|
environmentMapping: {
|
|
94894
94895
|
HUGGING_FACE_TOKEN: "$secrets.HUGGING_FACE_TOKEN"
|
|
94895
94896
|
},
|
|
@@ -94917,6 +94918,7 @@ var hume = {
|
|
|
94917
94918
|
hume: {
|
|
94918
94919
|
label: "Hume",
|
|
94919
94920
|
category: "ai-voice-audio",
|
|
94921
|
+
generation: ["audio"],
|
|
94920
94922
|
environmentMapping: {
|
|
94921
94923
|
HUME_TOKEN: "$secrets.HUME_TOKEN"
|
|
94922
94924
|
},
|
|
@@ -94943,6 +94945,7 @@ var heygen = {
|
|
|
94943
94945
|
heygen: {
|
|
94944
94946
|
label: "HeyGen",
|
|
94945
94947
|
category: "marketing-content-growth",
|
|
94948
|
+
generation: ["video"],
|
|
94946
94949
|
environmentMapping: {
|
|
94947
94950
|
HEYGEN_TOKEN: "$secrets.HEYGEN_TOKEN"
|
|
94948
94951
|
},
|
|
@@ -95734,6 +95737,7 @@ var deepseek = {
|
|
|
95734
95737
|
deepseek: {
|
|
95735
95738
|
label: "DeepSeek",
|
|
95736
95739
|
category: "ai-general-models",
|
|
95740
|
+
generation: ["code", "text"],
|
|
95737
95741
|
environmentMapping: {
|
|
95738
95742
|
DEEPSEEK_TOKEN: "$secrets.DEEPSEEK_TOKEN"
|
|
95739
95743
|
},
|
|
@@ -95910,6 +95914,7 @@ var dify = {
|
|
|
95910
95914
|
dify: {
|
|
95911
95915
|
label: "Dify",
|
|
95912
95916
|
category: "ai-agent-apps",
|
|
95917
|
+
generation: ["text"],
|
|
95913
95918
|
environmentMapping: {
|
|
95914
95919
|
DIFY_TOKEN: "$secrets.DIFY_TOKEN"
|
|
95915
95920
|
},
|
|
@@ -96068,6 +96073,7 @@ var minimax = {
|
|
|
96068
96073
|
minimax: {
|
|
96069
96074
|
label: "MiniMax",
|
|
96070
96075
|
category: "ai-general-models",
|
|
96076
|
+
generation: ["audio", "text", "video"],
|
|
96071
96077
|
environmentMapping: {
|
|
96072
96078
|
MINIMAX_TOKEN: "$secrets.MINIMAX_TOKEN"
|
|
96073
96079
|
},
|
|
@@ -96393,6 +96399,7 @@ var gamma = {
|
|
|
96393
96399
|
gamma: {
|
|
96394
96400
|
label: "Gamma",
|
|
96395
96401
|
category: "marketing-content-growth",
|
|
96402
|
+
generation: ["document", "presentation", "website"],
|
|
96396
96403
|
environmentMapping: {
|
|
96397
96404
|
GAMMA_TOKEN: "$secrets.GAMMA_TOKEN"
|
|
96398
96405
|
},
|
|
@@ -97324,6 +97331,7 @@ var openai = {
|
|
|
97324
97331
|
openai: {
|
|
97325
97332
|
label: "OpenAI",
|
|
97326
97333
|
category: "ai-general-models",
|
|
97334
|
+
generation: ["audio", "image", "text"],
|
|
97327
97335
|
tags: ["llm", "ai", "gpt", "chatgpt"],
|
|
97328
97336
|
environmentMapping: {
|
|
97329
97337
|
OPENAI_TOKEN: "$secrets.OPENAI_TOKEN"
|
|
@@ -97384,6 +97392,7 @@ var perplexity = {
|
|
|
97384
97392
|
perplexity: {
|
|
97385
97393
|
label: "Perplexity",
|
|
97386
97394
|
category: "data-automation-infrastructure",
|
|
97395
|
+
generation: ["text"],
|
|
97387
97396
|
environmentMapping: {
|
|
97388
97397
|
PERPLEXITY_TOKEN: "$secrets.PERPLEXITY_TOKEN"
|
|
97389
97398
|
},
|
|
@@ -97617,6 +97626,7 @@ var replicate = {
|
|
|
97617
97626
|
replicate: {
|
|
97618
97627
|
label: "Replicate",
|
|
97619
97628
|
category: "ai-image-video",
|
|
97629
|
+
generation: ["image", "text"],
|
|
97620
97630
|
environmentMapping: {
|
|
97621
97631
|
REPLICATE_TOKEN: "$secrets.REPLICATE_TOKEN"
|
|
97622
97632
|
},
|
|
@@ -97644,6 +97654,7 @@ var pdf4me = {
|
|
|
97644
97654
|
pdf4me: {
|
|
97645
97655
|
label: "PDF4me",
|
|
97646
97656
|
category: "data-automation-infrastructure",
|
|
97657
|
+
generation: ["document"],
|
|
97647
97658
|
environmentMapping: {
|
|
97648
97659
|
PDF4ME_TOKEN: "$secrets.PDF4ME_TOKEN"
|
|
97649
97660
|
},
|
|
@@ -98005,6 +98016,7 @@ var browserless = {
|
|
|
98005
98016
|
browserless: {
|
|
98006
98017
|
label: "Browserless",
|
|
98007
98018
|
category: "data-automation-infrastructure",
|
|
98019
|
+
generation: ["document", "image"],
|
|
98008
98020
|
environmentMapping: {
|
|
98009
98021
|
BROWSERLESS_TOKEN: "$secrets.BROWSERLESS_TOKEN"
|
|
98010
98022
|
},
|
|
@@ -98109,6 +98121,7 @@ var pdfco = {
|
|
|
98109
98121
|
pdfco: {
|
|
98110
98122
|
label: "PDF.co",
|
|
98111
98123
|
category: "data-automation-infrastructure",
|
|
98124
|
+
generation: ["document"],
|
|
98112
98125
|
environmentMapping: {
|
|
98113
98126
|
PDFCO_TOKEN: "$secrets.PDFCO_TOKEN"
|
|
98114
98127
|
},
|
|
@@ -98135,6 +98148,7 @@ var elevenlabs = {
|
|
|
98135
98148
|
elevenlabs: {
|
|
98136
98149
|
label: "ElevenLabs",
|
|
98137
98150
|
category: "ai-voice-audio",
|
|
98151
|
+
generation: ["audio"],
|
|
98138
98152
|
environmentMapping: {
|
|
98139
98153
|
ELEVENLABS_TOKEN: "$secrets.ELEVENLABS_TOKEN"
|
|
98140
98154
|
},
|
|
@@ -98270,6 +98284,7 @@ var fal = {
|
|
|
98270
98284
|
fal: {
|
|
98271
98285
|
label: "fal.ai",
|
|
98272
98286
|
category: "ai-image-video",
|
|
98287
|
+
generation: ["image", "video"],
|
|
98273
98288
|
environmentMapping: {
|
|
98274
98289
|
FAL_TOKEN: "$secrets.FAL_TOKEN"
|
|
98275
98290
|
},
|
|
@@ -98490,6 +98505,7 @@ var runway = {
|
|
|
98490
98505
|
runway: {
|
|
98491
98506
|
label: "Runway",
|
|
98492
98507
|
category: "ai-image-video",
|
|
98508
|
+
generation: ["video"],
|
|
98493
98509
|
environmentMapping: {
|
|
98494
98510
|
RUNWAY_TOKEN: "$secrets.RUNWAY_TOKEN"
|
|
98495
98511
|
},
|
|
@@ -98579,6 +98595,7 @@ var stabilityAi = {
|
|
|
98579
98595
|
"stability-ai": {
|
|
98580
98596
|
label: "Stability AI",
|
|
98581
98597
|
category: "ai-image-video",
|
|
98598
|
+
generation: ["image"],
|
|
98582
98599
|
environmentMapping: {
|
|
98583
98600
|
STABILITY_TOKEN: "$secrets.STABILITY_TOKEN"
|
|
98584
98601
|
},
|
|
@@ -98748,6 +98765,7 @@ var together = {
|
|
|
98748
98765
|
together: {
|
|
98749
98766
|
label: "Together AI",
|
|
98750
98767
|
category: "ai-general-models",
|
|
98768
|
+
generation: ["image", "text"],
|
|
98751
98769
|
environmentMapping: {
|
|
98752
98770
|
TOGETHER_TOKEN: "$secrets.TOGETHER_TOKEN"
|
|
98753
98771
|
},
|
|
@@ -98925,6 +98943,7 @@ var htmlcsstoimage = {
|
|
|
98925
98943
|
htmlcsstoimage: {
|
|
98926
98944
|
label: "HTML/CSS to Image",
|
|
98927
98945
|
category: "marketing-content-growth",
|
|
98946
|
+
generation: ["image"],
|
|
98928
98947
|
environmentMapping: {
|
|
98929
98948
|
HCTI_API_KEY: "$secrets.HCTI_API_KEY",
|
|
98930
98949
|
HCTI_USER_ID: "$vars.HCTI_USER_ID"
|
|
@@ -99103,6 +99122,7 @@ var luma = {
|
|
|
99103
99122
|
luma: {
|
|
99104
99123
|
label: "Luma AI",
|
|
99105
99124
|
category: "ai-image-video",
|
|
99125
|
+
generation: ["image", "video"],
|
|
99106
99126
|
environmentMapping: {
|
|
99107
99127
|
LUMA_TOKEN: "$secrets.LUMA_TOKEN"
|
|
99108
99128
|
},
|
|
@@ -99251,6 +99271,7 @@ var pdforge = {
|
|
|
99251
99271
|
pdforge: {
|
|
99252
99272
|
label: "PDForge",
|
|
99253
99273
|
category: "data-automation-infrastructure",
|
|
99274
|
+
generation: ["document"],
|
|
99254
99275
|
environmentMapping: {
|
|
99255
99276
|
PDFORGE_API_KEY: "$secrets.PDFORGE_API_KEY"
|
|
99256
99277
|
},
|
|
@@ -99449,6 +99470,7 @@ var v0 = {
|
|
|
99449
99470
|
v0: {
|
|
99450
99471
|
label: "v0",
|
|
99451
99472
|
category: "ai-agent-apps",
|
|
99473
|
+
generation: ["code", "website"],
|
|
99452
99474
|
environmentMapping: {
|
|
99453
99475
|
V0_TOKEN: "$secrets.V0_TOKEN"
|
|
99454
99476
|
},
|
|
@@ -99557,6 +99579,7 @@ var nanoBanana = {
|
|
|
99557
99579
|
"nano-banana": {
|
|
99558
99580
|
label: "Nano Banana",
|
|
99559
99581
|
category: "ai-image-video",
|
|
99582
|
+
generation: ["image"],
|
|
99560
99583
|
environmentMapping: {},
|
|
99561
99584
|
helpText: "Google Gemini image generation, billed to your org credits",
|
|
99562
99585
|
featureFlag: "platformConnectors" /* PlatformConnectors */,
|
|
@@ -99968,6 +99991,7 @@ var groq = {
|
|
|
99968
99991
|
groq: {
|
|
99969
99992
|
label: "Groq",
|
|
99970
99993
|
category: "ai-general-models",
|
|
99994
|
+
generation: ["text"],
|
|
99971
99995
|
tags: ["llm", "ai", "llama", "inference"],
|
|
99972
99996
|
environmentMapping: {
|
|
99973
99997
|
GROQ_TOKEN: "$secrets.GROQ_TOKEN"
|
|
@@ -103041,7 +103065,14 @@ var chatMessagesContract = c13.router({
|
|
|
103041
103065
|
// Client-generated UUID used as the user message's primary key.
|
|
103042
103066
|
// Lets the client render an optimistic row and reconcile with the
|
|
103043
103067
|
// server row by id — no temp-id swap, no React remount.
|
|
103044
|
-
clientMessageId: external_exports.string().uuid().optional()
|
|
103068
|
+
clientMessageId: external_exports.string().uuid().optional(),
|
|
103069
|
+
// Test-only escape hatch: when the host runner has USE_MOCK_CODEX
|
|
103070
|
+
// set (CI default), allow the request to bypass the mock and execute
|
|
103071
|
+
// the real codex CLI. Mirrors `debugNoMockClaude` / `debugNoMockCodex`
|
|
103072
|
+
// on /api/zero/runs so e2e BYOK smoke tests can exercise the chat
|
|
103073
|
+
// entry path end-to-end.
|
|
103074
|
+
debugNoMockClaude: external_exports.boolean().optional(),
|
|
103075
|
+
debugNoMockCodex: external_exports.boolean().optional()
|
|
103045
103076
|
}),
|
|
103046
103077
|
responses: {
|
|
103047
103078
|
201: external_exports.object({
|
|
@@ -121372,4 +121403,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121372
121403
|
undici/lib/web/websocket/frame.js:
|
|
121373
121404
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121374
121405
|
*/
|
|
121375
|
-
//# sourceMappingURL=chunk-
|
|
121406
|
+
//# sourceMappingURL=chunk-6LA4WVWX.js.map
|