@guntur-d/dsh-memory
Persistent cross-session memory plugin for DeepSeek Harness: workspace-scoped durable facts with model-facing memory_write/list/search/forget tools and bounded prompt injection
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.