dsh-plugin-github
DeepSeek Harness 插件:提供 GitHub 仓库/Issue 搜索、详情获取及文件读取工具
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.