Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions adrs/telegram.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Telegram as another way to talk to the agent

We already have Slack and the web UI. I'd like Telegram too.

First cut can be small: private DMs only. Link your Telegram account from the web UI with a one-time code so the same person is the same principal across surfaces. Groups, files, and fancy approval buttons can wait.

I wouldn't shove this into the in-process Slack plugin. A small separate service that long-polls the bot API and talks to core like the other surface plugins feels cleaner, and keeps Telegram opt-in behind a BotFather token.

Curious if that's the shape you'd want before anyone burns tokens on it.