From 835e9953dabb24efb568c7f9a2822f2dca0a3084 Mon Sep 17 00:00:00 2001 From: Mason Huang Date: Tue, 21 Apr 2026 22:28:07 +0800 Subject: [PATCH] fix(config): accept truncateAfterCompaction --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e5dc2f8f3..6175d9a2589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -189,6 +189,7 @@ Docs: https://docs.openclaw.ai - Slack: fix outbound replies failing with "unresolved SecretRef" for accounts configured via `file` or `exec` secret sources; the send path now tolerates the runtime snapshot retaining an unresolved channel SecretRef when a boot-resolved token override is already available. (#68954) Thanks @openperf. - Control UI/device pairing: explain scope and role approval upgrades during reconnects, and show requested versus approved access in the Control UI and `openclaw devices` so broader reconnects no longer look like lost pairings. (#69221) Thanks @obviyus. - Gateway/Control UI: surface pending scope, role, and device-metadata pairing approvals in auth errors and Control UI hints so broader reconnects no longer look like random auth breakage. (#69226) Thanks @obviyus. +- fix(config): accept truncateAfterCompaction (#68395). Thanks @MonkeyLeeT ## 2026.4.19-beta.2