multica/apps/gateway/telegram
Jiayuan Zhang 87a83fba1a feat(telegram): add reply context parsing and send new messages for tool narration
- Extract reply_to_message text from Telegram replies and prepend as
  [Replying to: "..."] context so the agent can reference specific messages
- Replace edit-message pattern with new messages for each tool narration,
  improving clarity in the chat flow
- Remove dead code: sendOrEditStatus, editFormatted, statusMessages map

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 21:39:45 +08:00
..
short-code-store.ts feat(gateway): add Telegram QR deep link connection flow 2026-02-14 00:30:01 +08:00
telegram-format.ts fix(telegram): strip existing bold markers in table conversion to prevent overlapping HTML tags 2026-02-14 03:14:41 +08:00
telegram-user.store.ts fix(gateway): persist Telegram users to JSON file when no database 2026-02-14 00:48:17 +08:00
telegram.controller.ts feat(gateway): add Telegram QR deep link connection flow 2026-02-14 00:30:01 +08:00
telegram.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
telegram.service.ts feat(telegram): add reply context parsing and send new messages for tool narration 2026-02-15 21:39:45 +08:00
types.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00