@vm0/cli 9.131.0 → 9.131.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-65M57PU6.js → chunk-BS3XRRR3.js} +96 -103
- package/{chunk-65M57PU6.js.map → chunk-BS3XRRR3.js.map} +1 -1
- package/index.js +32 -292
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
- package/zero.js.map +1 -1
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-BS3XRRR3.js";
|
|
134
134
|
import {
|
|
135
135
|
__toESM,
|
|
136
136
|
init_esm_shims
|
|
@@ -6873,7 +6873,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
6873
6873
|
var program = new Command();
|
|
6874
6874
|
program.name("zero").description(
|
|
6875
6875
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
6876
|
-
).version("9.131.
|
|
6876
|
+
).version("9.131.1").addHelpText(
|
|
6877
6877
|
"after",
|
|
6878
6878
|
`
|
|
6879
6879
|
Examples:
|