huangjua/dsh-local-memory ↗★ 0
@dsh-external/dsh-local-memory
DSH 跨会话持久化本地记忆插件,支持 Markdown 单一真值源与自愈 SQLite 全文检索镜像。
AI 分析
为 DSH 提供跨会话的本地记忆持久化功能。适合需要 Agent 自动记住项目规范、技术栈等上下文,并在新会话中无缝召回的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huangjua/dsh-local-memory说明文档
阅读完整 README ↗Typical Usage Flow
- Ask agent to remember: "Remember that our project uses pnpm and strict TypeScript."
- Review staged memory: Run
/local-memoryor approve staged entries viamemory_pending. - Seamless recall: In any new session, the agent automatically receives the frozen memory context without any extra prompts.