Releases: dshplugin/dsh-plugin-hub
Release list
v1.4.4
v1.4.4 — Local install environment problems are explained, not blamed on plugins
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release keeps three more local environment failures away from the plugin's name, and each one now comes with a concrete way out.
Website: dsh-plugin.org
What's New
- A file locked by another process is no longer reported as a plugin failure — On Windows, when a file inside the profile is held open by another process (os error 32), the dialog now explains that the file is in use and asks you to fully quit DeepSeek Harness before retrying.
- A stale pnpm patch entry is no longer reported as a plugin failure — When pnpm aborts the whole install because a leftover patch declaration no longer matches any installed package (ERR_PNPM_UNUSED_PATCH), the dialog names that entry and tells you where to remove it.
- A request that never reached the local plugin service is no longer reported as a plugin failure — When the interface cannot reach the plugin service running on your machine (Failed to fetch), it is now treated as a connection problem, with the steps to check before retrying.
- A stable address for the user group QR code — Replacing the QR code shows up in the About page right away, without waiting for a plugin update, and keeps its size.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.4.3 — Clearer guidance for local install environment problems
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release makes install failures caused by local npm/pnpm configuration easier to understand and resolve.
Website: dsh-plugin.org
What's New
- A misconfigured npm registry is now explained clearly — When the installer cannot download a package because npm/pnpm points at a private or internal registry, the dialog names the registry host and tells you how to switch back to the official one.
- pnpm workspace-root rejections are no longer reported as plugin failures — If pnpm refuses to install because the profile directory is treated as a workspace root, the dialog now explains the cause and how to lift that check.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.4.2 — Fixes pnpm environment issues misreported as plugin failures
v1.4.2 — Fixes pnpm environment issues misreported as plugin failures
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release improves install error classification so local pnpm environment issues are no longer mistaken for plugin problems.
Website: dsh-plugin.org
What's New
- Virtual store location mismatch is now an environment issue — Moving or copying a profile no longer triggers a plugin-side failure report (
ERR_PNPM_UNEXPECTED_VIRTUAL_STORE). - Missing peer-dependency warnings no longer pollute failure reports — Host-provided peers (
@deepseek-ai/*,react,dsh-client-*) are ignored when summarizing errors, so the real cause surfaces instead.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.4.1 — Fixes repeated installs and git package-name collisions
v1.4.1 — Fixes repeated installs and git package-name collisions
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release makes repeated installs idempotent and catches git-source package-name collisions before they fail.
Website: dsh-plugin.org
What's New
- Repeated installs are now idempotent — A residual dependency left by an earlier install is recognized and upgraded in place, instead of erroring with
already installed(Thanks @liyangbing). - Git package-name collisions caught up front — When a git source's declared package name is already taken by another repository, the hub now flags the conflict with a clear recovery command before invoking the CLI.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.4.0 — The hub speaks your language and stays quiet about updates
v1.4.0 — The hub speaks your language and stays quiet about updates
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release keeps the hub in step with the host language, delivers update notices quietly through the notification center, and sharpens error guidance and dialog readability.
Website: dsh-plugin.org
What's New
- Language follows the host — The hub panel stays in sync with the host interface: switching language now updates the sidebar, settings dialogs and the panel together, so the UI never mixes languages again.
- Quieter update notices — Updates found at startup no longer pop up in your face; they land in the notification center with a red-dot hint, ready whenever you are.
- More precise update prompts — Only plugins that can actually be installed are offered updates, cutting out pointless reminders.
- Sharper error guidance — Missing git / npm executables on your machine are now recognized as environment issues, with the right fix pointed out in place; dialogs are wider and diagnostics easier to read.
- A growing catalog — The plugin catalog keeps expanding: 7,600+ plugins collected, 4,400+ hand-curated, refreshed daily.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.3.11 — Precise handling of pnpm supply-chain policy blocks
v1.3.11 — Precise handling of pnpm supply-chain policy blocks
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release tells pnpm supply-chain policy blocks apart from plugin problems and guides you to a fix right in place — and bug reports now carry the real dsh version instead of "unknown".
Website: dsh-plugin.org
What's New
- Precise pnpm supply-chain guidance — When pnpm's built-in supply-chain policy rejects an install (freshly-published packages blocked by the minimum-release-age rule, or a dependency origin the machine does not trust), the hub now recognizes it as a local environment policy issue and shows the exact opt-out step (
minimumReleaseAge: 0/trustLockfile), instead of asking you to file a bug report. - Real dsh version in bug reports — Issue feedback now reads the actual dsh version from your machine, so reports no longer show "unknown" and can be diagnosed more quickly.
- A growing catalog — The plugin catalog keeps expanding: 8,000+ plugins collected, 4,500+ hand-curated, refreshed daily.
Thanks to @Caesar-LK and @LionWF for reporting install failures that helped shape this release.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.3.10 — Sharper error guidance for environment-level install failures
v1.3.10 — Sharper error guidance for environment-level install failures
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release sharpens install-error guidance: environment-level failures are now told apart from plugin problems, with clear recovery steps — and bug reports carry more context so issues can be resolved faster.
Website: dsh-plugin.org
What's New
- Precise pnpm store guidance — When pnpm reports an unexpected store location (a leftover profile set up by a different pnpm major version), the hub now identifies it as an environment issue and shows exact recovery steps, instead of blaming the plugin and asking you to file a bug.
- Richer bug reports — Issue feedback now automatically includes the pnpm, npm and git versions on your machine plus the location of the full install log, so reported problems can be diagnosed far more quickly.
- A growing catalog — The plugin catalog keeps expanding: 8,000+ plugins collected, 4,500+ hand-curated, refreshed daily.
Thanks to @fsrmqi for reporting an install issue that helped shape these diagnostics.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.3.9 — Precise environment diagnostics for install failures
v1.3.9 — Precise environment diagnostics for install failures
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release tells environment problems apart from plugin problems: when the dsh CLI or pnpm is missing, the hub now says so clearly and walks you through the fix — and every custom install keeps track of the entry point it came from.
Website: dsh-plugin.org
What's New
- Clear dsh environment errors — When the dsh command is missing or not on your PATH, the hub reports it as an environment issue and gives you the exact steps to verify and fix it, instead of attributing the failure to the plugin.
- Clear pnpm environment errors — dsh uses pnpm to manage profile plugins; when pnpm is missing on your machine, the hub now says so explicitly and guides you through installing it.
- Traceable custom installs — For custom installs, the error dialog and logs now show which entry point initiated the install (NPM package / GitHub source / DSH command), so any failure can be traced back to its origin.
- A growing catalog — The plugin catalog keeps expanding: 8,000+ plugins collected, 4,500+ hand-curated, refreshed daily.
Thanks to @winterRule and @starlightThD for reporting install issues that helped shape these diagnostics.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.3.8 — Honest network diagnostics
v1.3.8 — Honest network diagnostics
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release makes network diagnostics reflect what a real install would experience, adds live proxy reachability checks, and keeps connection failures from being mistaken for plugin defects.
Website: dsh-plugin.org
What's New
- Clear catalog load failures — When the plugin catalog cannot be fetched, the hub tells you precisely whether the network is down or the configured HTTP proxy is unreachable, and offers a one-click jump to the connectivity diagnostic.
- Clone-level GitHub checks — The connectivity diagnostic now performs a real git clone handshake, so a green GitHub row means the repository can actually be installed, not merely that its web page opens.
- Live proxy reachability — After you set an HTTP proxy, the hub tests it on the fly; an unreachable proxy can still be saved, but you're clearly warned before installing through it.
- Proxy-aware diagnostics — The system diagnostic now covers your configured HTTP proxy by default, so misconfiguration is spotted in one place.
- Precise connection failures — Network problems are flagged as network issues (never plugin defects), the unreachable address is pinpointed in the dialog, and one click jumps to the connectivity diagnostic.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.gitv1.3.6 — Clearer install and update feedback
v1.3.6 — Clearer install and update feedback
DSH Plugin Hub is the community plugin marketplace for DeepSeek Harness. This release makes install and update results unmistakable in the notification center, refines the npm mirror presets, and keeps the community QR code perfectly square.
Website: dsh-plugin.org
What's New
- Updates are now clearly labeled — The notification center now distinguishes installs from updates: update operations report "Updated" / "Update failed" instead of a generic install message, and the plugin name is always shown.
- Refined npm mirror presets — The npm mirror setting now defaults to "not configured", so installs always follow your local npm configuration; Tsinghua TUNA has been added as a domestic mirror option for faster installs.
- Square community QR code — The QR code in the About dialog is now displayed as a crisp 250×250 square.
Installation
Option 1 · via npm (recommended):
dsh plugin --profile web add dsh-pluginOption 2 · via the official GitHub repository:
dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.git