dsh-tui-ecosystem/dsh-code-memory ↗★ 0
dsh-code-memory
DeepSeek Harness 跨会话 Markdown 记忆插件
AI 分析
提供基于文件的 Markdown 跨会话记忆、召回注入和智能体记忆工具。适合需要跨会话保留项目上下文的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-tui-ecosystem/dsh-code-memory说明文档
阅读完整 README ↗配置(全部有默认值)
enabled: true
scopes: { global: true, project: true }
recall: { maxTokens: 1200, topK: 3, onSessionStart: true, onPreStep: true }
capture: { salienceGated: true, compactionRescue: true } # salienceGated 同时门控报错触发召回
projectDir: '.dsh/memory'
smokeEvent: false # 仅开发:每会话写一条 dummy memory/captured 验证 resume