chore(sync): mirror docs from openclaw/openclaw@714598774f

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-21 15:18:41 +00:00
parent 6f1305e3df
commit 09f6a26d2b
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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 <duration|off>` and `/session max-age <duration|off>` manage thread-binding expiry.