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 全文を読む ↗
ドキュメント
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)