agent-zero/plugins/_telegram_integration/helpers
keyboardstaff 24eb762963 fix(telegram): group attachment detection, typing lifecycle, per-chat session isolation
- Fix group @mention with attachments being silently dropped: filter now checks caption / caption_entities for media messages
- Fix typing indicator cancelled prematurely on inline updates (break_loop=false): typing and reply_to cleanup moved to process_chain_end's finally block
- Fix same user's group and private chat interfering with each other: _map_key now includes chat_id for per-chat context isolation
- Refactor _make_handler to use direct function references instead of string-based getattr
2026-03-23 07:18:42 -07:00
..
__init__.py feat: add Telegram integration plugin - core backend 2026-03-20 10:12:36 -07:00
bot_manager.py fix(telegram): group attachment detection, typing lifecycle, per-chat session isolation 2026-03-23 07:18:42 -07:00
handler.py fix(telegram): group attachment detection, typing lifecycle, per-chat session isolation 2026-03-23 07:18:42 -07:00
telegram_client.py feat(telegram): group reply-to + formatting pipeline cleanup 2026-03-22 20:39:22 -07:00