fix: document WhatsApp read receipts toggle (#882) (thanks @chrisrodz)

This commit is contained in:
Peter Steinberger
2026-01-15 06:21:05 +00:00
parent 0fab14ad9d
commit 728cd5e974
5 changed files with 73 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
- Browser: add Chrome extension relay takeover mode (toolbar button), plus `clawdbot browser extension install/path` and remote browser control via `clawdbot browser serve` + `browser.controlToken`.
- CLI/Docs: add per-command CLI doc pages and link them from `clawdbot <command> --help`.
- Browser: copy the installed Chrome extension path to clipboard after `clawdbot browser extension install/path`.
- WhatsApp: add `channels.whatsapp.sendReadReceipts` to disable auto read receipts. (#882) — thanks @chrisrodz.
### Fixes
- Browser: add tests for snapshot labels/efficient query params and labeled image responses.