pi-hermes-memory 0.7.12
This patch release rolls up the latest four main-branch entries:
- #58
fix: normalize FTS query handling for memory and session search - #56
Merge pull request #56 from omar-elmountassir/fix/wal-auto-checkpoint 761400dfix: cap WAL growth with wal_autocheckpoint + journal_size_limit + checkpoint on close- #51
Fix project memory auto-consolidation
Highlights
- Multi-word natural-language queries now work correctly in both
memory_searchandsession_search, while quoted phrases and valid FTS operators still work as expected. - SQLite WAL growth is now bounded with
wal_autocheckpoint,journal_size_limit, and a best-effort checkpoint on close. - Project-scoped memory writes now follow the same auto-consolidation retry flow as global memory when limits are hit.