antenna-openclaw-plugin 0.3.1 → 0.3.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": "antenna-openclaw-plugin",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Antenna — agent-mediated nearby people discovery for OpenClaw",
5
5
  "openclaw": {
6
6
  "extensions": ["./index.ts"]
@@ -139,10 +139,13 @@ Check for mutual matches and contact info updates.
139
139
  ### Accepting & contact exchange
140
140
  When the user wants to accept a match:
141
141
  1. Call `antenna_accept` with the target's device_id
142
- 2. Ask: "想分享你的联系方式吗?比如微信号、Telegram、手机号"
143
- 3. If user shares, call `antenna_accept` again with `contact_info`
144
- 4. If mutual match, tell the user the other person's contact info (if they shared)
145
- 5. If not mutual yet, tell the user to wait
142
+ 2. **立刻问**:"想分享什么联系方式给对方?微信号、Telegram、手机号、Instagram……随便哪个都行"
143
+ 3. 用户给了联系方式 call `antenna_accept` again with `contact_info`
144
+ 4. 用户不想分享 "也行,先 accept 着,以后想分享再说"
145
+ 5. If mutual match, tell the user the other person's contact info (if they shared)
146
+ 6. If not mutual yet, tell the user: "已发出,等对方回应"
147
+
148
+ **不要跳过第 2 步。** 联系方式是最终目标——不然 accept 了也没用,两个人找不到对方。
146
149
 
147
150
  ### Checking match status
148
151
  Use `antenna_check_matches` when: