@vm0/cli 9.180.9 → 9.180.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.180.9",
3
+ "version": "9.180.11",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -150,7 +150,7 @@ import {
150
150
  upsertZeroOrgModelProvider,
151
151
  withErrorHandler,
152
152
  zeroAgentCustomSkillNameSchema
153
- } from "./chunk-BWLXKLVD.js";
153
+ } from "./chunk-CAIJ56SU.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.9").addHelpText("after", () => {
13322
+ ).version("9.180.11").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")) {