moxingovo/dsh-github

moxingovo★ 1TypeScriptLast synced: 2026-08-15

Open on GitHub

DeepSeek Harness plugin: GitHub repository & issue search, repo/issue details, and file reading tools (github_search / github_get) · DeepSeek Harness 插件:GitHub 仓库与 issue 检索、详情与文件读取,匿名可用,可选只读 token 解锁代码搜索

README excerpt

dsh-plugin-github 中文 English A GitHub retrieval plugin for DeepSeek Harness. After install the agent gains two tools: - github search — find repositories and issues/PRs with native GitHub search syntax (e.g. repo:vercel/next.js is:issue ). - github get — read one resource in full: repository metadata, an issue or pull-request body, or a decoded file. Anonymous by default (60 requests per hour per IP). Set a read-only fine-grained token to unlock code search and raise the limit to 5000 per hour. Read-only by design: the plugin never creates issues, comments, or code. Install Restart dsh web . New conversations gain github search and github get automatically. Optional token Create a fine-grained personal access token with Repository access = Public Repositories (read-only) and put it in the environment (or in your $DSH HOME/.env ): Without a token everything still works anonymously; only code search and the higher rate limit need the token. 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…

View full README on GitHub →
Searchagent-tooldeepseek-harnessdsh-plugingithubgithub-apisearchagent

Category