engramory#plugin
tinqiao-oss
✓ 已验证 · dsh 0.1.1-rc.2 · 2026-08-22
给 DeepSeek Harness 的长期记忆,以纯 markdown 保存:一条事实一个文件,任何编辑器都能打开。索引 `MEMORY.md` 有 200 行 / 25KB 的硬上限,由 `ctx.tools.guard()` 强制执行——让已超限的索引继续变大的写入会被拒绝,而缩小它的重写一律放行,于是过大的索引可以一步步压缩下来。插件不会自行写入记忆,记什么由你和模型决定。同一个记忆库也被 Claude Code、Codex、Kiro、OpenClaw 使用。
Long-term memory for DeepSeek Harness kept as plain markdown, one fact per file, readable in any editor. The `MEMORY.md` index has a hard 200-line / 25 KB cap enforced by `ctx.tools.guard()`: a write that would grow an over-cap index is denied, while a rewrite that shrinks it always passes, so an oversized index can be compacted step by step. The plugin never writes memories on its own — what is kept is decided by you and the model. The same store is also used by Claude Code, Codex, Kiro and OpenClaw.
安装命令
该插件尚未生成经过校验的安装命令。
安装后运行 dsh --profile web --dump-config 并重启对应 profile。插件会以你的本机权限运行第三方代码,安装前请检查源码。