v2.1.2 — Honest Memory
Honest Memory
v2.1.2 focuses on operational trust: exact search stays exact, purge really removes content, contradictions are directly inspectable, and the update flow no longer depends on copied curl commands.
Added
- Concrete search mode —
searchnow auto-detects literal queries such as quoted strings, env vars, UUIDs, paths, and code identifiers. Those queries take a keyword/literal path that skips HyDE, semantic fusion, FSRS reweighting, retrieval competition, and spreading activation so exact matches land first. - Irreversible purge —
memory(action="purge", confirm=true)permanently removes memory content and embeddings, scrubsinsights.source_memories, detaches temporal-summary children, prunes graph edges, and writes only a non-contentdeletion_tombstonesrow for sync/audit. - First-class contradictions tool — new
contradictionsMCP tool scans a topic or recent memories for trust-weighted disagreements using the same local contradiction logic asdeep_reference. - Simple update flow —
vestige updaterefreshes installed binaries and companion Sandwich files without requiring users to paste a curl installer. - Pro waitlist preview —
/dashboard/waitlistadds a local-only marketing surface for Solo Pro and Team Pro early-access signups.VITE_WAITLIST_ENDPOINTandVITE_SUPPORT_BOT_ENDPOINTare opt-in dashboard env vars, so no signup data is captured unless endpoints are configured.
Fixed
- Dream connection persistence cap — dense single-domain dreams now persist every connection discovered in that run instead of losing everything beyond the old 1,000-entry live buffer. The live dreamer buffer now keeps up to 200,000 high-scoring recent connections, and the MCP
dreamtool exposesmin_similarityfor corpus-specific tuning. - Embedding-model upgrade repair —
vestige consolidatenow re-embeds every missing or active-model-mismatched memory in one pass, so v1/v2 mixed stores are no longer left partially unreachable after only the first 100 legacy embeddings are regenerated.
Release Shape
- 25 MCP tools
- SQLite migration v13
- Backwards compatible:
deleteremains apurgealias - Closes #50 and #51
Install / Update
vestige updateFresh npm install once the GitHub release assets and npm package are published:
npm install -g vestige-mcp-server@latest