Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
dsh-memory
Local Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, previews, and rollback.
Plugin facts
Screenshots
About this plugin
Local Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, previews, and rollback.
Install this DSH plugin
Copy the command below and run it in your DeepSeek Harness terminal.
dsh plugin add github:seriousz158/dsh-memory Plugins run with the permissions of your dsh process and may execute code at install time. Review the source repository and its license before installing. Pin the commit hash for reproducible installs. Plugin safety →
More about this plugin
Stores durable memory in a local Git repository, not in this source repository or a hosted service. - Registers the memory settings namespace immediately, so memory.enabled takes effect for the next model call without restarting DSH. - Shows a long-term-memory row in DSH settings with repository status and a double-confirmation Delete memory action. - Preserves a Git recovery point before clearing summary.md, handbook/, rollouts/, and archive/: a clean repository reuses its existing HEAD, while dirty target paths get a dedicated checkpoint commit; the next commit records the cleared state. - Refuses unsafe repository layouts, symbolic-link escapes, non-repository roots, and path races during a clear operation. - Can process only idle local session logs through an optional headless synchronizer. The synchronizer defaults to workspace-write, never silently installs DSH, and forwards only an allowlisted environment.
Related guides
Learn how to choose, install, and use memory plugins.
About this plugin: dsh-memory
What is dsh-memory?
dsh-memory is a memory plugin maintained by seriousz158. Local Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, previews, and rollback.
How do I install dsh-memory?
Run dsh plugin add github:seriousz158/dsh-memory in your DeepSeek Harness terminal. The dsh CLI resolves the plugin from GitHub and installs it into your active profile. For reproducible installs, pin a commit hash: dsh plugin add github:seriousz158/dsh-memory#commit.
Is dsh-memory free?
dsh-memory is a community open-source project released under the MIT license. You can inspect its source and install it for free.