@vm0/cli 9.122.4 → 9.122.6

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/index.js CHANGED
@@ -65,7 +65,7 @@ import {
65
65
  source_default,
66
66
  volumeConfigSchema,
67
67
  withErrorHandler
68
- } from "./chunk-DJPGNCLD.js";
68
+ } from "./chunk-N2UX3IS3.js";
69
69
  import {
70
70
  __toESM,
71
71
  init_esm_shims
@@ -398,7 +398,7 @@ function getConfigPath() {
398
398
  return join(homedir(), ".vm0", "config.json");
399
399
  }
400
400
  var infoCommand = new Command().name("info").description("Display environment and debug information").action(async () => {
401
- console.log(source_default.bold(`VM0 CLI v${"9.122.4"}`));
401
+ console.log(source_default.bold(`VM0 CLI v${"9.122.6"}`));
402
402
  console.log();
403
403
  const config = await loadConfig();
404
404
  const hasEnvToken = !!process.env.VM0_TOKEN;
@@ -4291,7 +4291,7 @@ var composeCommand = new Command().name("compose").description("Create or update
4291
4291
  options.autoUpdate = false;
4292
4292
  }
4293
4293
  if (options.autoUpdate !== false) {
4294
- await startSilentUpgrade("9.122.4");
4294
+ await startSilentUpgrade("9.122.6");
4295
4295
  }
4296
4296
  try {
4297
4297
  let result;
@@ -4381,7 +4381,7 @@ var mainRunCommand = new Command().name("run").description("Run an agent").argum
4381
4381
  withErrorHandler(
4382
4382
  async (identifier, prompt, options) => {
4383
4383
  if (options.autoUpdate !== false) {
4384
- await startSilentUpgrade("9.122.4");
4384
+ await startSilentUpgrade("9.122.6");
4385
4385
  }
4386
4386
  const { name, version } = parseIdentifier(identifier);
4387
4387
  let composeId;
@@ -6393,13 +6393,13 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
6393
6393
  if (latestVersion === null) {
6394
6394
  throw new Error("Could not check for updates. Please try again later.");
6395
6395
  }
6396
- if (latestVersion === "9.122.4") {
6397
- console.log(source_default.green(`\u2713 Already up to date (${"9.122.4"})`));
6396
+ if (latestVersion === "9.122.6") {
6397
+ console.log(source_default.green(`\u2713 Already up to date (${"9.122.6"})`));
6398
6398
  return;
6399
6399
  }
6400
6400
  console.log(
6401
6401
  source_default.yellow(
6402
- `Current version: ${"9.122.4"} -> Latest version: ${latestVersion}`
6402
+ `Current version: ${"9.122.6"} -> Latest version: ${latestVersion}`
6403
6403
  )
6404
6404
  );
6405
6405
  console.log();
@@ -6426,7 +6426,7 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
6426
6426
  const success = await performUpgrade(packageManager);
6427
6427
  if (success) {
6428
6428
  console.log(
6429
- source_default.green(`\u2713 Upgraded from ${"9.122.4"} to ${latestVersion}`)
6429
+ source_default.green(`\u2713 Upgraded from ${"9.122.6"} to ${latestVersion}`)
6430
6430
  );
6431
6431
  return;
6432
6432
  }
@@ -6493,7 +6493,7 @@ var whoamiCommand = new Command().name("whoami").description("Show current ident
6493
6493
 
6494
6494
  // src/index.ts
6495
6495
  var program = new Command();
6496
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.122.4");
6496
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.122.6");
6497
6497
  program.addCommand(authCommand);
6498
6498
  program.addCommand(infoCommand);
6499
6499
  program.addCommand(composeCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.122.4",
3
+ "version": "9.122.6",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -126,7 +126,7 @@ import {
126
126
  upsertZeroOrgModelProvider,
127
127
  withErrorHandler,
128
128
  zeroAgentCustomSkillNameSchema
129
- } from "./chunk-DJPGNCLD.js";
129
+ } from "./chunk-N2UX3IS3.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.4").addHelpText(
6326
+ ).version("9.122.6").addHelpText(
6327
6327
  "after",
6328
6328
  `
6329
6329
  Examples: