docs(plans): record Matrix adapter completion

This commit is contained in:
William Valentin
2026-02-15 18:02:14 -08:00
parent 035deb008b
commit 83b8bea5eb
3 changed files with 1468 additions and 3 deletions
+8 -1
View File
@@ -102,6 +102,13 @@ telegram:
bot_token: "your-telegram-bot-token"
allowed_chat_ids: [123456789] # Your Telegram user ID
# Optional: Matrix
matrix:
homeserver_url: "https://matrix.example.org"
access_token: "${MATRIX_ACCESS_TOKEN}"
allowed_room_ids: ["!room1:example.org"]
require_mention: true
models:
default:
provider: anthropic
@@ -818,7 +825,7 @@ src/
├── agents/ # Multi-agent routing
├── auth/ # OAuth flows (GitHub Copilot)
├── backends/native/ # Agent implementation + orchestrator
├── channels/ # Channel adapters (Telegram, Discord, Slack, WhatsApp, WebChat)
├── channels/ # Channel adapters (Telegram, Discord, Slack, WhatsApp, Matrix, WebChat)
│ └── pairing.ts # DM pairing code manager
├── cli/ # CLI commands (commander)
│ └── completion.ts # Shell completion generator (bash/zsh/fish)