@vm0/cli 9.122.9 → 9.122.10
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-4PF2QGDE.js → chunk-GMBF7S6J.js} +40 -7
- package/{chunk-4PF2QGDE.js.map → chunk-GMBF7S6J.js.map} +1 -1
- package/index.js +9 -9
- 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
|
@@ -126,7 +126,7 @@ import {
|
|
|
126
126
|
upsertZeroOrgModelProvider,
|
|
127
127
|
withErrorHandler,
|
|
128
128
|
zeroAgentCustomSkillNameSchema
|
|
129
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-GMBF7S6J.js";
|
|
130
130
|
import {
|
|
131
131
|
__toESM,
|
|
132
132
|
init_esm_shims
|
|
@@ -6323,7 +6323,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
6323
6323
|
var program = new Command();
|
|
6324
6324
|
program.name("zero").description(
|
|
6325
6325
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
6326
|
-
).version("9.122.
|
|
6326
|
+
).version("9.122.10").addHelpText(
|
|
6327
6327
|
"after",
|
|
6328
6328
|
`
|
|
6329
6329
|
Examples:
|