moxingovo/dsh-github0

dsh-plugin-github

DeepSeek Harness 插件:提供 GitHub 仓库/Issue 搜索、详情获取及文件读取工具

AI 分析

核心用途是让 DSH 智能体能够直接检索 GitHub 上的代码库、Issue 并读取文件内容。适合需要进行开源项目调研、代码审查或 Issue 跟踪的开发者。

套件
dsh-plugin-github
版本
0.1.1
授權
MIT
最近更新
2026年8月15日

安裝

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

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.