Skip to content

MemMesh v0.1.1

Choose a tag to compare

@rrader26 rrader26 released this 22 Jul 21:15
· 9 commits to main since this release
90fcb69

Patch release. Fixes a silent data-loss bug in observe and aligns the plugin with what the open-source engine actually does.

Fixes

  • observe no 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 raw observation when no structured rule matches, so nothing you tell the engine is lost. (Questions, filler, and code are still filtered.)
  • Three CRUD MCP tools addedmemory_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/recall on 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