AI Agent Hub
Back to plugins
🖥️

deepseek-harness-memory

Client Updated 2026.08.15

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