moxingovo/dsh-github0

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 跟踪的开发者。

パッケージ
dsh-plugin-github
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/15

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:moxingovo/dsh-github

ドキュメント

README 全文を読む ↗

Configuration

KeyDefaultMeaning
tokenEnvGITHUB_TOKENEnvironment variable naming the optional token.
requestTimeoutMs30000Per-request timeout (ms).
searchMaxPerPage30Page-size ceiling for github_search (API maximum 100).
fileMaxChars200000File 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.