QDchuan/dsh-github-toolkit0

dsh-github-toolkit

DSH 专属 GitHub 工具箱与设置页面插件

AI 分析

提供 18 个面向 Agent 的 github_* 工具,支持在 DSH 凭证库中安全管理 PAT。适合需要 Agent 深度参与 GitHub 仓库管理的用户。

包名
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