Vault-for-LLM v0.7.29
Vault-for-LLM v0.7.29
v0.7.29 is an onboarding, safety, and demo-depth patch release for the
agent-assisted builder audience.
Highlights
vault quickstartgives new users a small first-run path instead of starting
with the fullsetup-agentflag surface.vault guide installnow includes a 5-minute quickstart and FAQ for
agent-assisted setup.- Gateway startup, security headers, and graceful shutdown behavior are safer
and more explicit. vault import obsidian --dry-runnow has a tested no-write contract for
active database rows.- Memory export now supports Markdown, OKF, and JSON bundles with dry-run
previews. - Remote candidate sync can rotate HMAC keys with
VAULT_SYNC_HMAC_SECRETS,
andvault remote hmac-keysreports active key status without exposing
secrets. - The generated agent-governance demo now includes follow-up guides for
consumer mode, automation mode, and multi-host remote candidate sync.
Install
pip install --upgrade "vault-for-llm[mcp,supabase]==0.7.29"First Checks
vault quickstart --non-interactive --json
vault demo agent-governance --json
vault remote hmac-keys --jsonValidation
This release line was checked with the full local test suite, README command
smoke, module-size gates, a clean Python 3.11.14 local package install smoke,
and Release Readiness CI on the onboarding/security/P3 PRs.