vibecodingmachine-cli 1.0.20 → 1.0.21

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.
@@ -233,7 +233,7 @@ async function checkForUpdates() {
233
233
  // Display update notification
234
234
  console.log(chalk.cyan(`\nšŸ“¦ Update available: v${updateInfo.currentVersion} → v${updateInfo.latestVersion}`));
235
235
  console.log(chalk.gray(` Published: ${updateInfo.publishedDate}`));
236
- console.log(chalk.yellow(` Will be installed next time auto mode is started\n`));
236
+ console.log(chalk.yellow(` Run: `) + chalk.bold.white(`npm install -g vibecodingmachine-cli@latest\n`));
237
237
  }
238
238
  } catch (error) {
239
239
  // Silently fail - don't block CLI usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibecodingmachine-cli",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Command-line interface for Vibe Coding Machine - Autonomous development",
5
5
  "main": "src/index.js",
6
6
  "bin": {