dsh-recall
A DeepSeek Harness plugin that locally searches past conversation history using literal, fuzzy, and semantic retrieval.
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.
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.
Security Signals
Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.
package.json declares 1 runtime, 0 development, 0 peer, and 1 optional dependencies.
package.json declares DSH bundle metadata.
GitHub reports the repository license as MIT.
A root package.json was captured and can be inspected by the registry.
Public GitHub source metadata is available for this registry snapshot.
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
Related DSH Plugins
Ranked by overlapping capabilities, use cases, plugin type, categories, and DSH profile.
Browser automation plugin enabling DeepSeek Harness agents to interact with logged-in browser sessions safely via dedicated Agent Windows.
View plugin →DSH undo and crash-recovery plugin with snapshots, rollback, Safe Mode, and offline Windows tools.
View plugin →Vision routing and pixel-level visual tool suite for DeepSeek Harness agents with built-in free fallbacks.
View plugin →DeepSeek Harness web-search plugin that adds web search, X search, and focused page fetching with structured evidence.
View plugin →