@vm0/cli 9.116.0 → 9.116.2
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-N3EY4HQ3.js → chunk-DV6NKREP.js} +554 -184
- package/{chunk-N3EY4HQ3.js.map → chunk-DV6NKREP.js.map} +1 -1
- package/index.js +17 -46
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -130,7 +130,7 @@ import {
|
|
|
130
130
|
upsertZeroOrgModelProvider,
|
|
131
131
|
withErrorHandler,
|
|
132
132
|
zeroAgentCustomSkillNameSchema
|
|
133
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-DV6NKREP.js";
|
|
134
134
|
|
|
135
135
|
// src/zero.ts
|
|
136
136
|
init_esm_shims();
|
|
@@ -6340,7 +6340,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
6340
6340
|
var program = new Command();
|
|
6341
6341
|
program.name("zero").description(
|
|
6342
6342
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
6343
|
-
).version("9.116.
|
|
6343
|
+
).version("9.116.2").addHelpText(
|
|
6344
6344
|
"after",
|
|
6345
6345
|
`
|
|
6346
6346
|
Examples:
|