Skip to content

flymysql/dsh-memory

00Last commit Aug 14, 2026

dsh-memory DSH plugin

dsh-memory-vault is an installable DeepSeek Harness plugin that stores facts, preferences, decisions, and project notes across sessions. It provides remember, recall, and forget tools, injects recent memory into system-prompt assembly, and adds a Settings memory page.

How to install the dsh-memory DSH plugin

dsh plugin --profile web add dsh-memory-vault

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-memory DSH plugin can do

  • Provides memory_remember, memory_recall, and memory_forget model tools.
  • Persists records in the dsh_memory storage-domain unit, using a JSON backend by default.
  • Injects recent memory entries during each system-prompt assembly.
  • Ranks recall results by tag and content matches, with newer entries first.
  • Adds a browser Settings page to browse, add, and delete memory entries.
  • Supports configurable injectLimit and recallLimit values.

Where the dsh-memory DSH plugin fits

  • Retain project requirements and deployment targets between agent sessions.
  • Store user preferences for later agent interactions.
  • Recall prior decisions and project notes during follow-up work.
  • Review or remove stored memories from the browser Settings page.

Who the dsh-memory DSH plugin is for

  • DeepSeek Harness users who need persistent agent context across sessions.
  • Developers using the web profile who want a browser interface for managing stored memories.

dsh-memory DSH plugin limitations

  • The default storage backend is JSON.
  • Prompt injection and recall are limited by configurable entry counts, defaulting to 8 injected entries and 10 recall results.
  • Memory recall scoring is based on tag matches and content matches.
  • The documented browser management page is provided for the web client platform.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 2 runtime, 0 development, 6 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as MIT.

    info
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-memory DSH plugin alternatives

dsh-memory DSH plugin questions

What is the dsh-memory DSH plugin?

dsh-memory is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-memory DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-memory use?

The snapshot records web as the dsh-memory profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-memory compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-memory fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-memory?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.