DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-memento

Approval-gated, auditable cross-session memory for DeepSeek Harness using a local SQLite store.

UI & ProductivityTerminal & TUIDeveloper ToolsSecurity & PolicySkills & Workflows
59GitHub Stars1ForksUpdated2026-08-22

Install

$ dsh plugin --profile web add "github:PerryLink/dsh-memento#main"

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-memento is an installable DeepSeek Harness memory plugin that provides a typed ctx.memory service, local SQLite-backed storage, memory tools, frozen system-prompt snapshots, and audit-oriented write approval flows.

Key Capabilities

  • Provides a typed ctx.memory service backed by a local SQLite database.
  • Adds memory and memory_recall tools for storing, querying, consolidating, and recalling memory.
  • Routes add, replace, remove, and seed writes through configurable ask, auto, or off approval policies.
  • Injects a frozen memory snapshot into the system prompt once per session.
  • Separates user and agent memory into user-global and workspace layers per agent preset.
  • Offers /memory commands and a read-only web panel for entries, budgets, and audit data.
  • Supports import/export adapters for mem0 collections, Hermes memory.md, and CLAUDE.md-style Markdown.
  • Includes a protocol specification and conformance suite for compatible memory providers.

Useful For

  • Preserving approved user preferences and workspace conventions across DSH sessions.
  • Reviewing memory changes through approval prompts and audit records.
  • Recalling bounded local memory and recent session-history matches.
  • Migrating supported Markdown or mem0 memory content into a local DSH memory store.
  • Browsing memory entries, storage budgets, and recent audit activity from DSH.

Who It Fits

  • DeepSeek Harness users who want local cross-session memory.
  • Teams or individuals needing approval-gated memory writes and audit visibility.
  • Plugin developers exploring the ctx.memory protocol and adapter contract.

Documented Limitations

  • Requires Node ^22.19.0 or >=24.0.0.
  • The declared compatibility range lists DeepSeek Harness 0.1.0-rc.8, while the README compatibility table references 0.1.0-rc.6.
  • With writePolicy set to ask, writes fail closed if no UI or ACP answerer is composed.
  • Search uses case-insensitive substring matching rather than FTS5 indexing.
  • Custom session events are declared but not emitted until a Harness build supports registration of out-of-repository event types.
  • Multiple processes sharing the same DSH home use the same SQLite file and rely on SQLite locking.

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 0 runtime, 9 development, 4 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as Apache-2.0.

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
PerryLink/dsh-memento
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
40157a5 · 2026-08-22

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
59GitHub stars
Forks
1
Open issues
0
Last commit
2026-08-22
Last release
2026-08-21
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