huahai0202/dsh-plugin-manager ↗★ 0
dsh-plugin-manager
Manage user-installed DeepSeek Harness plugins from the DSH Web settings page
AI 분석
核心用途是管理用户自行安装的插件。适合需要在线检查更新、查看本地依赖展示,并在更新或删除后重启服务的 DSH 用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huahai0202/dsh-plugin-manager使用说明
- 「检查更新」是唯一会主动访问远端的检查操作。
- GitHub 固定 commit 或 tag 会显示为固定引用,不会提示分支更新。
link:、file:等本地依赖只展示,不执行远端更新。- pnpm 没有产生实际版本或 commit 变化时,页面会显示「已经是最新,无需更新」。
- 更新或删除完成后需要重启
dsh web,运行中的插件代码才会重新加载。