Vault-for-LLM v0.7.20
Vault-for-LLM v0.7.20
v0.7.20 turns the recent multi-Agent memory work into one installable release
candidate for real users.
Highlights
- Obsidian import is now incremental: changed notes update, unchanged notes are
skipped, and missing notes are not deleted unless explicitly pruned. - The local GUI now includes a multi-Agent dashboard with connected agents,
recent sync state, recent candidates, and the small human-review queue. setup-agentnow writes minimal MCP configs for Codex, Claude Code, Hermes
Agent, OpenClaw, plus remote-reader templates for Coze and n8n.- Supabase can now use near-realtime local-to-remote push sync through
--supabase-sync realtime.
Safety Boundary
Supabase near-realtime sync is not bidirectional sync. Local vault.db remains
the source of truth; Supabase is still a shared read copy for hosted and
cross-device agents.
Install
pip install --upgrade "vault-for-llm[mcp,supabase]==0.7.20"Validation
This release line was checked with local full tests, wheel/sdist build checks,
and a clean wheel-install smoke covering CLI, MCP entrypoints, Obsidian
incremental import, setup-agent, GUI API, and Supabase watcher dry-run.