Skip to content

v1.4.3 — Clearer guidance for local install environment problems

Choose a tag to compare

@dshplugin dshplugin released this 13 Sep 00:59
· 35 commits to main since this release

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-plugin

Option 2 · via the official GitHub repository:

dsh plugin --profile web add git+https://github.com/dshplugin/dsh-plugin-hub.git