@guntur-d/dsh-memory
DeepSeek Harness 的跨会话持久化记忆插件,支持工作区范围的持久事实记录,提供模型端写入、列表、搜索和遗忘工具。
AI 分析
核心用途是实现跨会话的持久化工作区记忆。适合需要在多次对话间保持项目背景、配置偏好等信息的长期开发任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:guntur-d/dsh-memory说明文档
阅读完整 README ↗Usage
The model calls memory_write when something durable is established (a port, a preference, a non-obvious project fact). You can prompt it explicitly:
Please remember: the staging server listens on port 3080 and the deploy script is deploy.sh
A later session in the same workspace starts with an app:memory section listing the recent memories, and can memory_list / memory_search / memory_forget (by id) on demand.