Install
curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.12.0
brew install vshulcz/homebrew-tap/deja-vu
Changelog
Features
- b393cf4 feat: add deja doctor self-diagnosis command (#91)
- 12d2107 feat: deja index command, rebuild progress (#89)
- 6b1bbf7 feat: honor upstream config-relocation variables (#103)
- 2d279e1 feat: respect CLAUDE_CONFIG_DIR for read and install paths (#82)
- 752bb74 feat: wordmark on install and first index build (#90)
Fixes
- 6c322f2 fix: redact session titles before they reach the index (#104)
Performance
- a7b642e perf: buffer record and bucket writes, batch token jobs, prefilter redaction (#88)
Documentation
- 0a07291 docs: demo gif runs index before searching (#99)
- 5e32e6d docs: re-record the demo gif, contract home dir in progress paths (#97)
- 7fc7ab3 docs: refresh copy before the release (#105)
Other
- 92d1f74 brand: neofetch-style rewind-loop mark (#94)
- 9594dfd brand: per-agent breakdown in the first-index greeting (#95)
- d8af628 brand: quadrant-resolution mark, install results in the info column (#96)
- d9ee010 brand: rewind-loop terminal mark, site og image (#93)
- add29cd security: job-level codeql permissions, pin runtime alpine digest (#102)
- edbbace security: scorecard hardening (#100)