Cross-session memory for DeepSeek Harness via the official storage domain: memories persist through ctx.storage (storageDomain table) and are injected into the system prompt through a registered section (memory:recall), with memory_save / memory_forget tools so the agent reads and writes its own memory (maxMemories configurable).
- GitHub stars
- 1
- License
- MIT
- Added
- 2026-08-23
GitHub info
- GitHub stars
- 1
- License
- MIT
- Primary language
- TypeScript
- Last push
- Aug 22, 2026, 6:50 AM
- Maintainer
- 988hj7tczd-oss
- Added
- 2026-08-23
Install
dsh plugin --profile web add github:988hj7tczd-oss/harness-desktop#path:/plugins/harness-memoryREADME badge
Add this Markdown to your plugin README to link back to its listing.
[](https://dshget.com/plugins/988hj7tczd-oss/harness-desktop%23plugins/harness-memory)Related plugins
MemoryOpenViking#examples/dsh-memory-plugin
★ 34201OpenViking memory and context bundle for DeepSeek Harness: pre-step auto-recall and profile injection, session capture, `viking://` URI guarding, and recall/write memory tools backed by an OpenViking server.
hindsight#coding-agents
★ 21624Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
ReMe#typescript
★ 3367Connects DeepSeek Harness to ReMe's local-first, self-evolving personal knowledge base: automatically captures completed main-agent conversations as user-owned Markdown memory, searches conversations and source material through reme_search with BM25, optional embeddings, and wikilink expansion, and schedules daily memory consolidation.