huangjua/dsh-local-memory0

@dsh-external/dsh-local-memory

DSH 跨会话持久化本地记忆插件,支持 Markdown 单一真值源与自愈 SQLite 全文检索镜像。

AI 分析

为 DSH 提供跨会话的本地记忆持久化功能。适合需要 Agent 自动记住项目规范、技术栈等上下文,并在新会话中无缝召回的用户。

包名
@dsh-external/dsh-local-memory
版本
0.0.1
许可证
BSD-3-Clause
最近更新
2026年9月1日

安装

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

Typical Usage Flow

  1. Ask agent to remember: "Remember that our project uses pnpm and strict TypeScript."
  2. Review staged memory: Run /local-memory or approve staged entries via memory_pending.
  3. Seamless recall: In any new session, the agent automatically receives the frozen memory context without any extra prompts.