dsh-memory
Layered file memory for DeepSeek Harness: global snapshot injection, workspace notes, session recall, post-compaction flush, and a bundled usage skill
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aqsk-BLG/dsh-memory说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
dshHome | $DSH_HOME or ~/.dsh | Directory containing USER.md and MEMORY.md |
memoryBudgetChars | 4000 | Code-point budget for the injected MEMORY.md snapshot; overflow is truncated |
userBudgetChars | 1500 | Code-point budget for the injected USER.md snapshot; overflow is truncated |
maxHits | 20 | Maximum sessions one session_search call may return |
flushEnabled | true | Queue the flush reminder after a successful compaction when true |