Proposal
Add Telegram channel support to Reasonix so users can connect a Telegram bot/channel as an interaction surface.
Motivation
Telegram is a common async messaging workflow, and supporting it would let users route Reasonix interactions through a Telegram bot/channel instead of only the local CLI UI.
Scope
- Configure Telegram bot credentials through environment/config
- Add Telegram channel access and message handling
- Add slash command support for enabling/using Telegram integration
- Add tests for Telegram config and channel behavior
Non-goals
- Full Telegram client implementation
- Managing multiple bots/accounts
- Replacing the existing CLI chat flow
Implementation notes
I have a working implementation in a local commit:
feat: add Telegram channel support
I can open a PR after confirming the scope is acceptable.
Proposal
Add Telegram channel support to Reasonix so users can connect a Telegram bot/channel as an interaction surface.
Motivation
Telegram is a common async messaging workflow, and supporting it would let users route Reasonix interactions through a Telegram bot/channel instead of only the local CLI UI.
Scope
Non-goals
Implementation notes
I have a working implementation in a local commit:
feat: add Telegram channel supportI can open a PR after confirming the scope is acceptable.