github doobidoo/mcp-memory-service v11.5.3

latest releases: v11.10.0, v11.9.0, v11.8.5...
2 hours ago

Special thanks to filhocf and @tecnobrat for this release.

Fixed

  • fix(hooks): read ~/.claude/hooks/config.json under Marketplace install (#155, reported by @tecnobrat; #156). The six core Claude Code memory hooks (session-start, auto-capture-hook, memory-retrieval, session-end, session-end-harvest, topic-change) resolved their config via path.join(__dirname, '../config.json'), which under a Marketplace plugin install resolves to the version-pinned plugin cache directory instead of the user-owned ~/.claude/hooks/config.json -- user edits were silently ignored and reverted on every plugin upgrade. New claude-hooks/utilities/config-loader.js resolveConfigPath() prefers the home-directory config, falling back to the bundled one.
  • fix(graph): exclude has_entity edges from target-orphan pruning (#150, #151, @filhocf). _prune_orphaned_graph_edges() treats has_entity.target_hash as an entity name, not a content hash; the target-existence check was deleting valid entity links because no memories row ever matches an entity name. Source-orphan pruning is unaffected. Includes scripts/maintenance/backfill_has_entity.py to restore edges dropped by the bug on existing databases.
  • fix(beliefs): filter session-legacy noise from belief derivation (#121, #152, @filhocf). Completes the fix for #121 -- the duplicate-belief half was already resolved by #127; this adds the missing noise filter in belief_service.py so session-legacy content no longer produces spurious derived beliefs.

Full diff: https://codeberg.org/doobidoo/mcp-memory-service/compare/v11.5.2...v11.5.3

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.