@vm0/cli 9.6.0 → 9.6.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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8165,7 +8165,7 @@ var cookAction = new Command27().name("cook").description("Quick start: prepare,
8165
8165
  ).option("-y, --yes", "Skip confirmation prompts").addOption(new Option4("--debug-no-mock-claude").hideHelp()).addOption(new Option4("--no-auto-update").hideHelp()).action(
8166
8166
  async (prompt, options) => {
8167
8167
  if (!options.noAutoUpdate) {
8168
- const shouldExit = await checkAndUpgrade("9.6.0", prompt);
8168
+ const shouldExit = await checkAndUpgrade("9.6.1", prompt);
8169
8169
  if (shouldExit) {
8170
8170
  process.exit(0);
8171
8171
  }
@@ -11315,7 +11315,7 @@ var setupClaudeCommand = new Command57().name("setup-claude").description("Insta
11315
11315
 
11316
11316
  // src/index.ts
11317
11317
  var program = new Command58();
11318
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.6.0");
11318
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.6.1");
11319
11319
  program.addCommand(authCommand);
11320
11320
  program.addCommand(infoCommand);
11321
11321
  program.addCommand(composeCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.6.0",
3
+ "version": "9.6.1",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",