@vm0/cli 9.180.9 → 9.180.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-BWLXKLVD.js → chunk-WWEZ5FQ6.js} +43 -4
- package/{chunk-BWLXKLVD.js.map → chunk-WWEZ5FQ6.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
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
upsertZeroOrgModelProvider,
|
|
151
151
|
withErrorHandler,
|
|
152
152
|
zeroAgentCustomSkillNameSchema
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-WWEZ5FQ6.js";
|
|
154
154
|
import {
|
|
155
155
|
__toESM,
|
|
156
156
|
init_esm_shims
|
|
@@ -13319,7 +13319,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
13319
13319
|
var program = new Command();
|
|
13320
13320
|
program.name("zero").description(
|
|
13321
13321
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
13322
|
-
).version("9.180.
|
|
13322
|
+
).version("9.180.10").addHelpText("after", () => {
|
|
13323
13323
|
return buildZeroHelpText();
|
|
13324
13324
|
});
|
|
13325
13325
|
if (process.argv[1]?.endsWith("zero.js") || process.argv[1]?.endsWith("zero.ts") || process.argv[1]?.endsWith("zero")) {
|