v1.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.git