- Update default backup path from /a0/tmp/self-update-backups to /root/update-backups in self_update_manager.py, helpers/self_update.py, and documentation
- Move aiogram from global requirements.txt to plugin-local requirements for _telegram_integration
- Add ensure_dependencies() helper that installs aiogram on-demand via uv pip install
- Add has_aiogram() check to avoid
- handler.py: Cleaned up. All functions and imports are now actively used.
- _enqueue_user_message: Refactored to handle both messages and callback queries, eliminating duplicate building logic.
- _20_telegram_context.py: Now the single source of truth for injecting agent_instructions and system_context_reply.
- File Cleanup: Deleted unused fw.telegram.system_context.md and fw.telegram.cleared.md.
- fix: Corrected bot invocation logic within group chats.