Skip to content

v1.12.9

Choose a tag to compare

@bobmatnyc bobmatnyc released this 09 Apr 03:46
· 15 commits to main since this release

Bug Fix

Fixed

  • Remove valid_to expiry filter from _recall_all_memories (closes #51) — EPISODIC memories default to valid_to = created_at + 30 days. Historical benchmark sessions are all "expired" by wall-clock, so the WHERE valid_to > now guard 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