This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdded minScore support to filter weak matches in search_memory.
Full changelog
v0.8.2 — What’s Updated
Search quality improvements
- Added
minScoresupport tosearch_memory(vector/bm25) to filter out weak matches. - Improved memory result deduplication (
content_hash+ normalized-content fallback). - Reduced vector-search noise with adaptive score-floor normalization.
Indexing and graph pipeline
- Optimized
symbol_relationconstruction:- moved unresolved symbol fallback resolution to a batch strategy,
- reduced per-reference DB lookups,
- improved candidate selection priority:
same file -> same directory -> any.
- Added extra relation-stage metrics in logs for diagnostics.
Logging and diagnostics
- Raised default log level to
debugin code. - Improved fresh quality script (
scripts/search_quality_fresh.sh) with:- post-completion stability wait,
- strict final check for
project_info.status == completed.
Validation and testing
- Executed full fresh-cycle validation (fresh volume + full indexing).
- Verified incremental behavior for add / modify / delete scenarios.
- Ran search tool checks across memory/code/symbol/graph flows on completed index state.
Full Changelog: https://github.com/pomazanbohdan/memory-mcp-1file/compare/v0.8.1...v0.8.2
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About pomazanbohdan/memory-mcp-1file
A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.
Related context
Beta — feedback welcome: [email protected]