Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:48

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-vu

Changelog

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