aqsk-BLG/dsh-memory0

dsh-memory

Layered file memory for DeepSeek Harness: global snapshot injection, workspace notes, session recall, post-compaction flush, and a bundled usage skill

包名
dsh-memory
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aqsk-BLG/dsh-memory

Configuration

KeyDefaultMeaning
dshHome$DSH_HOME or ~/.dshDirectory containing USER.md and MEMORY.md
memoryBudgetChars4000Code-point budget for the injected MEMORY.md snapshot; overflow is truncated
userBudgetChars1500Code-point budget for the injected USER.md snapshot; overflow is truncated
maxHits20Maximum sessions one session_search call may return
flushEnabledtrueQueue the flush reminder after a successful compaction when true