fix(auto-reply): expand standalone stop phrases

This commit is contained in:
Peter Steinberger
2026-02-24 04:02:18 +00:00
parent 588a188d6f
commit aea28e26fb
6 changed files with 92 additions and 14 deletions

View File

@@ -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