@vm0/cli 9.13.0 → 9.13.1

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.
Files changed (2) hide show
  1. package/index.js +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4893,7 +4893,7 @@ var composeCommand = new Command7().name("compose").description("Create or updat
4893
4893
  )
4894
4894
  );
4895
4895
  if (options.autoUpdate !== false) {
4896
- await silentUpgradeAfterCommand("9.13.0");
4896
+ await silentUpgradeAfterCommand("9.13.1");
4897
4897
  }
4898
4898
  } catch (error) {
4899
4899
  if (error instanceof Error) {
@@ -7124,7 +7124,7 @@ var mainRunCommand = new Command8().name("run").description("Run an agent").argu
7124
7124
  }
7125
7125
  showNextSteps(result);
7126
7126
  if (options.autoUpdate !== false) {
7127
- await silentUpgradeAfterCommand("9.13.0");
7127
+ await silentUpgradeAfterCommand("9.13.1");
7128
7128
  }
7129
7129
  } catch (error) {
7130
7130
  handleRunError(error, identifier);
@@ -8630,7 +8630,7 @@ var cookAction = new Command27().name("cook").description("Quick start: prepare,
8630
8630
  ).option("-y, --yes", "Skip confirmation prompts").option("-v, --verbose", "Show full tool inputs and outputs").addOption(new Option5("--debug-no-mock-claude").hideHelp()).addOption(new Option5("--no-auto-update").hideHelp()).action(
8631
8631
  async (prompt, options) => {
8632
8632
  if (!options.noAutoUpdate) {
8633
- const shouldExit = await checkAndUpgrade("9.13.0", prompt);
8633
+ const shouldExit = await checkAndUpgrade("9.13.1", prompt);
8634
8634
  if (shouldExit) {
8635
8635
  process.exit(0);
8636
8636
  }
@@ -11962,7 +11962,7 @@ var setupClaudeCommand = new Command57().name("setup-claude").description("Insta
11962
11962
 
11963
11963
  // src/index.ts
11964
11964
  var program = new Command58();
11965
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.13.0");
11965
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.13.1");
11966
11966
  program.addCommand(authCommand);
11967
11967
  program.addCommand(infoCommand);
11968
11968
  program.addCommand(composeCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.13.0",
3
+ "version": "9.13.1",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",