- Run `claude mcp add -s user augments -- npx -y @augmnt-sh/augments-mcp-server@latest` to upgrade.
- Multi‑word concept decomposition scores each word independently
- BM25 heading boost weights heading tokens 2× in term frequency with post‑scoring multiplier
- Synonym expansion adds bidirectional maps (e.g., "store" ↔ "state", "middleware" ↔ "plugin")
Full changelog
What's New
Closes the doc search relevance gap — multi-word queries like "zustand middleware persist" now correctly match the right documentation sections.
Improved
- Multi-word concept decomposition — file matching scores each word independently (e.g., "persist" matches even when "persistmiddleware" doesn't)
- BM25 heading boost — heading tokens weighted 2x in term frequency, plus 1–1.5x post-scoring multiplier for heading matches
- Synonym expansion in doc search — bidirectional synonym maps (e.g., "store" ↔ "state", "middleware" ↔ "plugin") improve recall
- Per-part scoring in
matchConceptToFiles— 60/40/20 point tiers with all-parts bonus and path-depth preference
Fixed
zustand middleware persistnow returns persist middleware docs (was incorrectly returning immer)- Section ranking improved for queries where relevant content appears in headings
Upgrade
claude mcp add -s user augments -- npx -y @augmnt-sh/augments-mcp-server@latest