agent-zero/plugins/_telegram_integration
keyboardstaff 40a72c0c51 feat(telegram): group reply-to + formatting pipeline cleanup
- Group reply matching: Bot quotes user's message when user replies to bot in groups; normal send for @mentions or private chats
- System prompt formatting guidance: Added formatting rules block guiding the agent to use Telegram-compatible Markdown subset (no tables/HR/deep nesting)
- md_to_telegram_html refactor: Simplified table handling (strip pipes vs complex bullet-list conversion), added ~~~ tilde fence support, ***bold italic*** support, strip trailing newlines from code blocks
2026-03-22 20:39:22 -07:00
..
api chore(telegram): remove unused imports, fix exception masking, and add explicit boundary checks 2026-03-21 01:18:59 -07:00
extensions/python feat(telegram): add welcome message for new group members 2026-03-22 10:09:31 -07:00
helpers feat(telegram): group reply-to + formatting pipeline cleanup 2026-03-22 20:39:22 -07:00
prompts feat(telegram): group reply-to + formatting pipeline cleanup 2026-03-22 20:39:22 -07:00
webui feat(telegram): add welcome message for new group members 2026-03-22 10:09:31 -07:00
default_config.yaml feat(telegram): add welcome message for new group members 2026-03-22 10:09:31 -07:00
plugin.yaml feat: add Telegram integration plugin - core backend 2026-03-20 10:12:36 -07:00