deepseek-harness-memory
Run the following command in DeepSeek Harness:
dsh plugin install 2303572348/deepseek-harness-memory
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install 2303572348/deepseek-harness-memory in your terminal; the source is available at https://github.com/2303572348/deepseek-harness-memory
About this plugin
Every fresh dsh session feels like starting over with an amnesiac colleague—build commands, debugging preferences, and project conventions you spelled out last week are already gone. deepseek-harness-memory fills that gap with a lightweight, pure-Markdown memory store indexed by MEMORY.md and YAML frontmatter. On every prompt assembly the memory index is automatically injected into the system prompt so the model begins each conversation already aware of your long-term context.
The format maps one-to-one to Claude Code memory layout with zero runtime dependencies. A memory tool (add / update / delete / list / read) lets the model follow a written discipline for saving and updating facts, while import-claude copies existing ~/.claude memories into the dsh store in one go. A read-only fallback automatically surfaces Claude Code memories when the dsh side is still empty. projectAliases normalizes multiple checkouts of the same project into a single key so memory belongs to the project rather than a specific directory path.
Ideal for developers who code daily in dsh and want the model to carry project conventions and personal preferences across sessions, and especially for those migrating from Claude Code who would rather inherit existing memories than rebuild them from scratch. No extra services or databases required—just restart the dsh web server and you are live.
Use Cases
- Carry build commands and coding preferences across sessions
- Migrate existing Claude Code memories into dsh
- Share unified memory across multiple checkouts of one project
Best For
- Developers coding daily in dsh
- Users migrating from Claude Code
- Tech leads who want the model to retain project conventions
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.