Skip to content

Releases: vshulcz/deja-vu

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:19
909e21e

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

Changelog

Other

  • ba73b2a Refresh site with new features (#21)
  • 909e21e share: filter JSON, diff and CLI dumps from digests (#23)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:52
34cf69e

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.0
brew install vshulcz/homebrew-tap/deja-vu

Changelog

Features

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:07
3060f45

Install

curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.4.0
brew install vshulcz/homebrew-tap/deja-vu

Changelog

Features

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:36
4d9fafc

Install

curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.3.0
brew install vshulcz/homebrew-tap/deja-vu

Changelog

Features

  • 4d9fafc feat: auto-recall SessionStart hook (#16)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:14
fa3d62f

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

Changelog

Features

  • fa3d62f feat: redact credentials at ingest (#14)

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 11:15

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

Changelog

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

  • 02054ca ci: release to GitHub, Homebrew and npm from one tag
  • 72e4917 style: gofmt

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