dsh-ci-co-pilot
temotee2103/dsh-ci-co-pilot
让 DeepSeek Harness Agent 化身 GitHub 副驾:PR 审查、CI 失败修复、Issue 分类与自动发版说明。
DeepSeek Harness 插件
dsh-overdrive 聊天网关的 DSH 侧远程会话驱动:把 Telegram / Discord / Slack / WhatsApp / 飞书 / 钉钉 / 企业微信 的会话、轨迹回放与一键审批接入 Harness。需配套运行 @dsh-overdrive/gateway。
跳到安装方式默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。
复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。
请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。
插件页面:https://deepseekplugins.org/zh/plugins/temotee2103/dsh-overdrive~23gateway-core
GitHub:https://github.com/temotee2103/dsh-overdrive/tree/main/packages/gateway-core
插件名:dsh-overdrive#gateway-core
作者:temotee2103
安装命令:dsh plugin --profile web add github:temotee2103/dsh-overdrive#path:/packages/gateway-core
确认前不要执行安装命令。安装前先看这个插件目录里的 README 和其他文件。
{
"name": "@dsh-overdrive/gateway-core",
"version": "0.1.2",
"type": "module",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@dsh-overdrive/sdk": "0.1.2",
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-agent": "^0.1.0-rc.6",
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
"@deepseek-ai/dsh-session": "^0.1.0-rc.6"
},
"devDependencies": {},
"license": "MIT",
"description": "dsh-overdrive: DeepSeek Harness plugin — multi-platform chat bridge core (trajectory / approval / multi-agent)",
"repository": {
"type": "git",
"url": "https://github.com/temotee2103/dsh-overdrive.git"
},
"publishConfig": {
"access": "public"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
}
}