pacoyi/dsh-memory-lite0

dsh-memory-lite

Lightweight cross-session memory for DeepSeek Harness: one `memory` tool with save/recall/list/forget operations plus a Settings-card UI, persisted to ~/.dsh/memory-lite.json.

AI Analysis

核心用途是让 AI 助手具备跨会话的长期记忆能力。适合希望 AI 记住个人偏好、项目规范或常用配置的用户,通过简单的对话即可让 AI 自动存取和管理关键信息。

Package
dsh-memory-lite
Version
0.1.0
License
MIT
Last updated
Aug 28, 2026

Install

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

Usage

Just talk to the agent — it decides when to save and recall:

"记住:这个项目用 pnpm,不要用 npm" "我之前跟你说过什么关于部署的事?"

The tool schema it uses:

ParamApplies toDescription
operationallsave | recall | list | forget
notesaveThe text to remember — self-contained and specific
tagssaveOptional tags, e.g. ["preference", "project-x"]
queryrecallKeyword, matched case-insensitively against text and tags
tagrecallMatch entries carrying this exact tag
limitlist/recallMax entries to return (default 10, max 100)
idforgetThe entry id to delete