From 2df44e4d50094ba43d06ea2ba10e24ac73d56bd8 Mon Sep 17 00:00:00 2001 From: Josh Lehman Date: Wed, 15 Apr 2026 10:50:37 -0700 Subject: [PATCH] fix: note dreaming daily recall dedupe repair --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f3defdca2..abdfc29e716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ Docs: https://docs.openclaw.ai - Matrix/security: block DM pairing-store entries from authorizing room control commands. (#67294) Thanks @pgondhi987. - Gateway/security: enforce `localRoots` containment on the webchat audio embedding path. (#67298) Thanks @pgondhi987. - Webchat/security: reject remote-host `file://` URLs in the media embedding path. (#67293) Thanks @pgondhi987. +- Dreaming/memory-core: use the ingestion day, not the source file day, for daily recall dedupe so repeat sweeps of the same daily note can increment `dailyCount` across days instead of stalling at `1`. (#67091) Thanks @Bartok9. ## 2026.4.14