From 9cb630ca7ca6e8a4f760d3e248f89cb0c6b26064 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 14 Feb 2026 02:10:19 +0100 Subject: [PATCH] docs: fix compaction config note --- docs/concepts/compaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/compaction.md b/docs/concepts/compaction.md index 54b3d30eca..cc6effb7e6 100644 --- a/docs/concepts/compaction.md +++ b/docs/concepts/compaction.md @@ -21,7 +21,7 @@ Compaction **persists** in the session’s JSONL history. ## Configuration -See [Compaction config & modes](/concepts/compaction) for the `agents.defaults.compaction` settings. +Use the `agents.defaults.compaction` setting in your `openclaw.json` to configure compaction behavior (mode, target tokens, etc.). ## Auto-compaction (default on)