genbox 1.0.156 → 1.0.157

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.
@@ -419,8 +419,9 @@ exports.attachCommand = new commander_1.Command('attach')
419
419
  });
420
420
  async function attachToSession(ipAddress, keyPath, sessionName, genboxName) {
421
421
  console.log(chalk_1.default.dim(`\nAttaching to ${chalk_1.default.bold(sessionName)} on ${chalk_1.default.bold(genboxName)}...`));
422
- console.log(chalk_1.default.dim('Tip: Scroll with mouse wheel, detach with Ctrl+b d'));
423
- console.log(chalk_1.default.green(' 📋 Clipboard watcher active - copy a local image path to auto-upload!\n'));
422
+ console.log(chalk_1.default.dim('Detach: Ctrl+b d'));
423
+ console.log('');
424
+ console.log(chalk_1.default.yellow('📋 Image Upload:') + chalk_1.default.dim(' Drag image → select path → Cmd+C → auto-uploads → Cmd+V\n'));
424
425
  const sshArgs = [
425
426
  '-t',
426
427
  '-i', keyPath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genbox",
3
- "version": "1.0.156",
3
+ "version": "1.0.157",
4
4
  "description": "Genbox CLI - AI-Powered Development Environments",
5
5
  "main": "dist/index.js",
6
6
  "bin": {