chore(sync): mirror docs from openclaw/openclaw@7ddd815e46

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-29 03:49:35 +00:00
parent 7a3e829ae8
commit 2295b05611
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "04f6ffd8beddf581e933dcd51f2d2d88439dd334",
"syncedAt": "2026-04-29T03:39:01.837Z"
"sha": "7ddd815e469e5f5a9407d67cd8dc306eff771b84",
"syncedAt": "2026-04-29T03:48:02.823Z"
}

View File

@ -150,6 +150,7 @@ OpenClaw recommends running WhatsApp on a separate number when possible. (The ch
- Baileys socket timings are explicit under `web.whatsapp.*`: `keepAliveIntervalMs` controls WhatsApp Web application pings, `connectTimeoutMs` controls the opening handshake timeout, and `defaultQueryTimeoutMs` controls Baileys query timeouts.
- Outbound sends require an active WhatsApp listener for the target account.
- Status and broadcast chats are ignored (`@status`, `@broadcast`).
- The reconnect watchdog follows WhatsApp Web transport activity, not only inbound app-message volume: quiet linked-device sessions stay up while transport frames continue, but a transport stall forces reconnect well before the later remote disconnect path.
- Direct chats use DM session rules (`session.dmScope`; default `main` collapses DMs to the agent main session).
- Group sessions are isolated (`agent:<agentId>:whatsapp:group:<jid>`).
- WhatsApp Web transport honors standard proxy environment variables on the gateway host (`HTTPS_PROXY`, `HTTP_PROXY`, `NO_PROXY` / lowercase variants). Prefer host-level proxy config over channel-specific WhatsApp proxy settings.