Repository unavailableThe source repository is currently unavailable. Plugin information is preserved from the last successful DSH Plugin Registry snapshot.
DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-memo

Local-first session memory and recall tools for DeepSeek Harness agents.

Developer Tools
5GitHub Stars0ForksUpdated2026-08-21

Install

$ dsh plugin --profile web add dsh-memo@latest

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
Memo is a DeepSeek Harness plugin that adds session search, durable notes, and corpus statistics through the official sessionQuery service and a local JSONL notes file.

Key Capabilities

  • Adds memo_search for cross-session full-text recall across DSH sessions and saved notes.
  • Adds memo_remember to save durable, tagged notes in $DSH_HOME/memo/notes.jsonl.
  • Adds memo_stats for a session and note corpus overview.
  • Installs a Cordis patch that enables DSH session-query indexing on first search.
  • Uses the official sessionQuery backend rather than maintaining a separate vector database or embedding index.

Useful For

  • Recall prior project decisions, discussions, and evidence from earlier sessions.
  • Save durable preferences, conventions, and facts for later agent sessions.
  • Search session history with optional session, date, and note-tag filters.
  • Inspect the size and recent contents of the available memory corpus.

Who It Fits

  • DeepSeek Harness web-profile users.
  • Agent users who need local-first recall across DSH sessions.
  • Teams or individuals who want durable agent notes without external memory infrastructure.

Documented Limitations

  • Requires DeepSeek Harness with the sessionQuery service and an open session-query index.
  • The in-memory session index rebuilds on the first search after a fresh boot unless a persistent SQLite path is configured.
  • On slow session-query backends, Memo can degrade to phrase-only results or temporarily skip session searching while notes search remains available.
  • Chinese/CJK recall is limited by the backend unicode61 tokenizer; word-level search inside contiguous Han runs is not supported.
  • Pure-Chinese queries cannot match English session content without shared matching terms.
  • Uses lexical retrieval rather than dense or embedding-based retrieval.

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, 0 development, 0 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
lesliechowsh/dsh-memo
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
a5963d6 · 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
5GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-21
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