deja-vu
读取本机上其他十九个编程智能体已经写下的会话文件——Claude Code、Codex、Cursor、opencode、Antigravity、Kimi、Cline、Zed 等,包括安装之前的历史:提供 deja_recall、deja_session、deja_blame 三个工具与 /deja 命令,并可选地把召回结果加入运行时上下文。本地 BM25 索引,不用大模型,不用向量嵌入,不联网。
Reads the session files nineteen other coding agents on this machine already wrote — Claude Code, Codex, Cursor, opencode, Antigravity, Kimi, Cline, Zed and more — including sessions from before it was installed: deja_recall, deja_session and deja_blame tools, a /deja command, and optional automatic recall added to the runtime context. Local BM25 index, no LLM, no embeddings, no network.
怎么安装
dsh plugin add github:vshulcz/deja-vu/tree/main/extensions/dsh git clone https://github.com/vshulcz/deja-vu/tree/main/extensions/dsh ~/.claude/skills/deja-vu 推荐参考
信息
- 协议
- MIT
- 语言
- Go
- GitHub 星标
- 704
- 月下载
- –
- 最近更新
- 2026-08-24
- 创建于
- 2026-07-14
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com
- 主题标签
- agent-memory, ai-memory, antigravity, bm25, claude, claude-code, claude-code-hooks, claude-code-plugins, claude-code-skill, cli, codex, coding-agents, deepseek-harness, developer-tools, dsh-plugin, gemini-cli-extension, mcp, mcp-server, opencode, zed-extension
同类推荐
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight:会学习的 Agent 长期记忆系统,自动召回/保存、知识页、深度反思与按仓库隔离的记忆银行。
memsearch
zilliztech/memsearch/tree/main/plugins/dsh
供 DSH 与其他编程 Agent 共享的 Markdown 记忆,支持自动捕获、步骤前上下文注入、搜索召回,以及通过审阅面板实现 memory-to-skill 自进化。