antenna-fyi 1.2.38 → 1.2.39

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skill/SKILL.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antenna-fyi",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "description": "Antenna — nearby people discovery. CLI + MCP server + OpenClaw skill & plugin, all in one package.",
5
5
  "type": "module",
6
6
  "bin": {
package/skill/SKILL.md CHANGED
@@ -88,7 +88,7 @@ Scan for nearby people **and events**. Returns raw profile cards + active events
88
88
  - `lat`, `lng`: coordinates (from `LocationLat`/`LocationLon` context, or geocoded from user input)
89
89
  - `radius_m`: search radius in meters (default 500, max 1000) for people; events search uses 5km
90
90
  - `sender_id`: the user's id from message context
91
- - `channel`: the channel name (telegram, whatsapp, discord, etc.)
91
+ - `channel`: the platform/channel name (any platform works: telegram, discord, whatsapp, webchat, signal, slack, matrix, clawx, etc.)
92
92
  - Returns `profiles` (nearby people) + `nearby_events` (active events with name, participants count, code)
93
93
 
94
94
  **Location staleness:** Before scanning, check if the user's GPS is recent. If `last_seen_at` is older than 2 hours, prompt the user to update their location (`antenna_bind` or `antenna_checkin`). Stale GPS = wrong results.