Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:47
40b6aa8

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

Changelog

Features

  • 3cebf2b feat(embed): add optional semantic recall (#135)
  • e59eb2d feat(install): add user-level harness guidance (#127)
  • 6c75bde feat(install): extend user-level guidance targets (#133)
  • 5b1191c feat(privacy): add forget, ingest exclusions and redaction reports (#142)
  • 0134378 feat(search): rank candidates with BM25 (#130)
  • 63da171 feat(search): support quoted phrases and fuzzy fallback (#132)
  • a731c09 feat(stats): add interactive html timeline (#141)
  • b687bc3 feat: add bounded recall policy accounting (#112)
  • 4b52f58 feat: add deja blame (#136)
  • a58db2c feat: add durable notes via deja remember (#139)
  • 145397a feat: add qwen-code session support (#123)
  • 88b1414 feat: add reproducible recall benchmark (#145)
  • 7861d50 feat: add session format registry (#116)
  • 09e2077 feat: add shareable stats card (#125)
  • 8c2d70d feat: doctor --json and onboarding states (#111)
  • 2b57aeb feat: windows path audit, scoop and winget manifests (#114)

Fixes

  • 715567e fix: split Grok config home from session root (#122)
  • 54b3e86 fix: torn lines longer than the SafeSize window lost messages (#107)

Documentation

  • 6f42b18 docs: add security model and contributor guidance (#119)
  • 71e79da docs: nine harnesses on the site, og image and tagline (#128)
  • 40b6aa8 docs: release prep for 0.13.0 (#146)
  • 9e2088c docs: sync the site copy of the demo gif (#106)

Other

  • 6903589 Add filters to deja last (#121)
  • 73aace7 security: harden config modes, resume ids and recall framing (#143)
  • 1647e32 security: owner-only permissions for the index and usage files (#108)