antenna-openclaw-plugin 1.3.39 → 1.3.40

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.3.39",
3
+ "version": "1.3.40",
4
4
  "description": "Antenna — agent-mediated nearby people discovery for OpenClaw",
5
5
  "openclaw": {
6
6
  "extensions": [
@@ -114,7 +114,7 @@ openclaw cron add --every 1h --message "Check antenna matches: call antenna_chec
114
114
  - **首次安装后**: 主动开始 onboarding(名片 → 位置)
115
115
  - User shares a location (Telegram live location, WhatsApp pin, or tells you where they are)
116
116
  - User asks "附近有谁" / "who's nearby" / "周围有什么人"
117
- - User says "我想找一个 xxx 的人" / "find me someone who..."
117
+ - User says "我想找一个 xxx 的人" / "find me someone who..." / "有没有做 X 的人" → call `antenna_find_people` first
118
118
  - User wants to set up or edit their profile card (名片)
119
119
  - User accepts or skips a match
120
120
  - User asks about match status or wants to exchange contact info
@@ -207,6 +207,8 @@ Find 1-3 people by free-form intent.
207
207
  - Returns privacy-safe profiles with `ref`, `display_name`, `profile_slug`, three card fields, `more_information`, `interest_tags`, `city`, and `recommendation_reason`
208
208
  - Does not return contact info or raw `device_id`
209
209
  - If the user wants an intro, call `antenna_accept` with the returned `ref`
210
+ - If plugin tools are unavailable, use the CLI fallback:
211
+ `antenna find --id <platform>:<user_id> --query "想找一个懂 consumer social 增长的人" --limit 3`
210
212
 
211
213
  ### `antenna_pass`
212
214
  Pass/skip a person. They won't be recommended again.