Skip to content

Vault-for-LLM v0.7.25

Choose a tag to compare

@zycaskevin zycaskevin released this 02 Jul 00:44
5ce7dae

Highlights

  • Adds stable JSON output for vault init --json and pretty JSON output for vault init --pretty.
  • Adds stable JSON output for vault compile --json and pretty JSON output for vault compile --pretty.
  • Keeps compiler progress messages inside the JSON payload, so agent stdout stays parseable and automation no longer needs special handling for init/compile.

Validation

  • PR #284 Release Readiness CI passed, including Python 3.10/3.11/3.12 tests, build/wheel smoke, README smoke, module size gate, privacy scans, Search QA regression gate, and uv workflow smoke.
  • Local full test suite passed: 2357 passed, 10 skipped.
  • Local targeted CLI/release tests passed: 59 passed.
  • uv lock --check passed after syncing the version bump.
  • Built v0.7.25 wheel and sdist locally; twine checks passed.
  • Clean Python 3.12 wheel install verified package metadata and vault init --json / vault compile --json parseable output.

Notes

  • Optional semantic dependencies remain optional; doctor may warn when ONNX/transformers are not installed.
  • macOS system Python 3.9 is not supported; use Python >=3.10.