Vault-for-LLM v0.7.21
Vault-for-LLM v0.7.21
v0.7.21 is a GUI and release-packaging polish release for normal Agent users.
Highlights
- The GUI now has one unified daily review inbox for the small set of items
humans should actually inspect: daily report cards, candidate memories, sync
conflicts, and directed Task Ledger handoffs. - Directed Task Ledger handoffs can now be claimed from the GUI with explicit
confirmation. This updates handoff state only; it does not write to L0-L3
memory. - Sync conflicts remain explicit: keep local, accept remote, or mark manual.
Accepting remote promotes the reviewed candidate and archives the old local
row instead of silently overwriting it. - The GUI HTML is now packaged as
vault/assets/gui_app.html, making the
Python GUI module small and easier to maintain while keeping wheel installs
working.
Safety Boundary
The unified review inbox is metadata-only by default. Raw candidate content,
sync-conflict content, and handoff Markdown stay hidden until the user opens
the specific detail view.
Install
pip install --upgrade "vault-for-llm[mcp,supabase]==0.7.21"Validation
This release line was checked with GUI, Task Ledger, and multi-host sync tests,
module-size gates, wheel build checks, and a packaged GUI asset smoke test.