antenna-openclaw-plugin 1.3.30 → 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.30",
3
+ "version": "1.3.38",
4
4
  "description": "Antenna \u2014 agent-mediated nearby people discovery for OpenClaw",
5
5
  "openclaw": {
6
6
  "extensions": [
@@ -44,6 +44,7 @@ Plugin 安装后,agent **主动**开始引导,不要等用户问。
44
44
  跟用户聊几句,了解他们是谁、做什么、想认识什么人。然后 agent 自己生成:
45
45
  - more_information(~200 字,给 agent 匹配用的私密上下文,不展示给别人)
46
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