DeekSeek harness安装插件后报Failed to load plugins

DeekSeek harness安装插件后报Failed to load plugins

  • 如图所示
  • 修复方法(提示哪个插件就卸载哪个插件):

如图所示

web页面无法使用
根因:Cordis 插件系统的 UI 插槽冲突。
插槽:conversation.composer.dock(对话输入框右侧停靠面板)
dsh‑cost‑balance 成本统计插件,试图注册 id=stats、priority=0的 UI 组件;
但另一个插件x6已经占用了 同一个 id=stats,priority=0;
同一个 slot 内id 不能重复;priority 数值越小渲染越靠前,更大数字靠后渲染。

修复方法(提示哪个插件就卸载哪个插件):

step1:win+r

step2:# 查看当前web profile已装插件
dsh plugin --profile web list

step3:#卸载 dsh‑cost‑balance
dsh plugin --profile web remove dsh‑cost‑balance

step4:重启:dsh web