mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 00:17:13 +00:00
fix(auto-reply): expand standalone stop phrases
This commit is contained in:
@@ -283,7 +283,7 @@ Runtime override (owner only):
|
||||
- `openclaw 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 `/context list` or `/context detail` to see what’s in the system prompt and injected workspace files (and the biggest context contributors).
|
||||
- Send `/stop` as a standalone message to abort the current run, clear queued followups for that session, and stop any sub-agent runs spawned from it (the reply includes the stopped count).
|
||||
- Send `/stop` (or standalone abort phrases like `stop`, `stop action`, `stop run`, `stop openclaw`) to abort the current run, clear queued followups for that session, and stop any sub-agent runs spawned from it (the reply includes the stopped count).
|
||||
- Send `/compact` (optional instructions) as a standalone message to summarize older context and free up window space. See [/concepts/compaction](/concepts/compaction).
|
||||
- JSONL transcripts can be opened directly to review full turns.
|
||||
|
||||
|
||||
@@ -2814,6 +2814,19 @@ Send any of these **as a standalone message** (no slash):
|
||||
|
||||
```
|
||||
stop
|
||||
stop action
|
||||
stop current action
|
||||
stop run
|
||||
stop current run
|
||||
stop agent
|
||||
stop the agent
|
||||
stop openclaw
|
||||
openclaw stop
|
||||
stop don't do anything
|
||||
stop do not do anything
|
||||
stop doing anything
|
||||
please stop
|
||||
stop please
|
||||
abort
|
||||
esc
|
||||
wait
|
||||
|
||||
@@ -99,7 +99,7 @@ Cron jobs panel notes:
|
||||
- `chat.inject` appends an assistant note to the session transcript and broadcasts a `chat` event for UI-only updates (no agent run, no channel delivery).
|
||||
- Stop:
|
||||
- Click **Stop** (calls `chat.abort`)
|
||||
- Type `/stop` (or `stop|esc|abort|wait|exit|interrupt`) to abort out-of-band
|
||||
- Type `/stop` (or standalone abort phrases like `stop`, `stop action`, `stop run`, `stop openclaw`, `please stop`) to abort out-of-band
|
||||
- `chat.abort` supports `{ sessionKey }` (no `runId`) to abort all active runs for that session
|
||||
- Abort partial retention:
|
||||
- When a run is aborted, partial assistant text can still be shown in the UI
|
||||
|
||||
Reference in New Issue
Block a user