refactor: extend channel plugin boundary

This commit is contained in:
Peter Steinberger
2026-01-20 11:49:31 +00:00
parent 439044068a
commit 9a2bf57e1c
31 changed files with 234 additions and 162 deletions

View File

@@ -10,6 +10,24 @@
"clawdbot": {
"extensions": [
"./index.ts"
]
],
"channel": {
"id": "zalouser",
"label": "Zalo Personal",
"selectionLabel": "Zalo (Personal Account)",
"docsPath": "/channels/zalouser",
"docsLabel": "zalouser",
"blurb": "Zalo personal account via QR code login.",
"aliases": [
"zlu"
],
"order": 85,
"quickstartAllowFrom": true
},
"install": {
"npmSpec": "@clawdbot/zalouser",
"localPath": "extensions/zalouser",
"defaultChoice": "npm"
}
}
}