dsh-plugin-github
DeepSeek Harness plugin: GitHub repository/issue search, repo and issue details, and file reading tools (github_search / github_get). Anonymous by default; an optional read-only fine-grained token unlocks code search and raises the rate limit.
AI 分析
核心用途是让 DSH 智能体能够直接检索 GitHub 上的代码库、Issue 并读取文件内容。适合需要进行开源项目调研、代码审查或 Issue 跟踪的开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:moxingovo/dsh-githubドキュメント
README 全文を読む ↗Configuration
| Key | Default | Meaning |
|---|---|---|
tokenEnv | GITHUB_TOKEN | Environment variable naming the optional token. |
requestTimeoutMs | 30000 | Per-request timeout (ms). |
searchMaxPerPage | 30 | Page-size ceiling for github_search (API maximum 100). |
fileMaxChars | 200000 | File character cap for github_get (value-level, with a truncated flag). |
Override any field in profiles/web/cordis.patch.yml — later layers win per row.