Plugin name
deja-vu
Short description
Memory for Copilot CLI built from the session history already on the machine — Copilot CLI, Claude Code, Codex, Cursor and 18 more agents — including everything from before the plugin was installed. Recall at session start and before a tool runs; local BM25 index, no LLM, no network.
GitHub repository
vshulcz/deja-vu
Plugin path inside the repository
claude-plugin
Ref to review
copilot-plugin-0.19.2
Commit SHA to review
f2cebd693dcd864d14309ee696d38dbe587b746c
Version
0.19.2
License identifier
MIT
Author name
vshulcz
Author URL
https://github.com/vshulcz
Homepage URL
https://vshulcz.github.io/deja-vu/guide/memory-for-copilot.html
Keywords
memory, session-history, recall, context, copilot-cli
Additional notes for reviewers
Hooks + skills + an MCP server entry, all pointing at the deja binary (brew install deja-vu / go install). The plugin never downloads or installs software itself: with the binary absent the SessionStart hook prints one line saying how to install it and every hook exits 0. Reads session files under the user's home only, writes an index under ~/.cache/deja, no network calls; credentials redacted at index time. Security model: docs/SECURITY-MODEL.md; the plugin dir has its own SECURITY.md. Installed and listed by copilot plugin list from a direct repo install. The reviewed ref is the tag copilot-plugin-0.19.2 (the intake clones by branch/tag, so a bare SHA in the ref field cannot be checked out); it points at main after adding claude-plugin/plugin.json in the Agent Plugins layout (the intake's first pass asked for it); the manifest there is 0.19.2, the version submitted.
Submission checklist
Plugin name
deja-vu
Short description
Memory for Copilot CLI built from the session history already on the machine — Copilot CLI, Claude Code, Codex, Cursor and 18 more agents — including everything from before the plugin was installed. Recall at session start and before a tool runs; local BM25 index, no LLM, no network.
GitHub repository
vshulcz/deja-vu
Plugin path inside the repository
claude-plugin
Ref to review
copilot-plugin-0.19.2
Commit SHA to review
f2cebd693dcd864d14309ee696d38dbe587b746c
Version
0.19.2
License identifier
MIT
Author name
vshulcz
Author URL
https://github.com/vshulcz
Homepage URL
https://vshulcz.github.io/deja-vu/guide/memory-for-copilot.html
Keywords
memory, session-history, recall, context, copilot-cli
Additional notes for reviewers
Hooks + skills + an MCP server entry, all pointing at the deja binary (brew install deja-vu / go install). The plugin never downloads or installs software itself: with the binary absent the SessionStart hook prints one line saying how to install it and every hook exits 0. Reads session files under the user's home only, writes an index under ~/.cache/deja, no network calls; credentials redacted at index time. Security model: docs/SECURITY-MODEL.md; the plugin dir has its own SECURITY.md. Installed and listed by copilot plugin list from a direct repo install. The reviewed ref is the tag
copilot-plugin-0.19.2(the intake clones by branch/tag, so a bare SHA in the ref field cannot be checked out); it points at main after addingclaude-plugin/plugin.jsonin the Agent Plugins layout (the intake's first pass asked for it); the manifest there is 0.19.2, the version submitted.Submission checklist