From 09f6a26d2ba0b9e47d2fa6d877134bb5f9042cb4 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 21 Apr 2026 15:18:41 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@714598774fb54fb0f5e02508d21bce9d81bb8b67 --- .openclaw-sync/source.json | 4 ++-- docs/tools/slash-commands.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 90c5cba0f..7ebd53eb2 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "14506aeca4be0b4cc77448615d76797e679587f7", - "syncedAt": "2026-04-21T08:44:03.410Z" + "sha": "714598774fb54fb0f5e02508d21bce9d81bb8b67", + "syncedAt": "2026-04-21T15:18:41.115Z" } diff --git a/docs/tools/slash-commands.md b/docs/tools/slash-commands.md index 515b16609..885e1e86f 100644 --- a/docs/tools/slash-commands.md +++ b/docs/tools/slash-commands.md @@ -90,6 +90,7 @@ Current source-of-truth: Built-in commands available today: - `/new [model]` starts a new session; `/reset` is the reset alias. +- `/reset soft [message]` keeps the current transcript, drops reused CLI backend session ids, and reruns startup/system-prompt loading in-place. - `/compact [instructions]` compacts the session context. See [/concepts/compaction](/concepts/compaction). - `/stop` aborts the current run. - `/session idle ` and `/session max-age ` manage thread-binding expiry.