v11.5.0
Special thanks to @filhocf for all four contributions in this release.
MINOR release: conditional temporal decay for search relevance, a functional belief derivation pipeline, a consolidation clustering fix, and bootstrap profile belief injection with task-aware retrieval.
Added
- feat(retrieve): conditional temporal decay for search relevance (#123, @filhocf). Opt-in via
MEMORY_DECAY_WINDOW_DAYS(default0= disabled, zero behavior change for existing users). When enabled, recent memories rank above older ones with equivalent similarity. - feat(bootstrap): inject derived beliefs into the bootstrap profile and support task-aware retrieval (#120, #121 patch 4, PR #127, @filhocf). New
task_summaryandbudget_tokensparams onget_bootstrap_profile. Belief derivation is gated behindMCP_BELIEFS_ENABLED(defaultfalse).
Fixed
- fix(beliefs): semantic grouping + noise filter make
derive_beliefsfunctional (#121 patches 1+2, PR #124, @filhocf). Previously grouped by exact content equality, resulting in zero belief promotions ever on real data. - fix(consolidation): restore
include_embeddings=Trueat the three_get_memories_for_horizon()call sites in the consolidation scheduler (PR #126, @filhocf). Regression from #985 caused zero clusters and zero associations on real databases because clustering filtered out all memories when embeddings wereNone.
Full Changelog: https://codeberg.org/doobidoo/mcp-memory-service/src/branch/main/CHANGELOG.md#1150---2026-07-10