DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-plugin-recall

Cross-session memory plugin that searches prior DSH sessions and returns relevant excerpts to the current model context.

Developer Tools

Install

$ dsh plugin --profile web add dsh-plugin-recall

Repository Intelligence

AI-assisted, source-grounded explanation based on the public repository snapshot. It does not replace compatibility or security verification.

source-grounded
dsh-plugin-recall adds a model tool and a human command for searching persisted session history through DSH's SQLite FTS5-backed session query service.

Key Capabilities

  • Provides a `recall` model tool for full-text search across historical sessions.
  • Provides a `/recall <query>` human command.
  • Returns matching session IDs, timestamps, event types, live/persisted status, and highlighted excerpts.
  • Supports result limits and restricting searches to specified session IDs.
  • Treats queries as literal phrases rather than executable FTS syntax.

Useful For

  • Resume work from decisions made in an earlier session.
  • Find previously used commands or publishing steps.
  • Recall prior mistakes, debugging context, or security-related discussions.
  • Search a selected subset of session histories.

Who It Fits

  • DeepSeek Harness users who work across multiple sessions.
  • Developers using the web profile with session-query support.

Documented Limitations

  • Requires `ctx.sessionQuery`; the tool reports an error when it is not mounted.
  • Full-text search is disabled when configured with `openAt: never`.
  • Results are FTS5 highlighted excerpts rather than exact session replay; a session tool is needed for precise reading.
  • Search covers persisted sessions in the current `DSH_HOME` only, not histories from other machines or deployments.
  • Tokenization uses SQLite FTS5 unicode61 behavior, so substring-style matches may not be found.

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
Package Manifest Available

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

info
License Not Declared

GitHub did not report an SPDX license for this repository snapshot.

low
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Traceable source and registry metadata for this entry, kept separate from runtime verification.

Source repository
truelove-dreamer/dsh-plugin-recall
Registry source
Public GitHub repository
Source snapshot
f4573718740a
Artifact type
plugin
AI enrichment
gpt-5.6-terra · 2026-08-14
Prompt version
dsh-plugin-enrichment-v3

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
0
Forks
0
Open issues
0
Last commit
2026-08-14
Last release