File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to Distill are documented here.
44
5+ ## [ v0.9.0] - 2026-05-09
6+
7+ ### Added
8+
9+ - ** Multi-provider embedding support** — Ollama and Cohere alongside OpenAI; ` --embedding-provider ` flag on all commands (#83 )
10+ - ** Memory expiry and supersession** — ` expire ` and ` supersede ` endpoints; TTL via ` expires_at ` ; ` include_expired ` on recall (#84 )
11+ - ** Sensitivity tagging** — pattern-based auto-classification for PII, credentials, and internal references; ` max_sensitivity ` in recall response (#85 )
12+ - ** Conflict detection on write** — semantically similar but non-duplicate entries flagged in store response (#88 )
13+ - ** Task-relevance ranking** — ` boost_tags ` , ` task_context ` , and ` min_relevance ` on recall (#89 )
14+ - ** MCP tools** — ` memory_expire ` and ` memory_supersede `
15+
16+ ### Changed
17+
18+ - README reframed around memory reliability (#86 )
19+
20+ ### Fixed
21+
22+ - Staticcheck QF1003 lint violation (#87 )
23+
524## [ v0.4.0] - 2026-02-24
625
726### Added
You can’t perform that action at this time.
0 commit comments