xxiaoxiong/dsh-ci1

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)。

패키지
dsh-ci-plugin
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

검증된 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:

  1. GH_TOKEN environment variable
  2. GITHUB_TOKEN environment variable
  3. Local gh auth credentials (via GitHub CLI helper)