kid-tea/dsh-plugin-conflict-checker ↗★ 0
dsh-plugin-conflict-checker
DeepSeek Harness plugin conflict checker: pre-flight duplicate-id detection and optional real startup smoke test.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kid-tea/dsh-plugin-conflict-checker说明文档
阅读完整 README ↗使用
GUI 按钮
- 打开 Web 设置
- 进入「插件」
- 找到「冲突检测」标签页
- 勾选“同时进行真实启动测试(smoke)”可选
- 点击「检测插件冲突」
- 结果直接显示在下方
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" }
}