@beachviber/agent 1.10.4 → 1.10.6

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": "@beachviber/agent",
3
- "version": "1.10.4",
3
+ "version": "1.10.6",
4
4
  "description": "BeachViber Agent — control Claude Code remotely from your phone",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -6,10 +6,8 @@ console.log(" \x1b[1mBeach Viber installed!\x1b[0m");
6
6
  console.log();
7
7
  console.log(" To get started, open a terminal and run:");
8
8
  console.log();
9
- console.log(" \x1b[36mcd ~/path/to/your/projects\x1b[0m");
10
9
  console.log(" \x1b[36mbeachviber\x1b[0m");
11
10
  console.log();
12
- console.log(" The directory should contain one or more Git repositories");
13
- console.log(" or Claude Code projects. The agent will scan for them");
14
- console.log(" automatically and display a QR code to pair with your phone.");
11
+ console.log(" The agent discovers projects from ~/.claude/projects/");
12
+ console.log(" automatically and displays a QR code to pair with your phone.");
15
13
  console.log();