QDchuan/dsh-github-toolkit0

dsh-github-toolkit

GitHub tools for DeepSeek Harness: 18 agent-facing github_* tools plus a Web settings page that keeps the PAT in the DSH credential store.

包名
dsh-github-toolkit
版本
0.3.0
许可证
MIT
最近更新
2026年9月11日

安装

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

Configuration

The settings page writes the tool-github namespace in settings.yaml; the composition row only carries defaults:

FieldDefaultMeaning
tokenRefGITHUB_TOKENCredential reference name
apiBasehttps://api.github.comChange for GitHub Enterprise Server
defaultOwner / defaultRepoWithout them the model must pass owner/repo
timeoutMs30000Per-request timeout
perPage30Default page size (max 100)
maxTextChars6000Clip budget for bodies and ordinary responses
maxPatchChars3000Clip budget per file patch
maxDiffChars20000Clip budget for a full diff
maxFileBytes400000Larger files return metadata only
enableWritetrueWhether the mutating tools are registered
userAgentdsh-github-toolkit/0.3.0Request User-Agent