docs: clarify pruning behavior and setup TL;DR orientation · openclaw/openclaw@031c3b2
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -147,7 +147,7 @@ What persists across messages depends on the mechanism:
|
147 | 147 | |
148 | 148 | - **Normal history** persists in the session transcript until compacted/pruned by policy. |
149 | 149 | - **Compaction** persists a summary into the transcript and keeps recent messages intact. |
150 | | -- **Pruning** removes old tool results from the _in-memory_ prompt for a run, but does not rewrite the transcript. |
| 150 | +- **Pruning** drops old tool results from the _in-memory_ prompt to free context-window space, but does not rewrite the session transcript — the full history is still inspectable on disk. |
151 | 151 | |
152 | 152 | Docs: [Session](/concepts/session), [Compaction](/concepts/compaction), [Session pruning](/concepts/session-pruning). |
153 | 153 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。