guyuefangyuanl/dsh-memory ↗★ 1
dsh-memory
Cross-session persistent memory for the DeepSeek Harness: a model-facing memory tool, an always-on index section, and a bundled maintenance skill.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:guyuefangyuanl/dsh-memory说明文档
阅读完整 README ↗配置
| key | 默认 | 说明 |
|---|---|---|
dshHome | $DSH_HOME 或 ~/.dsh | 记忆根目录的父级 |
scope | layered | layered 两层都可见;project 只按 cwd 隔离的那层;global 只共享层 |
cwd | $DSH_CWD 或 process.cwd() | 决定项目 slug |
indexBudgetBytes | 16384 | 注入索引的字节上限 |
maintenanceSkill | true | 设为 false 则不注册捆绑技能 |