@keychat-io/keychat 0.1.19 → 0.1.20

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": "@keychat-io/keychat",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Keychat — E2E encrypted chat + Lightning wallet for OpenClaw agents",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
@@ -173,7 +173,7 @@ echo " 🎉 Keychat installed successfully!"
173
173
  echo "════════════════════════════════════════"
174
174
  echo ""
175
175
  echo "Your agent's Keychat ID will appear in the gateway logs."
176
- echo "Run 'openclaw status' to see it."
176
+ echo "Run 'openclaw logs --follow' to see it."
177
177
  echo ""
178
178
  echo "To connect: open the Keychat app and scan the QR code."
179
179
  echo ""
@@ -137,5 +137,5 @@ console.log("Next step: restart the gateway to activate Keychat");
137
137
  console.log("");
138
138
  console.log(" openclaw gateway restart");
139
139
  console.log("");
140
- console.log("Your agent's Keychat ID will appear in the logs.");
141
- console.log("Run 'openclaw status' to see it.");
140
+ console.log("Your agent's Keychat ID will appear in the gateway logs.");
141
+ console.log("Run 'openclaw logs --follow' to see it.");