dsh-noema
Run the following command in DeepSeek Harness:
dsh plugin install ZSeven-W/dsh-noema
Paste the following prompt into your AI chat to install this plugin:
Install the plugin by running `dsh plugin install ZSeven-W/dsh-noema` inside DeepSeek Harness; the full source code is available at https://github.com/ZSeven-W/dsh-noema .
About this plugin
Every AI coding agent starts each conversation with amnesia. You spend the first twenty minutes re-explaining your project conventions, decisions, and constraints — only for the next session to forget them all. DSH Noema fixes this by connecting DeepSeek Harness to Noema, a local-first, non-vector memory system. Instead of fuzzy vector embeddings, your agent's memories are stored as plain, inspectable Markdown files under ~/.agent-memory/, and a noema_recall tool loads the relevant context at the start of every session. You can search, browse, audit, and even ask the agent to explain why a memory was or wasn't recalled.
Where it really stands out is migration. If you've been using Codex, Claude Code, opencode, Cursor, Grok, WorkBuddy, Antigravity, Trae, Qoder, or Hermes, the noema_import tool reads those tools' memory files (AGENTS.md, CLAUDE.md, MEMORY.md, rules, and more), splits them into sections, and imports each one as a durable memory — with a content-keyed ledger that deduplicates across runs and across tools that share the same files. A settings page gives you full control: server command, memory root, token budgets, timeouts, and a memory browser for adding, reviewing, and deleting entries directly.
This plugin is built for people who actually run an agent day in and day out. The idle timeout defaults to never, a keep-alive loop restarts the memory server in the background if it crashes, and after the first boot everything hot-reloads — rebuild the host plugin and the running DSH reloads it without a server restart; rebuild the client bundle and the browser hot-swaps without a page refresh. If you juggle multiple AI coding tools and want to consolidate all that accumulated context into one durable, inspectable, local-first memory for DeepSeek Harness, DSH Noema is for you.
Screenshots
Use Cases
- Automatically recall memories relevant to the current task at the start of each new session, avoiding repeated context setup.
- Migrate accumulated AGENTS.md and MEMORY.md files from tools like Codex, Claude Code, and Cursor into one unified memory store.
- Keep the memory server running around the clock, with automatic background restarts after crashes for uninterrupted long-running workflows.
Best For
- Developers who rely heavily on AI coding agents like DeepSeek Harness in daily work.
- Users juggling multiple AI coding tools who want a single unified memory store.
- Developers who value local-first storage, inspectability, and transparent, explainable memory behavior.
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.
