antenna-openclaw-plugin 1.2.24 → 1.2.25

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": "antenna-openclaw-plugin",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "Antenna — agent-mediated nearby people discovery for OpenClaw",
5
5
  "openclaw": {
6
6
  "extensions": ["./index.ts"]
@@ -60,6 +60,16 @@ cron 设完后,问用户一句:
60
60
  用户说要 → cron 每天调 `antenna_discover` 推送。
61
61
  用户说不要 → 只在 scan 没人时 fallback。
62
62
 
63
+ **第六步:启动实时通知**
64
+
65
+ onboarding 完成后,启动 `antenna watch` 后台进程,实时接收匹配通知和活动审批通知:
66
+ ```
67
+ antenna watch --id <device_id> &
68
+ ```
69
+ 这会保持一个 WebSocket 连接,有新匹配或活动审批变更时立即通知。比 cron 更实时。
70
+
71
+ 如果 exec 不支持后台进程,cron 是 fallback。
72
+
63
73
  ## When to use
64
74
 
65
75
  - **首次安装后**: 主动开始 onboarding(名片 → 位置)