chore(sync): mirror docs from openclaw/openclaw@fe8966b4ea
This commit is contained in:
parent
436e01612c
commit
c606cca3df
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "d2ae2a3fb0cd155865bb3426374e9e80663f79fa",
|
||||
"syncedAt": "2026-05-01T21:37:26.885Z"
|
||||
"sha": "fe8966b4eaf87135e474d9cc4dd5001e60d2abf1",
|
||||
"syncedAt": "2026-05-01T21:38:47.759Z"
|
||||
}
|
||||
|
||||
@ -492,6 +492,8 @@ Behavior notes:
|
||||
<Accordion title="Logout behavior">
|
||||
`openclaw channels logout --channel whatsapp [--account <id>]` clears WhatsApp auth state for that account.
|
||||
|
||||
When a Gateway is reachable, logout first stops the live WhatsApp listener for the selected account so the linked session does not keep receiving messages until the next restart. `openclaw channels remove --channel whatsapp` also stops the live listener before disabling or deleting account config.
|
||||
|
||||
In legacy auth directories, `oauth.json` is preserved while Baileys auth files are removed.
|
||||
|
||||
</Accordion>
|
||||
|
||||
@ -52,6 +52,7 @@ openclaw channels remove --channel telegram --delete
|
||||
</Tip>
|
||||
|
||||
`channels remove` only operates on installed/configured channel plugins. Use `channels add` first for installable catalog channels.
|
||||
For runtime-backed channel plugins, `channels remove` also asks the running Gateway to stop the selected account before it updates config, so disabling or deleting an account does not leave the old listener active until restart.
|
||||
|
||||
Common non-interactive add surfaces include:
|
||||
|
||||
@ -94,6 +95,7 @@ openclaw channels logout --channel whatsapp
|
||||
|
||||
- `channels login` supports `--verbose`.
|
||||
- `channels login` and `logout` can infer the channel when only one supported login target is configured.
|
||||
- `channels logout` prefers the live Gateway path when reachable, so logout stops any active listener before clearing channel auth state. If a local Gateway is not reachable, it falls back to local auth cleanup.
|
||||
- Run `channels login` from a terminal on the gateway host. Agent `exec` blocks this interactive login flow; channel-native agent login tools, such as `whatsapp_login`, should be used from chat when available.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Loading…
Reference in New Issue
Block a user