@vm0/cli 9.144.0 → 9.144.1
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-75VR4R5J.js → chunk-CFIYV4PA.js} +32 -72
- package/{chunk-75VR4R5J.js.map → chunk-CFIYV4PA.js.map} +1 -1
- package/index.js +28 -28
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
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-CFIYV4PA.js";
|
|
132
132
|
import {
|
|
133
133
|
__toESM,
|
|
134
134
|
init_esm_shims
|
|
@@ -7450,7 +7450,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
7450
7450
|
var program = new Command();
|
|
7451
7451
|
program.name("zero").description(
|
|
7452
7452
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
7453
|
-
).version("9.144.
|
|
7453
|
+
).version("9.144.1").addHelpText(
|
|
7454
7454
|
"after",
|
|
7455
7455
|
`
|
|
7456
7456
|
Examples:
|