refactor(whatsapp): replace bridge with neonize

This commit is contained in:
chengyongru
2026-06-27 11:05:03 +08:00
committed by Xubin Ren
parent 3460ca3cb9
commit 2a9e288dfe
18 changed files with 998 additions and 1438 deletions
+2 -3
View File
@@ -326,11 +326,10 @@ python -m pip install -e .
nanobot --version
```
If you use WhatsApp, rebuild the local bridge after upgrading:
If you use WhatsApp from a source checkout, keep the optional dependencies installed:
```bash
rm -rf ~/.nanobot/bridge
nanobot channels login whatsapp
python -m pip install -e ".[whatsapp]"
```
## First-Run Troubleshooting