Skip to content

Releases: nevenincs/vaultspec-rag

vaultspec-rag: v0.2.25

25 Jun 13:29
431c7a9

Choose a tag to compare

0.2.25 (2026-06-25)

Features

  • service-hw-singleton: complete W04.P09 hardening follow-ups (S28–S33) (#212) (355b011)
  • storage-lifecycle: reconcile plan to shipped CLI-direct design + build genuine gaps (45/45) (#213) (d3be70d)

Bug Fixes

  • ci: make local just ci green — relative test imports + precise absolute-imports gate (#210) (ca3f934)

vaultspec-rag: v0.2.24

24 Jun 21:40
d75fc66

Choose a tag to compare

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

21 Jun 11:21
9928f04

Choose a tag to compare

0.2.23 (2026-06-21)

Bug Fixes

  • cli: make search service-first; never silently fall back to local (#202) (#205) (204651a)

vaultspec-rag: v0.2.22

21 Jun 06:33
69e3fcb

Choose a tag to compare

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

13 Jun 13:59
4ab15e3

Choose a tag to compare

0.2.21 (2026-06-13)

Features

  • server-first default backend with unified provisioning and readiness (97b6f64)

vaultspec-rag: v0.2.20

11 Jun 08:19
2b5faf2

Choose a tag to compare

0.2.20 (2026-06-11)

Features

  • generic document-preprocessing hook infrastructure (#185) (#187) (a6d6f12)

vaultspec-rag 0.2.19

10 Jun 16:25

Choose a tag to compare

Bug Fixes

  • packaging: declare mcp as a core dependency (#182) — a clean install no longer crashes server start with No module named 'mcp'; the server import is guarded with an actionable message for the Windows pywin32 case. Follow-up: #184.

vaultspec-rag: v0.2.18

10 Jun 15:43
8aa8008

Choose a tag to compare

0.2.18 (2026-06-10)

Bug Fixes

  • cli: report stopped, not orphaned, when no service.json is present (83033be)

vaultspec-rag: v0.2.17

10 Jun 07:50
05b42aa

Choose a tag to compare

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)

vaultspec-rag: v0.2.16

05 Jun 12:04
a0ca11c

Choose a tag to compare

0.2.16 (2026-06-05)

Features

  • arch: decouple CLI/MCP and standardize into backend facade APIs (#160, #162) (a87987b)