Releases: nevenincs/vaultspec-rag
Releases · nevenincs/vaultspec-rag
vaultspec-rag: v0.2.25
vaultspec-rag: v0.2.24
0.2.24 (2026-06-24)
Features
- install: optional dependency-group placement for managed torch (#186) (5e91195)
- qdrant: auto-reap managed orphan before spawn (W03.P06) (b992b61)
- qdrant: capture supervised child output and diagnose non-ready exits (W01.P01) (581b558)
- qdrant: verified attach-not-spawn + detection/identity primitives (W01.P02, W02) (5564677)
- search: intent-aware pipeline-role ranking for vault search (c02c12c)
- serviceclient: surface admin failures as a structured envelope (#199) (d87d190)
- service: crash-safe machine-scoped service lock primitive (W03.P05) (ab12f52)
- service: doctor reports live truth; daemon survives its launching shell (#204) (ffee70e)
- service: machine-singleton wiring + adversarial verification gate (W03.P05.S17, W04) (8747786)
- service: version and document the discovery file as a stable interface (#190) (a201f6c)
Bug Fixes
- ci: format vault docs and clear lint/type/test gates on the bundle (04c16e0)
- deps,types: restore typer 0.26.7 and clear strict basedpyright errors (551cd3b)
- lint: move annotation-only pathlib.Path into TYPE_CHECKING (_models) (9266fe1)
- review: address audit MEDIUM/LOW findings across the four features (5f6cd63)
- search: address code-review findings (HIGH-1, HIGH-2, MEDIUM-2) (801d959)
- service: drop unlink on machine-lock release (3rd review HIGH) (dcfa20f)
- service: replace machine lock with OS advisory lock (2nd review HIGH) (5bdf47a)
- service: resolve code-review HIGH/MEDIUM in machine-singleton hardening (689c2fa)
- ty: clear strict ty errors in test_cli and test_install (8a13f29)
vaultspec-rag: v0.2.23
vaultspec-rag: v0.2.22
0.2.22 (2026-06-20)
Features
- mcp: P01 import-light serviceclient package + lazy package init (#194) (6fb2c52)
- mcp: P02 MCP tools delegate to serviceclient, drop duplicate seam (#194) (63d9f99)
- mcp: P03 stdio-only MCP, remove daemon mount and in-process model load (#194) (f7b14ed)
Bug Fixes
- cli: authenticate --port calls via /health token when status file is absent or stale (ab28b7e)
- mcp: P04 remove dead and phantom MCP artifacts (#194) (033c78f)
- mcp: P06 review fixes (M-1 docstring, M-2 dead route) + audit (#194) (3784c17)
- watcher: evict deleted files on idle — flush cooldown-suppressed changes (#192) (c579e9b)
vaultspec-rag: v0.2.21
vaultspec-rag: v0.2.20
vaultspec-rag 0.2.19
vaultspec-rag: v0.2.18
vaultspec-rag: v0.2.17
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)