guyuefangyuanl/dsh-memory1

dsh-memory

Cross-session persistent memory for the DeepSeek Harness: a model-facing memory tool, an always-on index section, and a bundled maintenance skill.

AI Analysis

核心用途是提供结构化的跨会话记忆存储。适合需要 Agent 记住长期项目上下文、避免重复输入背景信息的复杂开发任务。

Package
dsh-memory
Version
0.2.1
License
MIT
Last updated
Aug 21, 2026

Install

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

配置

key默认说明
dshHome$DSH_HOME~/.dsh记忆根目录的父级
scopelayeredlayered 两层都可见;project 只按 cwd 隔离的那层;global 只共享层
cwd$DSH_CWDprocess.cwd()决定项目 slug
indexBudgetBytes16384注入索引的字节上限
maintenanceSkilltrue设为 false 则不注册捆绑技能