JMweitao/dsh-local-plugin-installer ↗★ 0
dsh-local-plugin-installer
Install and build local DeepSeek Harness plugins from the Web settings Plugins section.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JMweitao/dsh-local-plugin-installer说明文档
阅读完整 README ↗使用方法
- 打开 DSH Web。
- 进入 设置 → 插件 → 安装本地插件。
- 选择本地插件目录,或粘贴 Git 安装地址。
- 本地插件还没有构建产物、或修改了源码时,点击 pnpm build。
- 点击安装按钮,插件会执行:
dsh plugin --profile web add
Git 地址支持:
github:JMweitao/dsh-local-plugin-installer#v0.1.0
git+https://github.com/JMweitao/dsh-local-plugin-installer.git#v0.1.0
https://github.com/JMweitao/dsh-local-plugin-installer
Git 安装源会由包管理器下载,不能在本插件页面直接执行
pnpm build;pnpm build只适用于本地目录。
- 重启 DSH Web,使 Host 和 Client bundle 重新组合加载。
Usage
- Open DSH Web.
- Go to Settings → Plugins → Install local plugin.
- Select a local plugin directory or paste a Git installation source.
- Click pnpm build when a selected local plugin needs to be built or its source changed.
- Click the install button to run:
dsh plugin --profile web add
Supported Git sources:
github:JMweitao/dsh-local-plugin-installer#v0.1.0
git+https://github.com/JMweitao/dsh-local-plugin-installer.git#v0.1.0
https://github.com/JMweitao/dsh-local-plugin-installer
A Git source is downloaded by the package manager and cannot be built directly from this page; pnpm build applies only to local directories.
- Restart DSH Web so Host and Client bundle composition reloads.