DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-recall

A DeepSeek Harness plugin that locally searches past conversation history using literal, fuzzy, and semantic retrieval.

UI & ProductivityDeveloper Tools
3GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add [email protected]

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-recall is an installable DSH web plugin that gives agents on-demand access to original text from prior sessions, including compacted history. It combines local full-text, fuzzy, and optional bundled semantic retrieval, with scoped searches and progressive detail browsing.

Key Capabilities

  • Registers a recall tool for searching prior conversation records.
  • Combines literal FTS, trigram/character-bigram fuzzy search, and local semantic retrieval.
  • Indexes live and persisted sessions incrementally, including compacted or shadowed history.
  • Returns lightweight session snippets and grouped events, with detail drill-down for original-text windows.
  • Defaults searches to the current session; workspace and all-project scopes require an explicit user request.
  • Adds temporary compaction anchors containing a summary and selected original fragments.
  • Runs semantic inference locally in a worker thread and degrades to fuzzy or literal search when semantic retrieval is unavailable.
  • Provides minimal web UI status feedback during recall.

Useful For

  • Recover decisions, requirements, and discussion details from long-running sessions.
  • Find past writing, role-play settings, plot points, or character relationships.
  • Retrieve the reasoning and original text behind prior coding or documentation decisions.
  • Continue work after conversation compaction without manually maintaining memory files.

Who It Fits

  • DeepSeek Harness users with long or numerous conversations.
  • Writers and role-play users managing recurring settings across chats.
  • Developers and documentation maintainers who need to retrieve historical decisions.

Documented Limitations

  • Semantic retrieval is weak for very short queries of four characters or fewer.
  • Semantic ranking may be unreliable for queries with no literal overlap.
  • The bundled int8 semantic model prioritizes smaller size over maximum semantic quality.
  • Cross-session and cross-project search is not the default scope.
  • The semantic layer may be absent in a lightweight installation that omits optional dependencies, in which case retrieval degrades silently.

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, 0 development, 0 peer, and 1 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
Relistencode/dsh-recall
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
225b940 · 2026-09-19

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
3GitHub stars
Forks
0
Open issues
3
Last commit
2026-08-16
Last release
2026-08-16
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