kid-tea/dsh-plugin-conflict-checker0

dsh-plugin-conflict-checker

DeepSeek Harness plugin conflict checker: pre-flight duplicate-id detection and optional real startup smoke test.

包名
dsh-plugin-conflict-checker
版本
0.1.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kid-tea/dsh-plugin-conflict-checker

使用

GUI 按钮

  1. 打开 Web 设置
  2. 进入「插件」
  3. 找到「冲突检测」标签页
  4. 勾选“同时进行真实启动测试(smoke)”可选
  5. 点击「检测插件冲突」
  6. 结果直接显示在下方

Agent 工具

在 DSH 会话中让 Agent 调用:

{
  "profile": "web",
  "smoke": true,
  "smokeTimeout": 60000
}

返回 JSON:

{
  "ok": true,
  "fatal": [],
  "warnings": [],
  "entryCount": 146,
  "smoke": { "ok": true, "url": "http://127.0.0.1:30706" }
}