DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Dev Memory — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-dev-memory

Dev Memory

适用于 DeepSeek Harness 的轻量级项目记忆库:Markdown 文件、三个工具和会话开始时的检索。无需 Claude Code 或额外技能。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-dev-memory@0.4.17
README兼容性版本

兼容性与来源证明

Dev Memory 以 dsh-dev-memory 发布,当前版本为 0.4.17。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.4.17stable
2026/9/8
0.4.16stable
2026/9/2
0.4.15stable
2026/8/31
查看其余 22 个版本收起版本
0.4.14stable
2026/8/31
0.4.13stable
2026/8/31
0.4.12stable
2026/8/31
0.4.11stable
2026/8/31
0.4.10stable
2026/8/31
0.4.9stable
2026/8/31
0.4.8stable
2026/8/31
0.4.7stable
2026/8/31
0.4.6stable
2026/8/31
0.4.5stable
2026/8/28
0.4.4stable
2026/8/27
0.4.3stable
2026/8/27
0.4.2stable
2026/8/27
0.4.1stable
2026/8/27
0.4.0stable
2026/8/27
0.3.0stable
2026/8/27
0.2.3stable
2026/8/27
0.2.2stable
2026/8/27
0.2.1stable
2026/8/27
0.2.0

相关插件

正在加载相关插件…

最新版
0.4.17
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
140.6 kB
文件数
19
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
133
安全扫描
✓ v0.4.17 扫描通过
最近提交
2026/8/31
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
stable
2026/8/27
0.1.1stable
2026/8/27
0.1.0stable
2026/8/27

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Memory Plugin@openviking/dsh-memory-plugin适用于 DeepSeek Harness 的 OpenViking 记忆与上下文套件Contextdsh-context用于上下文洞察和管理的 DeepSeek Harness 插件,提供上下文仪表板和上下文命令,帮助了解上下文的构成及其演变过程。Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。

README

dsh-dev-memory

demo

English: see English.

面向 DeepSeek Harness(DSH)的 轻量项目记忆库。 记忆是普通 markdown;插件在会话开始检索并注入,在合适的边界提醒写入。

能力

  • 自动检索 — 会话开始时按当前工作区检索相关记忆,按 token 预算注入上下文。
  • 按需查询 — memory_search
  • 结构化写入 — memory_write(分类门:fact / pitfall / open_question,需证据)
  • 健康检查 — memory_health(索引、孤儿、断链)
  • 自动更新(可关) — idle / goal 完成时提醒写盘;输入栏「自动记忆」只改当前对话
  • 写盘可停 — 输入框上方「正在写入记忆 / 停止」;用户排队消息会打断催写并优先处理

对话里调用 memory_write 即为确认,不再经过设置页审核。

依赖

需要说明
Node.js ≥ 18运行时
DeepSeek Harness作为 DSH Cordis 插件加载(例如 dsh web)

运行时脚本随 npm 包发布,安装插件即可,无需额外技能或其它工具链。

安装

dsh plugin --profile <name> add dsh-dev-memory

开发安装:dsh plugin --profile <name> add <local-path>。

安装后 重启 DSH。profile 里是静态副本,当前进程不会热替换。

记忆存在哪

每个工作区一份 markdown 目录。slug = 工作区路径中的 :、\、/、_ 换成 -。

默认根目录:~/.dsh/dev-memory/projects/<slug>/memory

若该工作区已经存在 ~/.claude/projects/<slug>/memory,则继续使用它(兼容已有库)。也可用配置项 memoryRoot 指定任意路径。

建议对记忆根 git init。所有 DSH profile 共用 ~/.dsh/dev-memory/workspaces.json。 设置页可浏览其它工作区,不会改变当前会话的写入目标。

配置

写在 cordis.patch.yml 的 config 段:

键默认含义
memoryRoot''(自动)显式记忆根;空则按上一节规则选择
scriptsDir''(包内脚本)覆盖运行时脚本目录;空则使用插件自带脚本
maxInjectTokens1500会话开始注入的 token 预算
writeConfidenceMin'medium'写入最低置信度
autoWritetrue新对话是否自动催写。关掉后仍会在会话开始检索,三个工具仍可用

设置页「新对话默认」写入 ~/.dsh/dev-memory/config.json,重启后仍有效。输入栏「自动记忆」只覆盖当前对话(session-auto-write.json)。

工具

memory_search — query(必填),top(可选,默认 5)。

memory_write — proposal:module、category、confidence、evidence(非空)、draft.relPath + draft.content。changelog 不落盘。

memory_health — 无参数。

示例:examples/tool-calls.md。

限制

  • 这是 DSH 插件,不能脱离 DSH 运行。
  • 设置页浏览其它工作区不会切换当前写入根。
  • 从列表隐藏工作区不会删除记忆文件。

开发

node --test
dsh plugin --profile <name> add <repo-root>

License

MIT


English

A lightweight project memory library for DeepSeek Harness. Memory is plain markdown. The plugin retrieves at session start and prompts for writes at the right boundaries.

Capabilities

  • Auto retrieve — search and inject workspace memory at session start (token-bounded)
  • On-demand search — memory_search
  • Structured write — memory_write (categories: fact / pitfall / open_question; evidence required)
  • Health check — memory_health
  • Optional auto-update — idle / goal-complete write-pass; composer toggle is per conversation
  • Stoppable write-pass — status row above the composer; a queued user message preempts it

Calling memory_write in the conversation is the confirmation.

Dependencies

RequiredNotes
Node.js ≥ 18Runtime
DeepSeek HarnessLoaded as a Cordis plugin (e.g. dsh web)

Runtime scripts ship in the npm package. No extra skill or toolchain.

Install

dsh plugin --profile <name> add dsh-dev-memory

Restart DSH after install.

Where memory lives

One markdown tree per workspace. Slug = workspace path with : \ / _ replaced by -.

Default: ~/.dsh/dev-memory/projects/<slug>/memory

If ~/.claude/projects/<slug>/memory already exists, that library is reused. Override with memoryRoot.

Configure

KeyDefaultMeaning
memoryRoot'' (auto)Explicit memory root
scriptsDir'' (bundled)Override script directory
maxInjectTokens1500Session-start inject budget
writeConfidenceMin'medium'Minimum write confidence
autoWritetrueAuto write-pass for new conversations

The settings “new conversation default” is stored in ~/.dsh/dev-memory/config.json and survives restart. The composer control overrides the current session only.

License

MIT