Skip to content

v0.16.4

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:06

deja now indexes the work as well as the talk about it: the file paths tool calls name, the commands that ran, and the spans an Edit replaced. Two commands use it — deja files <topic> for the files a subject's work touched, and deja restore <path> to get back a span an agent overwrote.

The index format changed, so the first command after upgrading rebuilds it: 19s and 63 → 76 MB on a 1150-session store.

Install

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

Changelog

Features

  • feat(files): which files a topic's work actually touched (#566)
  • feat(handoff): start Antigravity through its CLI, as agy (#562)
  • feat(opencode): index file paths from read tool parts (#565)
  • feat(restore): recover a span an agent replaced (#569)
  • feat(sources): index the commands that say what happened (#561)
  • feat(sources): index the file paths tool calls name (#558)
  • feat(sources): name a session after the repository it worked in (#563)

Fixes

  • fix(index): serve speech before tool records in the per-session bound (#568)
  • fix(sources): label tool output as tool output, not as the user (#560)

Documentation

  • docs(site): list deja files and deja restore on the commands page

Other

  • chore(packaging): pin scoop/winget manifests to 0.16.3 (#557)