@vm0/cli 9.125.7 → 9.126.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-JJFBKM2R.js → chunk-XRL42LXP.js} +63 -39
- package/{chunk-JJFBKM2R.js.map → chunk-XRL42LXP.js.map} +1 -1
- package/index.js +9 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +3 -3
- package/zero.js.map +1 -1
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
upsertZeroOrgModelProvider,
|
|
129
129
|
withErrorHandler,
|
|
130
130
|
zeroAgentCustomSkillNameSchema
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-XRL42LXP.js";
|
|
132
132
|
import {
|
|
133
133
|
__toESM,
|
|
134
134
|
init_esm_shims
|
|
@@ -6529,7 +6529,7 @@ Output:
|
|
|
6529
6529
|
Notes:
|
|
6530
6530
|
- Authenticates via ZERO_TOKEN (requires file:write capability)
|
|
6531
6531
|
- Returned URL is a presigned GET valid for 7 days
|
|
6532
|
-
- Max file size:
|
|
6532
|
+
- Max file size: 1 GB
|
|
6533
6533
|
- Allowed types: png / jpeg / gif / webp / svg / mp4 / webm / mov / pdf / txt / csv / md / json`
|
|
6534
6534
|
).action(
|
|
6535
6535
|
withErrorHandler(
|
|
@@ -6609,7 +6609,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
6609
6609
|
var program = new Command();
|
|
6610
6610
|
program.name("zero").description(
|
|
6611
6611
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
6612
|
-
).version("9.
|
|
6612
|
+
).version("9.126.0").addHelpText(
|
|
6613
6613
|
"after",
|
|
6614
6614
|
`
|
|
6615
6615
|
Examples:
|