docs: clarify /new vs /reset semantics in slash-commands (#81073) · openclaw/openclaw@e00cb66
mosabbirraki
·
2026-05-20
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -124,7 +124,7 @@ Current source-of-truth:
|
124 | 124 | |
125 | 125 | <AccordionGroup> |
126 | 126 | <Accordion title="Sessions and runs"> |
127 | | -- `/new [model]` starts a new session; `/reset` is the reset alias. |
| 127 | +- `/new [model]` archives the current session and starts a fresh one; `/reset` wipes the current session in place. They are not aliases. |
128 | 128 | - Control UI intercepts typed `/new` to create and switch to a fresh dashboard session, except when `session.dmScope: "main"` is configured and the current parent is the agent's main session; in that case `/new` resets the main session in place. Typed `/reset` still runs the Gateway's in-place reset. |
129 | 129 | - `/reset soft [message]` keeps the current transcript, drops reused CLI backend session ids, and reruns startup/system-prompt loading in-place. |
130 | 130 | - `/compact [instructions]` compacts the session context. See [Compaction](/concepts/compaction). |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。