fix: note dreaming daily recall dedupe repair

This commit is contained in:
Josh Lehman
2026-04-15 10:50:37 -07:00
parent 6300393acc
commit 2df44e4d50

View File

@@ -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