DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-native-memory

Per-workspace long-term memory plugin for DeepSeek Harness with approval-gated writes, provenance citations, and cross-session FTS recall.

Developer ToolsSecurity & Policy
2GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add dsh-native-memory # npm after release

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-native-memory is an installable DeepSeek Harness plugin that stores workspace-scoped facts and profiles in DSH storage. It provides memory tools, cited session-log provenance, bounded profile injection, and on-demand recall across prior workspace sessions.

Key Capabilities

  • Stores facts and profiles per workspace using DSH's storage-domain.
  • Provides approval-gated tools to remember, edit, forget, and import facts.
  • Recalls facts through a deterministic keyword strategy and searches prior sessions with full-text search.
  • Records fact origins as session ID and sequence number, with tools to expand citations to source log excerpts.
  • Rejects secret-shaped text by default; bundle configuration can mask or disable that policy.
  • Exports a masked, idempotent Markdown memory mirror at `.dsh-memory/memory.md`.
  • Adds a read-only browser settings page for viewing workspace facts with secrets masked.
  • Optionally proposes candidate facts after a session and includes an enabled-by-default deterministic compaction drift guard.

Useful For

  • Persist approved workspace facts and user/project profiles across DSH sessions.
  • Search previous workspace session logs for relevant context.
  • Review the source provenance behind a stored memory.
  • Maintain a Git-friendly Markdown representation of workspace memory.
  • Surface candidate memories from completed sessions for human approval.

Who It Fits

  • DeepSeek Harness users who need workspace-scoped long-term memory.
  • Teams or developers who want human approval before persistent memory changes.
  • Users who need traceable memory entries linked to session-log evidence.

Documented Limitations

  • Requires Node.js 22.19.0 or later according to the package engine declaration.
  • Designed for the DSH web profile; the README instructs users to restart `dsh web` after installation.
  • Memory is scoped to an exact workspace current working directory.
  • Secret-shaped text is rejected by default, and the credential-assignment detector may flag benign `token: …` values of 16 or more characters.
  • Session-end proposals require explicit opt-in and use one LLM call per finished session when enabled.
  • The browser interface is read-only; deletion actions are routed through a chat instruction and approval gate.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 9 development, 1 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

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
highland0971/dsh-native-memory
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
9acd2ca · 2026-09-11

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
2GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app