dsh-ci-plugin
Provider-neutral CI/CD capability for DeepSeek Harness with GitHub Actions support
AI 분석
核心用途是让 DSH 智能体能够查询和对接 CI/CD 工作流。适合需要 AI 辅助监控 GitHub Actions 构建状态的开发者。必要条件是需配置 GitHub 凭证(如 GH_TOKEN)。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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)