feat: add matrix channel plugin

This commit is contained in:
Peter Steinberger
2026-01-15 08:29:17 +00:00
parent f4bb5b381d
commit 725a6b71dc
51 changed files with 3986 additions and 24 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "@clawdbot/matrix",
"version": "2026.1.14",
"type": "module",
"description": "Clawdbot Matrix channel plugin",
"clawdbot": {
"extensions": ["./index.ts"]
},
"dependencies": {
"markdown-it": "14.1.0",
"matrix-js-sdk": "40.0.0"
}
}