xiaogu619520/dsh-plugin-task-panel ↗★ 0
dsh-plugin-task-panel
Task & Context Summary Panel for DeepSeek Harness (DSH)
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗📦 安装与配置 (Installation)
方式一:作为桌面端 Profile 插件安装(推荐,重启常驻)
-
克隆或下载插件到 profile 插件目录:
cd ~/.dsh/profiles/desktop/plugins git clone https://github.com/xiaogu619520/dsh-plugin-task-panel.git -
在
~/.dsh/profiles/desktop/cordis.patch.yml中启用插件:insert: task-panel-surface: package: dsh-plugin-task-panel -
在
~/.dsh/profiles/desktop/package.json中添加依赖:{ "dependencies": { "dsh-plugin-task-panel": "file:./plugins/dsh-plugin-task-panel" } } -
重启 DeepSeek Harness 即可生效。
方式二:动态运行时挂载(无需重启)
在 DSH 对话中直接让 Agent 挂载动态包,或在 Cordis 控制台引入即可。