vibecodingmachine-cli 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibecodingmachine-cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Command-line interface for Vibe Coding Machine - Autonomous development",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/src/utils/auth.js CHANGED
@@ -240,8 +240,9 @@ class CLIAuth {
240
240
  // VS Code Remote SSH - use optimized flow with instructions
241
241
  if (isVSCodeRemote && !options.headless) {
242
242
  console.log(chalk.cyan('\nšŸ” VS Code Remote SSH Detected!\n'));
243
- console.log(chalk.gray('VS Code will automatically forward port 3000 to your laptop.'));
244
- console.log(chalk.gray('The authentication URL will be shown below - click it to login.\n'));
243
+ console.log(chalk.yellow('āš ļø IMPORTANT: VS Code will show "Port 3000 is now available"'));
244
+ console.log(chalk.yellow(' → DO NOT click that notification!'));
245
+ console.log(chalk.yellow(' → Instead, Ctrl+Click the authentication URL shown below\n'));
245
246
  }
246
247
 
247
248
  // Standard browser-based login