This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryVersion bumped from Alpha (3) to Beta (4), fully backward compatible.
Full changelog
What's Changed
🎯 Deduplication & Memory Consolidation
consolidate_entries()API for merging near-duplicate memories with two modes:exact: Normalized content hash comparison (default, deterministic)semantic: Cosine similarity with configurable threshold (default 0.88)
- Smart Metadata Merge: Union of tags, min created_at, max updated_at, sum of access_counts
semantic_scopeflag: Choose betweenglobal(all sections) orsection(current section only) for duplicate detection inwrite_entry()
🛠️ New MCP Tool
rememb_consolidate: Full MCP tool with section filtering and mode selection- InputSchema with
mode(exact|semantic),similarity_threshold, andsectionoptions
- InputSchema with
🖥️ TUI Enhancement
- Ctrl+D keyboard shortcut for consolidation in the sidebar
- Semantic deduplication by default on current section context
- Live notification showing consolidation results and merged count
📊 Versioning & Stability
- Bumped from Alpha (3) to Beta (4) — ready for wider adoption
- Fully backward compatible with 0.4.0 and earlier APIs
🚀 Installation
pip install rememb==0.4.1
Full Changelog: https://github.com/LuizEduPP/Rememb/compare/v0.4.0...v0.4.1
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 LuizEduPP/rememb
Persistent memory for AI agents with sectioned entries (project/user/context/etc), semantic search, CLI, and per-project scope. Local JSON, zero config, no server required.
Related context
Related tools
Beta — feedback welcome: [email protected]