@vm0/cli 9.9.0 → 9.9.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
|
@@ -8463,7 +8463,7 @@ var cookAction = new Command27().name("cook").description("Quick start: prepare,
|
|
|
8463
8463
|
).option("-y, --yes", "Skip confirmation prompts").option("-v, --verbose", "Show full tool inputs and outputs").addOption(new Option4("--debug-no-mock-claude").hideHelp()).addOption(new Option4("--no-auto-update").hideHelp()).action(
|
|
8464
8464
|
async (prompt, options) => {
|
|
8465
8465
|
if (!options.noAutoUpdate) {
|
|
8466
|
-
const shouldExit = await checkAndUpgrade("9.9.
|
|
8466
|
+
const shouldExit = await checkAndUpgrade("9.9.1", prompt);
|
|
8467
8467
|
if (shouldExit) {
|
|
8468
8468
|
process.exit(0);
|
|
8469
8469
|
}
|
|
@@ -11640,7 +11640,7 @@ var setupClaudeCommand = new Command57().name("setup-claude").description("Insta
|
|
|
11640
11640
|
|
|
11641
11641
|
// src/index.ts
|
|
11642
11642
|
var program = new Command58();
|
|
11643
|
-
program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.9.
|
|
11643
|
+
program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.9.1");
|
|
11644
11644
|
program.addCommand(authCommand);
|
|
11645
11645
|
program.addCommand(infoCommand);
|
|
11646
11646
|
program.addCommand(composeCommand);
|