DeepSeek Agent
插件市场界面与桌面deja-vu
DEEPSEEK HARNESS PLUGIN

deja-vu

One memory shared by Claude Code, Codex, Cursor, Copilot CLI, OpenClaw and 20 more coding agents, built from the session history already on disk. A fix found in one agent comes back in any of them, including months of sessions from before you installed it. No LLM, no embeddings, one local Go binary.

插件介绍

One memory shared by Claude Code, Codex, Cursor, Copilot CLI, OpenClaw and 20 more coding agents, built from the session history already on disk. A fix found in one agent comes back in any of them, including months of sessions from before you installed it. No LLM, no embeddings, one local Go binary.

agent-memoryai-memoryclaude-codeclaude-code-hooksclaude-code-memoryclaude-code-pluginscodexcoding-agentsconversation-historydeepseek-harnessdsh-plugingemini-cli-extensionkimi-codemcpmcp-serveropencodeqwen-codesession-historysession-searchzed-extension

项目详情摘要

The one memory your coding agents share, built from the history already on your disk. Your agent is about to re-debug something you fixed in March — in a different agent. deja indexes the sessions Claude Code, Codex, Cursor and every other agent on this machine already wrote to disk, and hands the right one back in whichever agent asks. Nobody searched anything — the agent called deja itself. Every line is quoted from two real sessions. Every memory tool starts empty and records forward. deja starts full. And nobody has to ask for it: recall arrives at session start, on every prompt, before a file is edited or a command runs, and after one fails. Keys and tokens are stripped as the index is built, so what reaches the model is safe to send. 85.3% hit@1 on LongMemEval-S · 69.7% on LoCoMo · millisecond lookups over gigabytes of history Both harnesses ship in this repo and run on the public datasets in minutes · check the numbers yourself English | 中文 Docs · Benchmarks · How it compares Install Ten seconds to install, about ten to index, and it is useful. The second command wires MCP recall into every agent it finds, turns on session-start recall where the agent supports it, and builds the first index so the next session does not pay for it. Start a new agent session and ask it something you worked on months ago: have we dealt with jwt refresh rotation before? check your memory It does not have to be asked, either — with auto-recall the agent already knows what you solved in that project when the session opens. Other ways to install, and what to do if you want less than all of it `brew install deja-vu`, `go install github.com/vshulcz/deja-vu/cmd/deja@latest`, or `npx @vshulcz/deja-vu "query"` to try it without installing anything. Desktop

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vshulcz/deja-vu

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。