dsh-ci-plugin
为 DeepSeek Harness 提供与平台无关的 CI/CD 能力,支持 GitHub Actions
AI 分析
核心用途是让 DSH 智能体能够查询和对接 CI/CD 工作流。适合需要 AI 辅助监控 GitHub Actions 构建状态的开发者。必要条件是需配置 GitHub 凭证(如 GH_TOKEN)。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Add the following block to your settings.json or settings.local.json configuration file:
{
"plugins": {
"dsh-ci": {
"writeEnabled": false,
"maxLogSize": 8192,
"maxEvidenceItems": 50,
"apiBase": "https://api.github.com"
}
}
}
Credentials
The plugin integrates with the standard DSH credential manager. It will automatically check for credentials in the following order:
GH_TOKENenvironment variableGITHUB_TOKENenvironment variable- Local
ghauth credentials (via GitHub CLI helper)