Skip to content

v2.2.1 — Windows embeddings fix + backfill safety

Choose a tag to compare

@samvallad33 samvallad33 released this 02 Jul 17:02
· 232 commits to main since this release
f7530af

Patch release. Fixes Windows embeddings, makes Retroactive Salience Backfill bounded + disableable, and adds a first-run guide.

Fixed

  • Windows embeddings never initialized (#101). The v2.2.0 x86_64-pc-windows-msvc binary was built without the vector-search feature, so embeddings were never persisted or queried — "Embedding Service: Not Ready", 0% coverage, no model download. This release rebuilds the Windows binary with vector-search. Windows users: reinstall to get working embeddings. Thanks @Vrakoss for the report.
  • Retroactive Salience Backfill safety (#103). Backfill promotion now bounds the FSRS stability multiply to MIN(stability * 1.5, stability + 365) (previously uncapped), and auto-fire is disableable via VESTIGE_BACKFILL_AUTOFIRE=0 (on by default). Thanks @randomnimbus for the report and initial patch (#104).

Added

  • First-run guidedocs/GETTING-STARTED.md: install to first backward-reach in 30 minutes (#83).

Install

npm install -g vestige-mcp-server@latest

Full details in the CHANGELOG.