diff --git a/docs/faq.md b/docs/faq.md index 975003c21..ff30140e5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -573,6 +573,7 @@ Quick reference (send these in chat): |---------|--------| | `/help` | Show available commands | | `/status` | Health + session info | +| `/stop` | Abort the current run | | `/new` or `/reset` | Reset the session | | `/compact [notes]` | Compact session context | | `/restart` | Restart Clawdbot | diff --git a/docs/session.md b/docs/session.md index 957931bbd..aa97abd30 100644 --- a/docs/session.md +++ b/docs/session.md @@ -78,6 +78,7 @@ Send these as standalone messages so they register. - `pnpm clawdbot sessions --json` — dumps every entry (filter with `--active `). - `clawdbot gateway call sessions.list --params '{}'` — fetch sessions from the running gateway (use `--url`/`--token` for remote gateway access). - Send `/status` as a standalone message in chat to see whether the agent is reachable, how much of the session context is used, current thinking/verbose toggles, and when your WhatsApp web creds were last refreshed (helps spot relink needs). +- Send `/stop` as a standalone message to abort the current run. - Send `/compact` (optional instructions) as a standalone message to summarize older context and free up window space. - JSONL transcripts can be opened directly to review full turns.