@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.
- package/index.js +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.
|
|
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.
|
|
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);
|