Skip to content

v0.1.7 — what's true now

Choose a tag to compare

@thameema thameema released this 11 Jun 21:06
· 38 commits to master since this release
  • Belief-change supersession on the write path: when a new memory contradicts an old one (status flips, negations, value updates like "rate limit is now 200"), the old fact is closed out with full provenance — recall returns what's true now, with the transition visible ("superseded as of ").
  • Write-path dedupe: restating the same fact bumps its salience instead of stacking duplicate rows.
  • memnos namespace reconcile <ns> — applies the same rules to memories stored before 0.1.7 (--dry-run shows exact counts first; no LLM calls).
  • Smarter ranking on broad questions: "where are we with X" now leads with distilled facts; verbatim questions still surface the original conversation. Tunable/disablable via env.
  • Windows installation guide (docs/guides/windows.md); LoCoMo full-10 band updated to 64–65% with results published.

Closes #10, #11. Verified: full test suite + 3-OS CI matrix + LoCoMo full-10 held at 64–65% across the changes.

Upgrade: memnos upgrade (or uv tool upgrade memnos), then memnos restart.