huangjua/dsh-local-memory0

@dsh-external/dsh-local-memory

Persistent cross-session local memory for DSH with Markdown SSOT and self-healing SQLite FTS mirror

AI Analysis

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

Package
@dsh-external/dsh-local-memory
Version
0.0.1
License
BSD-3-Clause
Last updated
Sep 1, 2026

Install

$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.