Skip to content

Commit 648e5e0

Browse files
feat(plugin): add BotsChat channel configuration and installation options
Enhanced the plugin's package.json by adding a new BotsChat channel configuration, including metadata such as ID, label, and documentation paths. Also introduced installation options specifying the npm package for BotsChat.
1 parent 68298dc commit 648e5e0

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

packages/plugin/package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@
1111
"openclaw": {
1212
"extensions": [
1313
"./dist/index.js"
14-
]
14+
],
15+
"channel": {
16+
"id": "botschat",
17+
"label": "BotsChat",
18+
"selectionLabel": "BotsChat (E2E encrypted cloud)",
19+
"docsPath": "/channels/botschat",
20+
"docsLabel": "botschat",
21+
"blurb": "E2E encrypted cloud chat interface for OpenClaw agents",
22+
"order": 80,
23+
"aliases": ["botschat"]
24+
},
25+
"install": {
26+
"npmSpec": "@botschat/botschat",
27+
"defaultChoice": "npm"
28+
}
1529
},
1630
"scripts": {
1731
"build": "tsc",

0 commit comments

Comments
 (0)