Skip to content

truelove-dreamer/dsh-plugin-recall

00Last commit Aug 14, 2026

dsh-plugin-recall DSH plugin

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.

How to install the dsh-plugin-recall DSH plugin

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

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-plugin-recall DSH plugin can do

  • 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.

Where the dsh-plugin-recall DSH plugin fits

  • 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 the dsh-plugin-recall DSH plugin is for

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

dsh-plugin-recall DSH plugin 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.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • 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 not declared

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

    low
  • 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

dsh-plugin-recall DSH plugin alternatives

dsh-plugin-recall DSH plugin questions

What is the dsh-plugin-recall DSH plugin?

dsh-plugin-recall is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-plugin-recall DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-plugin-recall use?

The snapshot records web as the dsh-plugin-recall profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-plugin-recall compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-plugin-recall fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-plugin-recall?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.