@vm0/cli 9.145.6 → 9.145.7

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-2LVWQ6RG.js";
68
+ } from "./chunk-7LZOYX2B.js";
69
69
  import {
70
70
  __toESM,
71
71
  init_esm_shims
@@ -398,7 +398,7 @@ function getConfigPath() {
398
398
  return join(os.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.145.6"}`));
401
+ console.log(source_default.bold(`VM0 CLI v${"9.145.7"}`));
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.145.6");
4294
+ await startSilentUpgrade("9.145.7");
4295
4295
  }
4296
4296
  try {
4297
4297
  let result;
@@ -4383,7 +4383,7 @@ var mainRunCommand = new Command().name("run").description("Run an agent").argum
4383
4383
  withErrorHandler(
4384
4384
  async (identifier, prompt, options) => {
4385
4385
  if (options.autoUpdate !== false) {
4386
- await startSilentUpgrade("9.145.6");
4386
+ await startSilentUpgrade("9.145.7");
4387
4387
  }
4388
4388
  const { name, version } = parseIdentifier(identifier);
4389
4389
  let composeId;
@@ -6170,13 +6170,13 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
6170
6170
  if (latestVersion === null) {
6171
6171
  throw new Error("Could not check for updates. Please try again later.");
6172
6172
  }
6173
- if (latestVersion === "9.145.6") {
6174
- console.log(source_default.green(`\u2713 Already up to date (${"9.145.6"})`));
6173
+ if (latestVersion === "9.145.7") {
6174
+ console.log(source_default.green(`\u2713 Already up to date (${"9.145.7"})`));
6175
6175
  return;
6176
6176
  }
6177
6177
  console.log(
6178
6178
  source_default.yellow(
6179
- `Current version: ${"9.145.6"} -> Latest version: ${latestVersion}`
6179
+ `Current version: ${"9.145.7"} -> Latest version: ${latestVersion}`
6180
6180
  )
6181
6181
  );
6182
6182
  console.log();
@@ -6203,7 +6203,7 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
6203
6203
  const success = await performUpgrade(packageManager);
6204
6204
  if (success) {
6205
6205
  console.log(
6206
- source_default.green(`\u2713 Upgraded from ${"9.145.6"} to ${latestVersion}`)
6206
+ source_default.green(`\u2713 Upgraded from ${"9.145.7"} to ${latestVersion}`)
6207
6207
  );
6208
6208
  return;
6209
6209
  }
@@ -6270,7 +6270,7 @@ var whoamiCommand = new Command().name("whoami").description("Show current ident
6270
6270
 
6271
6271
  // src/index.ts
6272
6272
  var program = new Command();
6273
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.145.6");
6273
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.145.7");
6274
6274
  program.addCommand(authCommand);
6275
6275
  program.addCommand(infoCommand);
6276
6276
  program.addCommand(composeCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.145.6",
3
+ "version": "9.145.7",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -128,7 +128,7 @@ import {
128
128
  upsertZeroOrgModelProvider,
129
129
  withErrorHandler,
130
130
  zeroAgentCustomSkillNameSchema
131
- } from "./chunk-2LVWQ6RG.js";
131
+ } from "./chunk-7LZOYX2B.js";
132
132
  import {
133
133
  __toESM,
134
134
  init_esm_shims
@@ -7450,7 +7450,7 @@ function registerZeroCommands(prog, commands) {
7450
7450
  var program = new Command();
7451
7451
  program.name("zero").description(
7452
7452
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
7453
- ).version("9.145.6").addHelpText(
7453
+ ).version("9.145.7").addHelpText(
7454
7454
  "after",
7455
7455
  `
7456
7456
  Examples: