antenna-openclaw-plugin 1.2.2 → 1.2.3

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.2",
3
+ "version": "1.2.3",
4
4
  "description": "Antenna — agent-mediated nearby people discovery for OpenClaw",
5
5
  "openclaw": {
6
6
  "extensions": ["./index.ts"]
@@ -122,6 +122,20 @@ Get today's global recommendation — the person most similar to you worldwide.
122
122
  - If all users have been recommended, returns a message saying "wait for new people"
123
123
  - Use this in the daily cron job, or when user asks "find someone interesting globally"
124
124
 
125
+ ### `antenna_pass`
126
+ Pass/skip a person. They won't be recommended again.
127
+ - `sender_id`, `channel`: from context
128
+ - `ref`: ref number from scan/discover results (e.g. '1')
129
+ - `target_device_id`: device ID (use ref instead when possible)
130
+ - Use when the user says "skip", "pass", "not interested", etc.
131
+
132
+ ### `antenna_checkin`
133
+ Check in at a location — update your position so others can find you when they scan.
134
+ - `lat`, `lng`: coordinates (required)
135
+ - `sender_id`, `channel`: from context
136
+ - `place_name`: optional name of the place
137
+ - Use when the user says "I'm at XX" or wants to be discoverable without scanning others
138
+
125
139
  ## Data Transparency — what Antenna sends
126
140
 
127
141
  Antenna only communicates with Supabase (bcudjloikmpcqwcptuyd.supabase.co) via HTTPS.