MemMesh v0.1.1
Patch release. Fixes a silent data-loss bug in observe and aligns the plugin with what the open-source engine actually does.
Fixes
observeno longer silently drops input. The heuristic extractor only matched first-person phrasings (I prefer…,we decided…) and discarded everything else — third-person statements, emails, most prose. Substantive text is now persisted verbatim as a rawobservationwhen no structured rule matches, so nothing you tell the engine is lost. (Questions, filler, and code are still filtered.)- Three CRUD MCP tools added —
memory_delete,memory_supersede,memory_stats(MCP surface 7 → 10). - Honest skill gating — prediction / behavior / graph-reasoning skills now clearly indicate they need hosted mode and degrade to
search/recallon a local install, instead of calling a tool that isn't there. - Plugin & marketplace descriptions retuned to lead with the local-first memory store.
Upgrade
Rebuild from source (prebuilt binaries land in a follow-up release). Anyone on v0.1.0 should upgrade — observe was effectively a no-op for most inputs before this.
Full changelog: v0.1.0...v0.1.1