BrowserUse_and_ComputerUse_.../gateway/platforms
teknium1 4fcfa329ba Merge PR #200: fix extract_images and truncate_message bugs in platform base
Authored by 0xbyt4.

Two fixes:
- extract_images(): only remove extracted image tags, not all markdown image
  tags. Previously ![doc](report.pdf) was silently dropped when real images
  were also present.
- truncate_message(): walk chunk_body not full_chunk when tracking code block
  state, so the reopened fence prefix doesn't toggle in_code off and leave
  continuation chunks with unclosed code blocks.
2026-03-04 19:37:58 -08:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
base.py Merge PR #200: fix extract_images and truncate_message bugs in platform base 2026-03-04 19:37:58 -08:00
discord.py feat(gateway): include Discord channel topic in session context 2026-03-01 03:48:24 -05:00
homeassistant.py feat: enhance Home Assistant integration with service discovery and setup 2026-03-03 05:16:53 -08:00
slack.py refactor: enhance API interaction and message handling in AIAgent 2026-02-21 04:17:27 -08:00
telegram.py fix: Telegram adapter crash on Windows when library not installed (#304) 2026-03-02 22:03:36 -08:00
whatsapp.py fix(whatsapp): wait for connected status and log bridge output 2026-03-04 04:58:28 -08:00