dsh-tui-ecosystem/dsh-code-memory0

dsh-code-memory

Cross-session memory plugin for DeepSeek Harness (dsh): file-first markdown memories, recall injection, agent memory tools

AI 分析

提供基于文件的 Markdown 跨会话记忆、召回注入和智能体记忆工具。适合需要跨会话保留项目上下文的用户。

パッケージ
dsh-code-memory
バージョン
0.0.2
最終更新
2026/08/16

インストール

$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