agent-zero/plugins/_telegram_integration/extensions/python
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
..
job_loop fix(telegram): group attachment detection, typing lifecycle, per-chat session isolation 2026-03-23 07:18:42 -07:00
process_chain_end fix(telegram): group attachment detection, typing lifecycle, per-chat session isolation 2026-03-23 07:18:42 -07:00
system_prompt refactor(telegram): optimize message handling and unify system context 2026-03-22 10:05:36 -07:00
tool_execute_after refactor(telegram): optimize message handling and unify system context 2026-03-22 10:05:36 -07:00