Problem
Scheduled task output and notifications arrive in the same chat as the interactive session. This makes the active conversation noisy and hard to follow — I get interrupted by results from tasks that have nothing to do with what I'm currently working on. I want my session to be clear from unrelated notifications, and have the ability to review scheduled task results on my own terms.
Possible solutions (non-exhaustive)
- Silent notifications — send scheduled task results with
disable_notification so they don't trigger a ping
- Separate Telegram bot — a second bot token dedicated to scheduled tasks, delivering to a different chat
- Separate chat/channel — allow configuring a different
chat_id for scheduled task output (e.g. a private channel)
- Telegram forum topics/threads — use threads within the same chat to isolate scheduled task output
- Digest/summary mode — batch results and deliver a periodic summary instead of immediate messages
- Collapse by default — send a one-line summary with an expand button instead of full output
- Mute toggle — a command to suppress scheduled task notifications until explicitly checked via
/tasklist
Problem
Scheduled task output and notifications arrive in the same chat as the interactive session. This makes the active conversation noisy and hard to follow — I get interrupted by results from tasks that have nothing to do with what I'm currently working on. I want my session to be clear from unrelated notifications, and have the ability to review scheduled task results on my own terms.
Possible solutions (non-exhaustive)
disable_notificationso they don't trigger a pingchat_idfor scheduled task output (e.g. a private channel)/tasklist