v1.12.9
Bug Fix
Fixed
- Remove
valid_toexpiry filter from_recall_all_memories(closes #51) — EPISODIC memories default tovalid_to = created_at + 30 days. Historical benchmark sessions are all "expired" by wall-clock, so theWHERE valid_to > nowguard returned 0 rows, silently blocking the full-corpus cosine scan since #49. Expiry is an operational retention policy, not a search-relevance filter.
Full Changelog: v1.12.8...v1.12.9