DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Dev Memory — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-dev-memory

Dev Memory

Lightweight project memory library for DeepSeek Harness: markdown files, three tools, session-start retrieval. No Claude Code or extra skill required.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-dev-memory@0.4.17
READMECompatibilityVersions

Compatibility and provenance

Dev Memory is published as dsh-dev-memory and currently resolves to version 0.4.17. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.4.17stable
9/8/2026
0.4.16stable
9/2/2026
0.4.15stable
8/31/2026
Show 22 more versionsCollapse versions
0.4.14stable
8/31/2026
0.4.13stable
8/31/2026
0.4.12stable
8/31/2026
0.4.11stable
8/31/2026
0.4.10stable
8/31/2026
0.4.9stable
8/31/2026
0.4.8stable
8/31/2026
0.4.7stable
8/31/2026
0.4.6stable
8/31/2026
0.4.5stable
8/28/2026
0.4.4stable
8/27/2026
0.4.3stable
8/27/2026
0.4.2stable
8/27/2026
0.4.1stable
8/27/2026
0.4.0stable
8/27/2026
0.3.0stable
8/27/2026
0.2.3stable
8/27/2026
0.2.2stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.4.17
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
140.6 kB
Files
19
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
133
Security scan
✓ v0.4.17 scan passed
Last push
8/31/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
0.2.1stable
8/27/2026
0.2.0stable
8/27/2026
0.1.1stable
8/27/2026
0.1.0stable
8/27/2026

Related plugins

More verified plugins in memory-context.

Contextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)

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