@vm0/cli 9.84.5 → 9.84.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
@@ -51,7 +51,7 @@ import {
51
51
  searchLogs,
52
52
  volumeConfigSchema,
53
53
  withErrorHandler
54
- } from "./chunk-Z2DCGC6Q.js";
54
+ } from "./chunk-2D3ANUQI.js";
55
55
 
56
56
  // src/index.ts
57
57
  import { Command as Command44 } from "commander";
@@ -436,7 +436,7 @@ function getConfigPath() {
436
436
  return join(homedir(), ".vm0", "config.json");
437
437
  }
438
438
  var infoCommand = new Command6().name("info").description("Display environment and debug information").action(async () => {
439
- console.log(chalk3.bold(`VM0 CLI v${"9.84.5"}`));
439
+ console.log(chalk3.bold(`VM0 CLI v${"9.84.7"}`));
440
440
  console.log();
441
441
  const config = await loadConfig();
442
442
  const hasEnvToken = !!process.env.VM0_TOKEN;
@@ -1540,7 +1540,7 @@ var composeCommand = new Command7().name("compose").description("Create or updat
1540
1540
  options.autoUpdate = false;
1541
1541
  }
1542
1542
  if (options.autoUpdate !== false) {
1543
- await startSilentUpgrade("9.84.5");
1543
+ await startSilentUpgrade("9.84.7");
1544
1544
  }
1545
1545
  try {
1546
1546
  let result;
@@ -2363,7 +2363,7 @@ var mainRunCommand = new Command8().name("run").description("Run an agent").argu
2363
2363
  withErrorHandler(
2364
2364
  async (identifier, prompt, options) => {
2365
2365
  if (options.autoUpdate !== false) {
2366
- await startSilentUpgrade("9.84.5");
2366
+ await startSilentUpgrade("9.84.7");
2367
2367
  }
2368
2368
  const { org, name, version } = parseIdentifier(identifier);
2369
2369
  let composeId;
@@ -4119,7 +4119,7 @@ var cookAction = new Command35().name("cook").description("Quick start: prepare,
4119
4119
  withErrorHandler(
4120
4120
  async (prompt, options) => {
4121
4121
  if (options.autoUpdate !== false) {
4122
- const shouldExit = await checkAndUpgrade("9.84.5", prompt);
4122
+ const shouldExit = await checkAndUpgrade("9.84.7", prompt);
4123
4123
  if (shouldExit) {
4124
4124
  process.exit(0);
4125
4125
  }
@@ -4859,13 +4859,13 @@ var upgradeCommand = new Command42().name("upgrade").description("Upgrade vm0 CL
4859
4859
  if (latestVersion === null) {
4860
4860
  throw new Error("Could not check for updates. Please try again later.");
4861
4861
  }
4862
- if (latestVersion === "9.84.5") {
4863
- console.log(chalk36.green(`\u2713 Already up to date (${"9.84.5"})`));
4862
+ if (latestVersion === "9.84.7") {
4863
+ console.log(chalk36.green(`\u2713 Already up to date (${"9.84.7"})`));
4864
4864
  return;
4865
4865
  }
4866
4866
  console.log(
4867
4867
  chalk36.yellow(
4868
- `Current version: ${"9.84.5"} -> Latest version: ${latestVersion}`
4868
+ `Current version: ${"9.84.7"} -> Latest version: ${latestVersion}`
4869
4869
  )
4870
4870
  );
4871
4871
  console.log();
@@ -4892,7 +4892,7 @@ var upgradeCommand = new Command42().name("upgrade").description("Upgrade vm0 CL
4892
4892
  const success = await performUpgrade(packageManager);
4893
4893
  if (success) {
4894
4894
  console.log(
4895
- chalk36.green(`\u2713 Upgraded from ${"9.84.5"} to ${latestVersion}`)
4895
+ chalk36.green(`\u2713 Upgraded from ${"9.84.7"} to ${latestVersion}`)
4896
4896
  );
4897
4897
  return;
4898
4898
  }
@@ -4960,7 +4960,7 @@ var whoamiCommand = new Command43().name("whoami").description("Show current ide
4960
4960
 
4961
4961
  // src/index.ts
4962
4962
  var program = new Command44();
4963
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.84.5");
4963
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.84.7");
4964
4964
  program.addCommand(authCommand);
4965
4965
  program.addCommand(infoCommand);
4966
4966
  program.addCommand(composeCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.84.5",
3
+ "version": "9.84.7",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -82,7 +82,7 @@ import {
82
82
  updateZeroUserPreferences,
83
83
  upsertZeroOrgModelProvider,
84
84
  withErrorHandler
85
- } from "./chunk-Z2DCGC6Q.js";
85
+ } from "./chunk-2D3ANUQI.js";
86
86
 
87
87
  // src/zero.ts
88
88
  import { Command as Command57 } from "commander";
@@ -3040,7 +3040,7 @@ function registerZeroCommands(prog, commands) {
3040
3040
  var program = new Command57();
3041
3041
  program.name("zero").description(
3042
3042
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
3043
- ).version("9.84.5").addHelpText(
3043
+ ).version("9.84.7").addHelpText(
3044
3044
  "after",
3045
3045
  `
3046
3046
  Common scenarios: