kshitijk4poor
7165eff901
fix(whatsapp): add free_response_chats, mention stripping, and interactive message unwrapping
Address feature gaps vs Telegram/Discord/Mattermost adapters:
- free_response_chats whitelist to bypass mention gating per-group
- strip bot @phone mentions from body before forwarding to agent
- unwrap templateMessage/buttonsMessage/listMessage in bridge
- info-level log on successful mention pattern compilation
- use module-level json import instead of inline import in config
- eliminate double _normalize_whatsapp_id call via walrus operator
- hoist botIds computation outside per-message loop in bridge
2026-04-03 01:16:39 -07:00
..
2026-02-02 19:01:51 -08:00
2026-03-14 19:20:58 -07:00
2026-04-01 11:41:32 -07:00
2026-04-03 00:50:17 -07:00
2026-03-17 03:50:45 -07:00
2026-03-31 19:06:46 -07:00
2026-03-29 15:38:32 -07:00
2026-03-29 18:17:42 -07:00
2026-03-26 14:36:07 -07:00
2026-03-30 17:16:09 -07:00
2026-03-28 22:17:43 -07:00
2026-03-29 10:41:20 -07:00
2026-04-02 12:18:40 -07:00
2026-03-26 14:36:24 -07:00
2026-03-30 18:53:24 -07:00
2026-04-03 00:50:17 -07:00
2026-03-29 10:41:20 -07:00
2026-03-29 21:29:13 -07:00
2026-04-03 01:16:39 -07:00