antenna-openclaw-plugin 1.3.29 → 1.3.38

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/index.ts CHANGED
@@ -365,7 +365,7 @@ export default function register(api: any) {
365
365
  conversation_style: { type: "string", description: "Conversation style — the type of conversations you want (max 160 chars)" },
366
366
  visible: { type: "boolean", description: "Whether to be visible to others" },
367
367
  more_information: { type: "string", description: "More information — agent-generated rich context for better matching (not shown to others, max 1000 chars). Generate this FIRST, then derive personal_description, looking_for, and conversation_style from it." },
368
- interest_tags: { type: "array", items: { type: "string" }, description: "Interest/topic tags shown on the card (up to 8)" },
368
+ interest_tags: { type: "array", items: { type: "string" }, description: "Interest/topic tags shown on the card (up to 5)" },
369
369
  city: { type: "string", description: "Country or region (e.g. 'United States', 'Beijing')" },
370
370
  links: { type: "array", items: { type: "string" }, description: "Social links shown on the card footer (up to 3)" },
371
371
  is_active: { type: "boolean", description: "Whether the profile is active or quiet" },
@@ -390,7 +390,7 @@ export default function register(api: any) {
390
390
  looking_for: { label: "想认识的人", description: "The kind of people you want to meet", maxLength: 140 },
391
391
  conversation_style: { label: "想要的交流方式", description: "The type of conversations you want", maxLength: 160 },
392
392
  more_information: { label: "更多信息", description: "Agent-generated rich context for better matching (not shown to others)", maxLength: 1000 },
393
- interest_tags: { label: "兴趣标签", description: "Interest/topic tags shown on the card (up to 8)", maxItems: 8 },
393
+ interest_tags: { label: "兴趣标签", description: "Interest/topic tags shown on the card (up to 5)", maxItems: 5 },
394
394
  city: { label: "国家/地区", description: "Country or region" },
395
395
  links: { label: "社交链接", description: "Social links shown on the card footer (up to 3)", maxItems: 3 },
396
396
  is_active: { label: "状态", description: "Whether the profile is active or quiet" },
@@ -407,7 +407,7 @@ export default function register(api: any) {
407
407
  looking_for: { label: "想认识的人", description: "The kind of people you want to meet", maxLength: 140 },
408
408
  conversation_style: { label: "想要的交流方式", description: "The type of conversations you want", maxLength: 160 },
409
409
  more_information: { label: "更多信息", description: "Agent-generated rich context for better matching (not shown to others)", maxLength: 1000 },
410
- interest_tags: { label: "兴趣标签", description: "Interest/topic tags shown on the card (up to 8)", maxItems: 8 },
410
+ interest_tags: { label: "兴趣标签", description: "Interest/topic tags shown on the card (up to 5)", maxItems: 5 },
411
411
  city: { label: "国家/地区", description: "Country or region" },
412
412
  links: { label: "社交链接", description: "Social links shown on the card footer (up to 3)", maxItems: 3 },
413
413
  is_active: { label: "状态", description: "Whether the profile is active or quiet" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antenna-openclaw-plugin",
3
- "version": "1.3.29",
3
+ "version": "1.3.38",
4
4
  "description": "Antenna \u2014 agent-mediated nearby people discovery for OpenClaw",
5
5
  "openclaw": {
6
6
  "extensions": [
@@ -10,4 +10,4 @@
10
10
  "dependencies": {
11
11
  "@supabase/supabase-js": "^2.49.0"
12
12
  }
13
- }
13
+ }
@@ -43,7 +43,8 @@ Plugin 安装后,agent **主动**开始引导,不要等用户问。
43
43
 
44
44
  跟用户聊几句,了解他们是谁、做什么、想认识什么人。然后 agent 自己生成:
45
45
  - more_information(~200 字,给 agent 匹配用的私密上下文,不展示给别人)
46
- - 从中提炼 line1/2/3 + display_name
46
+ - 从中提炼 personal_description/looking_for/conversation_style + display_name
47
+ - 提取 interest_tags(最多 5 个,如 "AI agents", "music", "design")
47
48
 
48
49
  展示预览给用户确认:
49
50
  > 你的名片:
@@ -51,6 +52,7 @@ Plugin 安装后,agent **主动**开始引导,不要等用户问。
51
52
  > · Product Designer,做 AI 搜索体验
52
53
  > · 对 AI agent、音乐、游泳感兴趣
53
54
  > · 想认识做 AI 产品和独立创作的人
55
+ > 标签: AI agents · music · design · swimming
54
56
  >
55
57
  > 这样可以吗?要改哪里告诉我。
56
58
 
@@ -163,14 +165,14 @@ openclaw cron add --every 1h --message "Check antenna matches: call antenna_chec
163
165
  查看或更新用户名片。
164
166
  - `action`:"get" 或 "set"
165
167
  - `sender_id`, `channel`, `chat_id`
166
- - "set" 时传:`display_name`, `line1`, `line2`, `line3`, `visible`, `matching_context`
168
+ - "set" 时传:`display_name`, `personal_description`, `looking_for`, `conversation_style`, `visible`, `matching_context`
167
169
 
168
170
  名片内容:
169
171
  - **display_name**:显示名称
170
- - **line1**:个人描述(谁 / 做什么)
171
- - **line2**:想认识的人
172
- - **line3**:想要的交流方式
173
- - **matching_context**(more_information,不展示给别人):agent 基于对用户的了解生成的详细描述,~200 字。**这是匹配的核心数据源。** line1/2/3 从它提炼出来,不是反过来。
172
+ - **personal_description**:个人描述(谁 / 做什么)
173
+ - **looking_for**:想认识的人
174
+ - **conversation_style**:想要的交流方式
175
+ - **matching_context**(more_information,不展示给别人):agent 基于对用户的了解生成的详细描述,~200 字。**这是匹配的核心数据源。** personal_description/looking_for/conversation_style 从它提炼出来,不是反过来。
174
176
  - **contact_info**(联系方式,私密):用户填的联系方式(WeChat、Telegram、邮箱等),**只在双向匹配后展示给对方**。不显示在公开名片、不显示在 scan 结果。
175
177
 
176
178
  ### `antenna_accept`
@@ -247,7 +249,7 @@ openclaw cron add --every 1h --message "Check antenna matches: call antenna_chec
247
249
  - **每次只问一个问题。**
248
250
  - **用户说的原话尽量保留。** 帮缩短但让用户确认。
249
251
  - **不要在名片里写联系方式。** 联系方式在 accept 时分享。
250
- - **line1 必填。**
252
+ - **personal_description 必填。**
251
253
  - **确认后才存。**
252
254
 
253
255
  ### Showing results - 你来判断