mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:30:45 +00:00
docs(health): clarify session list liveness
This commit is contained in:
@@ -39,6 +39,12 @@ state plus probe results such as `works`, `probe failed`, `audit ok`, or `audit
|
||||
If the gateway is unreachable, `channels status` falls back to config-only summaries
|
||||
instead of live probe output.
|
||||
|
||||
Do not use `openclaw sessions`, Gateway `sessions.list`, or the agent
|
||||
`sessions_list` tool as a channel socket-health signal. Those surfaces report
|
||||
stored conversation rows, not provider runtime state. After a Discord provider
|
||||
restart, a connected but quiet account may be healthy while no Discord session
|
||||
row appears until the next inbound or outbound conversation event.
|
||||
|
||||
## Add / remove accounts
|
||||
|
||||
```bash
|
||||
|
||||
@@ -9,6 +9,13 @@ title: "Sessions"
|
||||
|
||||
List stored conversation sessions.
|
||||
|
||||
Session lists are not channel/provider liveness checks. They show persisted
|
||||
conversation rows from session stores. A quiet Discord, Slack, Telegram, or
|
||||
other channel can reconnect successfully without creating a new session row
|
||||
until a message is processed. Use `openclaw channels status --probe`,
|
||||
`openclaw status --deep`, or `openclaw health --verbose` when you need live
|
||||
channel connectivity.
|
||||
|
||||
```bash
|
||||
openclaw sessions
|
||||
openclaw sessions --agent work
|
||||
|
||||
Reference in New Issue
Block a user