BrowserUse_and_ComputerUse_.../gateway/platforms
Farukest 82cb1752d9
fix(whatsapp): replace Linux-only fuser with cross-platform port cleanup
fuser command does not exist on Windows, causing orphaned bridge processes
to never be cleaned up. On crash recovery, the port stays occupied and the
next connect() fails with address-already-in-use.

Add _kill_port_process() helper that uses netstat+taskkill on Windows and
fuser on Linux/macOS. Replace both call sites in connect() and disconnect().
2026-03-05 17:13:14 +03:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
base.py feat(whatsapp): consolidate tool progress into single editable message 2026-03-05 03:44:08 -08:00
discord.py feat: implement edit_message() for Telegram/Discord/Slack and fix fallback regression 2026-03-05 03:47:51 -08:00
homeassistant.py feat: enhance Home Assistant integration with service discovery and setup 2026-03-03 05:16:53 -08:00
slack.py feat: implement edit_message() for Telegram/Discord/Slack and fix fallback regression 2026-03-05 03:47:51 -08:00
telegram.py feat: implement edit_message() for Telegram/Discord/Slack and fix fallback regression 2026-03-05 03:47:51 -08:00
whatsapp.py fix(whatsapp): replace Linux-only fuser with cross-platform port cleanup 2026-03-05 17:13:14 +03:00