xxiaoxiong/dsh-ci1

dsh-ci-plugin

Provider-neutral CI/CD capability for DeepSeek Harness with GitHub Actions support

AI Analysis

核心用途是让 DSH 智能体能够查询和对接 CI/CD 工作流。适合需要 AI 辅助监控 GitHub Actions 构建状态的开发者。必要条件是需配置 GitHub 凭证(如 GH_TOKEN)。

Package
dsh-ci-plugin
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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)