Install
curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.13.1
brew install vshulcz/homebrew-tap/deja-vu
Changelog
Features
- 66c334d feat(bench): add the context readiness experiment (#168)
- 13b860f feat(mcp): trigger-phrase tool descriptions and annotations (#155)
- 702758b feat(search): add confidence tiers (#160)
- a69db5c feat(search): normalize natural language queries (#149)
- 5dd3e69 feat(stats): headline metrics and an embeddable card (#164)
- 595d9bc feat: add semantic search fallback (#153)
- 7cfd7c7 feat: capture before compaction and re-inject after (#162)
- b5838e7 feat: make onboarding build memory on install (#151)
Fixes
- 9ab2c3d fix(index): keep untouched cursor sessions on incremental update (#177)
- 416bcdb fix(index): reject corrupt record length prefixes instead of allocating gigabytes (#180)
- 9505393 fix(install): spawn the MCP server through cmd on windows (#170)
- 443cb2a fix(redact): stop xai- pattern matching kebab-case prose (#156)
- 7ee26a8 fix(search): quote context messages per-term, never return a bare header (#158)
- 2fdad1a fix(search): score fuzzy/stem hits and keep stop words out of retrieval (#179)
- 78b68b0 fix: dedup search-path builds, safe forget ordering, unbounded aider reader (#175)
Documentation
- b51b8c4 docs: changelog for 0.13.1 (#169)
- 1a3f846 docs: pi as the tenth harness, 0.13.1 changelog, refreshed site and og image (#182)
Other
- 868c076 Add pi session support (#173)
- 3d08a35 chore: add a Dockerfile for the MCP server (#166)
- e9f1410 chore: point windows manifests at v0.13.0 (#147)
- 9dacbb1 chore: publish server.json to the MCP registry on release (#165)
- bf093a5 security: close redaction gaps for basic auth, empty-user urls, pgp keys, torn secrets (#172)