monk233/dsh-plugin-manager ↗★ 0
@dsh-external/dsh-plugin-manager
Manage dsh profile plugins from the web UI: enable / disable / delete composition rows with live hot reload, no config editing by hand
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:monk233/dsh-plugin-manager说明文档
阅读完整 README ↗dsh-plugin-manager
在 DeepSeek Harness Web UI 里直接管理 profile 插件:启用 / 禁用 / 删除组合行,自动热重载生效,不用手改配置文件。
使用
- 设置 → 插件管理:搜索、状态徽章、⋮ 菜单(启用/禁用/删除,禁用与删除二次确认,操作后自动刷新);
- 修改写入
cordis.patch.yml,HMR 热重载即时生效;核心组件受保护,内置插件只能禁用。
重要的事说三遍, 安装后一定要重启DSH服务!, 重启DSH服务!, 重启DSH服务!
安装
方案一:官方(git clone + dsh)
# 1) 克隆仓库
git clone https://github.com/monk233/dsh-plugin-manager.git
cd dsh-plugin-manager
# 2) 准备命令(如未安装,新终端生效)
npm install -g @deepseek-ai/dsh pnpm
# 3) 安装到 web profile
dsh plugin --profile web add .
方案二:让 AI 安装
使用DSH创造模式, 打开会话将下面这段话发给AI:
禁用
禁用dsh-plugin-manager后只能手动在配置文件中修改重启启用, 或者在dsh中让AI修改
删除
在dsh中让AI删除dsh-plugin-manager
License
MIT