dsh-memory-manager
Run the following command in DeepSeek Harness:
dsh plugin install MoonlitDropOfBlood/dsh-memory-manager
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install MoonlitDropOfBlood/dsh-memory-manager in your terminal to install this plugin in DeepSeek Harness; the full source code is hosted at https://github.com/MoonlitDropOfBlood/dsh-memory-manager .
About this plugin
Multi-turn conversations in DeepSeek Harness Web UI tend to lose user preferences, project conventions, and past feedback once a session ends. dsh-memory-manager adds a persistent, per-project memory layer to DSH: each entry is stored as a Markdown file with a type tag (user, feedback, reference, project, other) and a project scope, surviving across sessions so the agent always knows what matters.
Core capabilities include a dedicated memory management page in Settings with search, project and type filters, and full create-edit-delete workflow; automatic index injection of the current project and global memories into the system prompt on every model call, so the agent only fetches full text on demand, saving roughly an order of magnitude of context tokens compared to stuffing every entry verbatim; three registered agent tools (memory_save, memory_get, memory_list) that let the model proactively capture user preferences and project knowledge during conversation; and a one-click import that scans the ZCode CLI memory directory, deduplicates by name, and brings accumulated history into DSH with minimal friction.
It is well suited for DSH users who need consistent context across sessions, and especially for those migrating from the ZCode ecosystem who want to carry over accumulated user preferences and technical references into a new workflow without re-typing everything.
Use Cases
- Retain user preferences and project conventions across sessions without re-telling them
- Migrate accumulated ZCode memories into the DSH workflow with one click
- Search, filter, and edit memory entries by project and type from the Settings panel
Best For
- Daily DSH users who need consistent context across multiple sessions
- Developers migrating from the ZCode ecosystem wishing to preserve accumulated preferences and feedback
- Team members who want the agent to autonomously capture and reuse project knowledge over time
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.