dsh-memory-delta
分层跨会话记忆,只推变化的部分:首轮注入全部有效条目,之后只推新增 / 已更新 / 已失效,没有任何变化时一个字都不注入。事实与决策带语义键(一个 key 只有一个有效结论),模型只能写收件箱、由人确认后才成为常驻事实;条目可以带复核时间,到期后提醒一次;检索按相关度排序,中文按 bigram 匹配;侧边栏页签不再只是列文件,而是讲清流程:条目按「待你确认 / 已在用 / 已归档」分组,可按类型、标签或日期三种维度查看,并能在界面上确认候选、撤回或归档常驻条目、取回已归档条目、删除候选,同时显示全局与工作区规范文件以及当前注入体积。附带零依赖 CLI,不装 DSH 也能用这套记忆库。
Layered cross-session memory for DSH that pushes only what changed. The first round injects every active entry, later rounds push only added / updated / removed ones, and nothing at all is injected when nothing changed. Facts and decisions carry semantic keys (one active truth per key), the model may only write to an inbox that a human promotes, an entry can carry a review date that raises a one-time reminder when it comes due, search is relevance-ranked with Chinese matched by bigram, and a sidebar tab tells the lifecycle story instead of just listing files — entries are grouped into awaiting confirmation / in use / archived, viewable by type, tag or date, and the tab can promote a candidate, withdraw or archive a standing entry, restore an archived one and delete a candidate, alongside the global and workspace instruction files and the current injection size. A zero-dependency CLI ships with it, so the store is usable without DSH.
怎么安装
dsh plugin add github:lpf20200901/dsh-memory-delta 简介
dsh-memory-delta English | 中文 **Layered, auto-injected cross-session memory for AI coding agents.** A DSH (DeepSeek Harness) plugin, plus a zero-dependency standalone CLI. It borrows the *spec / change / archive* discipline from OpenSpec — but **pushes** instead of pulls. **Canonical repository: GitHub** · Gitee is a read-only mirror — please file issues and pull requests on GitHub. Status: **M1–M4 done**; M3/M4 (differential injection, both tools, the distillation nudge) were verified inside a real DSH session, and the M5 improvements below are covered by 825 assertions plus a real-machine pr…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-20
- 创建于
- 2026-09-17
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek, deepseek-harness, dsh-better-sidebar, dsh-plugin, memory
同类推荐
dsh-mnemon
omdsh-dev/dsh-mnemon
由 Mnemon 驱动的 DeepSeek Harness(DSH)跨 Agent、本地优先的持久记忆插件。它可在支持 Mnemon 的 Agent 之间共享长期记忆,并提供运行时记忆、可检索项目档案、语义召回、知识图谱和 Sidebar UI。
memsearch
zilliztech/memsearch
为所有AI Agent(如Claude Code、Codex)提供的持久统一记忆层,由Markdown和Milvus支持。
dsh-mnemon
dsh-external/dsh-mnemon
用于 DeepSeek Harness (DSH) 的跨代理、本地优先持久内存插件,由 Mnemon 驱动。它在启用 Mnemon 的代理之间共享长期记忆,并添加运行时记忆、可搜索项目文档、语义召回、知识图谱和侧边栏 UI。
markdownify-mcp
zcaceres/markdownify-mcp
用于将几乎任何内容转换为Markdown的Model Context Protocol服务器。