Skip to content

reina4xa/dsh-plugin-reload

10Last commit Aug 14, 2026

dsh-plugin-reload DSH plugin

dsh-plugin-reload is an installable DeepSeek Harness bundle that auto-mounts into a profile and exposes reload_plugin. It resolves a single loader entry by entry ID, module name, or MCP serverName, then restarts it with its current configuration. Reloading an mcp-client entry respawns its MCP server process and re-registers its tools.

How to install the dsh-plugin-reload DSH plugin

dsh plugin --profile web add dsh-plugin-reload

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-reload DSH plugin can do

  • Adds the model-facing reload_plugin tool.
  • Reloads exactly one non-group Cordis Loader entry using entry ID, module name, or MCP serverName matching.
  • Supports dry_run to report the matched entry without restarting it.
  • Restarts entries through the fiber restart operation while retaining current configuration.
  • Respawns an mcp-client server process and re-registers its tools when that entry is reloaded.
  • Auto-mounts through the package's dsh.bundle declaration when installed with dsh plugin.

Where the dsh-plugin-reload DSH plugin fits

  • Apply changed MCP server code on disk by reloading its mcp-client entry.
  • Restart an individual plugin entry without interrupting sibling loader entries or MCP connections.
  • Inspect the entry that would be reloaded before acting by using dry_run.
  • Give an agent a targeted recovery action for a single loader entry.

Who the dsh-plugin-reload DSH plugin is for

  • DeepSeek Harness users running web or headless profiles.
  • Developers iterating on MCP servers or Cordis-loaded plugins.
  • Teams that want agent-directed reloads of individual plugin entries.

dsh-plugin-reload DSH plugin limitations

  • The reloaded entry's tools or other contributions are briefly unavailable during disposal and re-application; in-flight calls fail.
  • Group entries cannot be reloaded as a subtree; each leaf entry must be reloaded separately.
  • Provides no browser or UI surface; the Settings plugin-inventory tab remains read-only.
  • Requires a DeepSeek Harness profile with the standard dsh runtime, including dsh-tools and cordis-plugin-loader.

Objective checks

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

  • dependency counts

    package.json declares 0 runtime, 7 development, 4 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

dsh-plugin-reload DSH plugin alternatives

dsh-plugin-reload DSH plugin questions

What is the dsh-plugin-reload DSH plugin?

dsh-plugin-reload 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-reload 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-reload use?

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

Is dsh-plugin-reload 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-reload 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-reload?

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.