Releases: vshulcz/deja-vu
Releases · vshulcz/deja-vu
Release list
v0.5.1
Install
curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.5.1
brew install vshulcz/homebrew-tap/deja-vuChangelog
Other
v0.5.0
v0.4.0
v0.3.0
v0.2.0
Install
curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.2.0
brew install vshulcz/homebrew-tap/deja-vuChangelog
Features
Documentation
- eeed686 docs: honest positioning vs cass and memory platforms
- 120511f docs: live badges, drop retired go report card
- 8435527 docs: update site performance numbers
Other
- 1b13276 ci: e2e smoke, coverage, govulncheck, goreleaser check, codeql, scorecard
- a642eaf ci: errcheck exclusions for print and cleanup calls
- e99abb6 ci: windows shell, govulncheck go version, scorecard pin, sc2155
- 37b4eed ci: windows test env, bump actions, golangci v2 config
- c2c0e64 style: check cleanup error returns
- 49fd92e style: explicit close in defers
v0.1.1
Install
curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.1.1
brew install vshulcz/homebrew-tap/deja-vuChangelog
Fixes
- 610bf24 fix: serve last/show/ctx from index, usage polish
- 102beae fix: session ord churn, sqlite side-effect file, substring fallback, scope thrash
- 2033299 fix: staticcheck dead assignments
Performance
- 5ee3257 perf: binary index format, faster warm search
- 276e7ba perf: parallel tokenization and bucket writes
- b5297dd perf: rank sessions before reading records
Documentation
- e6b5386 docs: landing page for GitHub Pages
- 399fb95 docs: link website
- c29d1a9 docs: npm scoped package name
- 72fd3fc docs: polish landing page, logo favicon
- 97cf2f4 docs: update performance numbers
Other
v0.1.0
Install
curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.1.0
brew install vshulcz/homebrew-tap/deja-vuChangelog
Features
- 944e33d feat: MCP memory server + one-command agent install
- 198b48f feat: deja v0.1 — cross-harness agent session search
Fixes
- 1486ad9 fix: AND-semantics multi-word search, empty-result message, project display
- cd25888 fix: check remaining error returns (errcheck)
- 210b8b8 fix: per-file incremental ingest
- acbb735 fix: pre-launch review fixes
- 7875d9a fix: remaining errcheck findings
- b18ae64 fix: true incremental indexing; clean snippets; add deja ctx
Performance
- 3d381e8 perf: incremental index, fix project attribution, output polish
- 92b9280 perf: narrow opencode projection, cold index minutes to seconds
Documentation
- eaabddb docs: launch-ready README and contributor docs
- 1af8258 docs: refresh public launch docs
- 88512c4 docs: rework README
Other
- fee57fb assets: logo and demo gif
- 142dca5 build: add installer and make targets
- 240bf77 chore: ignore generated demo db
- 88bf806 ci: add release automation kit
- 6fe6080 ci: enable homebrew formula publishing
- 7987884 ci: fix golangci config format, disable module cache, defer brew publish
- a165d3a hardening: index lock, safer parsing, release scaffolding
- ffafd27 polish: parallel JSONL ingest and CLI UX