yang520f
dsh-plugins
deepseek-harness的插件集合
- Stars
- 1
- Language
- JavaScript
- Created
- Aug 16, 2026
- Updated
- Aug 16, 2026
Introduction
dsh-plugins
Self-hosted plugin collection for DeepSeek Harness (dsh).
Each plugin lives in its own subdirectory as a standalone bundle package
(dsh.bundle manifest), installable via dsh plugin add.
Plugins
| Plugin | Version | Description |
|---|---|---|
| dsh-win-mounts | 0.1.0 | WSL convenience: auto-links Windows drives under /root/win-*, registers WSL interop, and installs a powershell.exe wrapper so the UI's "open config" works on WSL |
Install
From this repository (pnpm subdirectory syntax):
dsh plugin --profile web add github:<your-username>/dsh-plugins/dsh-win-mounts
Or from npm once published:
dsh plugin --profile web add dsh-win-mounts
Adding a new plugin
- Create a subdirectory
my-plugin/with:package.jsondeclaringdsh.bundle(see official publish guide)cordis.patch.ymlwith the plugin row (- insert:)- plugin modules + README + LICENSE
- Add a row to the table above.
- Push.
License
MIT — each plugin carries its own LICENSE file.