Skip to content

vaultspec-rag: v0.2.17

Choose a tag to compare

@github-actions github-actions released this 10 Jun 07:50
05b42aa

0.2.17 (2026-06-10)

Features

  • arch: CLI/MCP Decoupling, Qdrant Server Mode, and Stress Testing (438faf2)
  • config: add sparse_enabled toggle (10ba167)
  • mcp: rewrite MCP admin tools to consume REST daemon endpoints (377b780)
  • search: skip SPLADE when sparse_enabled is false (e33cb78)
  • server: add /vault-document REST route (P05.S17) (cf249af)
  • W01: runtime correctness — venv interpreter, guard, gated model, bg load (dbebd62)
  • W02: service lifecycle + management hardening (a2984e7)
  • W03: CLI flatten, help cleanup, indexing docs, testimonial tests (b7e82c6)

Bug Fixes

  • address comprehensive code review findings (f57b67b)
  • mcp: restore decoupled admin routes (335e9a9)
  • search: route directly to dense queries when sparse vector is disabled (7913e16)
  • server: use streamable_http_app instead of get_starlette_app in _main.py (e4ce681)
  • ty: bypass fastmcp get_starlette_app type hint missing and harmonize test suite (2c79d74)
  • W03: flatten follow-ups — builtin rule, app help wording, stale test (fc7b0bb)
  • W04: address code-review nits (f997e92)