Skip to content

v0.2.0

Choose a tag to compare

@JoshuaOliphant JoshuaOliphant released this 18 Mar 11:42
· 15 commits to main since this release

What's new

  • --rebuild flag: recommend --rebuild checks if any vault file is newer than the index and auto-rebuilds if stale. Skips silently if fresh.
  • reload_index MCP tool: Force-reload the index from disk without restarting the MCP server.
  • Improved text preparation: Labeled sections (Topic/Title/Tags/Related/Body) and wiki-links included in embeddings for better semantic matching.
  • Tuned scoring: link_boost_1hop increased from 0.15 to 0.50 based on autoloop optimization.
  • Index validation: VaultIndex now validates that entries and embeddings have matching lengths on load.
  • Updated README: PyPI/CI badges, --rebuild docs, full tool listing.