qidao-openclaw-plugin 1.0.4 → 1.0.6

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "qidao-openclaw-plugin",
3
3
  "name": "栖岛聊天插件",
4
- "version": "1.0.4",
4
+ "version": "1.0.6",
5
5
  "description": "OpenClaw 栖岛聊天 Channel 插件,连接到栖岛聊天服务",
6
6
  "author": "Qidao Team",
7
7
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qidao-openclaw-plugin",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "description": "OpenClaw 栖岛聊天 Channel 插件 - 连接到栖岛聊天服务",
@@ -31,7 +31,13 @@
31
31
  "openclaw": {
32
32
  "extensions": [
33
33
  "./src/index.js"
34
- ]
34
+ ],
35
+ "channel": {
36
+ "id": "qidao",
37
+ "label": "栖岛聊天",
38
+ "selectionLabel": "栖岛聊天 (Qidao Chat)",
39
+ "blurb": "连接到栖岛聊天服务,支持实时消息收发"
40
+ }
35
41
  },
36
42
  "scripts": {
37
43
  "test": "node test.js",