Skip to content

v0.7.0 — Multi-Agent Support + Vec Storage Fix

Choose a tag to compare

@bnimit bnimit released this 10 Jun 16:28
· 14 commits to main since this release
f792160

What's Changed

Multi-Agent Support

  • Claude Code, Codex CLI, and Copilot CLI — single memor-hook binary auto-detects which agent is calling it
  • Interactive installermemor install-hook prompts to pick your agent (or --agent claude|codex|copilot)
  • Agent trackingrecall_log records which agent triggered each recall; dashboard shows per-agent breakdown with badges

Vec Storage Bloat Fix

  • Fixed 47x storage overhead in sqlite-vec vec0INSERT OR REPLACE orphaned entries, deactivation paths left vec0/FTS dirty
  • memor compact CLI command — rebuilds vec0 with right-sized chunk_size, VACUUMs the database
  • Daemon auto-compact — detects bloat (>2x ideal chunks) and rebuilds during ingestion cycles
  • Dashboard fix — cached store instance (no more intermittent unable to open database file)
  • Dashboard cleanup — hide dormant projects with no memories or recall activity

Upgrade

pip install --upgrade memor-cli
memor compact --yes   # one-time rebuild to reclaim bloated storage

Full Changelog: v0.6.1...v0.7.0