@vm0/cli 9.135.0 → 9.136.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-7C3QXZRH.js → chunk-5F6QHYHS.js} +139 -135
- package/chunk-5F6QHYHS.js.map +1 -0
- package/index.js +11 -10
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
- package/chunk-7C3QXZRH.js.map +0 -1
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
upsertZeroOrgModelProvider,
|
|
116
116
|
withErrorHandler,
|
|
117
117
|
zeroAgentCustomSkillNameSchema
|
|
118
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-5F6QHYHS.js";
|
|
119
119
|
import {
|
|
120
120
|
__toESM,
|
|
121
121
|
init_esm_shims
|
|
@@ -19078,7 +19078,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
19078
19078
|
var program = new Command();
|
|
19079
19079
|
program.name("zero").description(
|
|
19080
19080
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
19081
|
-
).version("9.
|
|
19081
|
+
).version("9.136.0").addHelpText(
|
|
19082
19082
|
"after",
|
|
19083
19083
|
`
|
|
19084
19084
|
Examples:
|