SYMlp/dsh-markdown-memory0

dsh-markdown-memory

Markdown 文件夹长期记忆插件:将指定目录下的 Markdown 文件作为事实记忆,以系统提示词形式注入每次请求。

AI 分析

通过本地 Markdown 文件夹为 AI 提供持久的背景知识或个人事实库。适合需要让 AI 长期记住特定项目背景、个人偏好或常用知识的用户。

套件
dsh-markdown-memory
版本
0.1.0
授權
MIT
最近更新
2026年8月17日

安裝

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

Configuration

FieldDefaultMeaning
path(required)Absolute path of the memory directory. Load fails when it is missing or not a directory.
indexFileMEMORY.mdIndex file name inside the directory. Injected in full.
maxBytes32768Byte bound for the injected section. Longer content is truncated with a notice.
sectionOrder120Prompt section order, inside the 100–199 tool-guidance band.

Misconfiguration fails at load with a message naming the field.