Description
Multi-line messages sent via Telegram were truncated — only the first line after the content: field was captured by parseTelegramMessage(). The parser split input by newlines and only extracted the single line matching content:, discarding all subsequent lines. Confirmed upstream McpTelegram handles multi-line correctly; the bug was in adk-claw's parser.
PRs
- #26: Fix Telegram multi-line message truncation
Impact
Telegram service (src/services/TelegramService.ts)