Skip to content

Midas v0.1.0 — the midas CLI, Memory Inspector & shared-by-default memory

Choose a tag to compare

@vornicx vornicx released this 26 Jun 14:00
· 13 commits to main since this release

Highlights

  • midas CLI — one-command setup. midas init creates one shared memory (~/.midas/memory.sqlite3) and wires up Claude Code, Codex, Cursor, Claude Desktop & Windsurf so every client shares it. Plus serve --http (a shared MCP URL), status, doctor, export/import, uninstall, update.
  • Memory Inspector (midas inspect) — a local, glass-box web UI over your store: an Overview metrics dashboard, verbatim browse/search, belief-history time-travel, project state, a what-changed diff, the governance/audit verdict, and forget-with-receipt. Zero egress.
  • Shared, persistent memory by default (was ephemeral) + versioned store migration so updates are safe.
  • Per-project scopingMIDAS_MCP_NAMESPACE=auto / midas init --project-scoped.
  • Governance suite — Memory-Safety (ASR), Coding & Continuity benches; coding vocabulary, audit trail, RBAC, provable forgetting.
  • Fixes: a prohibition can no longer authorize an action; the guard no longer acts on stale beliefs.

Install: uv tool install "midas-memory[mcp,local]" then midas init. · Full notes in CHANGELOG.md.