What's Changed
- feat(hermes): add configurable default_scope for remember() calls by @0xDEADBEEF-td in #312
- fix: sqlite-vec compatibility — k=N constraint + table-aware vec type detection by @ether-btc in #315
- fix(hermes): use full import path for Mnemosyne in profile isolation by @bunnyfu in #331
- fix(beam): guard sqlite-vec table creation against embedding-dimension mismatch by @Milgauss in #335
- fix(recovery): resolve default DB/backup paths from MNEMOSYNE_DATA_DIR / HERMES_HOME by @Milgauss in #336
- fix(cli): respect HERMES_HOME for data directory by @dplush in #320
- fix(hermes): add reflection cron and budget guardrails by @dplush in #338
- fix(export): include canonical_facts in export/import (fixes #339) by @Milgauss in #340
- fix(recall): admit inflected Cyrillic forms past the lexical relevance gate by @AxDSan in #345
- fix(hermes): tell agent to read Mnemosyne context before retrieval by @AxDSan in #346
- fix(beam): clamp cosine similarity to [0,1] (FP precision in polyphonic_recall) by @AxDSan in #350
New Contributors
- @0xDEADBEEF-td made their first contribution in #312
- @bunnyfu made their first contribution in #331
Full Changelog: v0.2.0...v3.9.0