From edb820e028450924be79a07fcfec0c9ee46bcbf3 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 18 Apr 2026 19:32:27 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@afebeb5e9af9c9c34f3c66558464aff80cc3ca2a --- .openclaw-sync/source.json | 4 ++-- docs/concepts/active-memory.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 1f2728789..c707aa82f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "85912849cc0b1316700813a8d1614fa513312862", - "syncedAt": "2026-04-18T19:18:46.090Z" + "sha": "afebeb5e9af9c9c34f3c66558464aff80cc3ca2a", + "syncedAt": "2026-04-18T19:32:27.195Z" } diff --git a/docs/concepts/active-memory.md b/docs/concepts/active-memory.md index 94d67f04b..4ebc1b61f 100644 --- a/docs/concepts/active-memory.md +++ b/docs/concepts/active-memory.md @@ -628,7 +628,7 @@ The most important fields are: | `config.thinking` | `"off" \| "minimal" \| "low" \| "medium" \| "high" \| "xhigh" \| "adaptive"` | Advanced thinking override for the blocking memory sub-agent; default `off` for speed | | `config.promptOverride` | `string` | Advanced full prompt replacement; not recommended for normal use | | `config.promptAppend` | `string` | Advanced extra instructions appended to the default or overridden prompt | -| `config.timeoutMs` | `number` | Hard timeout for the blocking memory sub-agent | +| `config.timeoutMs` | `number` | Hard timeout for the blocking memory sub-agent, capped at 120000 ms | | `config.maxSummaryChars` | `number` | Maximum total characters allowed in the active-memory summary | | `config.logging` | `boolean` | Emits active memory logs while tuning | | `config.persistTranscripts` | `boolean` | Keeps blocking memory sub-agent transcripts on disk instead of deleting temp files |