v0.7.0 — Multi-Agent Support + Vec Storage Fix
What's Changed
Multi-Agent Support
- Claude Code, Codex CLI, and Copilot CLI — single
memor-hookbinary auto-detects which agent is calling it - Interactive installer —
memor install-hookprompts to pick your agent (or--agent claude|codex|copilot) - Agent tracking —
recall_logrecords which agent triggered each recall; dashboard shows per-agent breakdown with badges
Vec Storage Bloat Fix
- Fixed 47x storage overhead in sqlite-vec
vec0—INSERT OR REPLACEorphaned entries, deactivation paths left vec0/FTS dirty memor compactCLI command — rebuilds vec0 with right-sizedchunk_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 storageFull Changelog: v0.6.1...v0.7.0