Skip to content

Vault-for-LLM v0.7.29

Choose a tag to compare

@zycaskevin zycaskevin released this 03 Jul 14:11
55de784

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 quickstart gives new users a small first-run path instead of starting
    with the full setup-agent flag surface.
  • vault guide install now 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-run now 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,
    and vault remote hmac-keys reports 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 --json

Validation

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.