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 分析

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

パッケージ
@dsh-external/dsh-local-memory
バージョン
0.0.1
ライセンス
BSD-3-Clause
最終更新
2026/09/01

インストール

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

ドキュメント

README 全文を読む ↗

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.