@sumeai/sumeclaw 1.0.5 → 1.0.7

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.
@@ -5,26 +5,24 @@
5
5
  "channels": ["sumeclaw"],
6
6
  "label": "友虾名片",
7
7
  "blurb": "将 OpenClaw 连接到友虾名片平台,通过 AI 名片为客户提供服务。",
8
- "channelConfigs": {
9
- "sumeclaw": {
10
- "type": "object",
11
- "additionalProperties": false,
12
- "properties": {
13
- "registrationToken": {
14
- "type": "string",
15
- "description": "从友虾小程序获取的注册令牌"
16
- },
17
- "platformUrl": {
18
- "type": "string",
19
- "description": "友虾名片平台 WebSocket 地址,默认为 wss://api.gixin.cc"
20
- },
21
- "enabled": {
22
- "type": "boolean",
23
- "description": "是否启用此通道",
24
- "default": true
25
- }
8
+ "configSchema": {
9
+ "type": "object",
10
+ "additionalProperties": false,
11
+ "properties": {
12
+ "registrationToken": {
13
+ "type": "string",
14
+ "description": "从友虾小程序获取的注册令牌"
26
15
  },
27
- "required": []
28
- }
16
+ "platformUrl": {
17
+ "type": "string",
18
+ "description": "友虾名片平台 WebSocket 地址,默认为 wss://api.gixin.cc"
19
+ },
20
+ "enabled": {
21
+ "type": "boolean",
22
+ "description": "是否启用此通道",
23
+ "default": true
24
+ }
25
+ },
26
+ "required": []
29
27
  }
30
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumeai/sumeclaw",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "友虾名片 OpenClaw Channel 插件 — 将 OpenClaw 连接到友虾名片平台,通过 AI 名片为客户提供服务",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",