@ssdavidai/zoclaw 1.2.1 → 1.2.2

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": "@ssdavidai/zoclaw",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Set up OpenClaw on Zo with Tailscale access in one command",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -92,10 +92,12 @@ echo "Ready!"
92
92
  echo " TUI: openclaw tui"
93
93
  if [ -n "$TS_HOSTNAME" ]; then
94
94
  echo " Browser: https://${TS_HOSTNAME}/"
95
- if [ -n "$TOKEN" ]; then
96
- echo " (with token: https://${TS_HOSTNAME}/#token=${TOKEN})"
97
- fi
98
95
  echo ""
99
- echo " Accessible from any device on your tailnet."
100
- echo " Tailscale identity auth is enabled no token needed for tailnet users."
96
+ echo " To access from another device on your tailnet:"
97
+ echo " 1. Open the URL above in your browser"
98
+ echo " 2. Run: openclaw devices list"
99
+ echo " 3. Run: openclaw devices approve <request-id>"
100
+ echo " 4. Refresh the browser"
101
+ echo ""
102
+ echo " This is a one-time pairing per browser."
101
103
  fi