Perfirstvito/dsh-prospector ↗★ 0
dsh-prospector
DeepSeek Harness 的 GitHub 研究助手插件,提供仓库搜索、README/源码阅读及克隆工具,辅助智能体制定实现方案。
AI 分析
核心用途是开源方案的前期调研与技术选型。适合需要 AI 智能体自主在 GitHub 上寻找开源替代方案、阅读文档并合成技术实现计划的软件开发任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Perfirstvito/dsh-prospector说明文档
阅读完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
client | rest | Read backend: rest (in-process HTTP) or gh (GitHub CLI). Clone always uses git. |
ghPath | gh | Path to the gh executable. |
workspaceRoot | ~/dsh-prospector | Root where per-topic folders and clones live. |
maxReadmeBytes | 200000 | Byte budget per README. |
maxFileBytes | 100000 | Byte budget per file. |
maxTreePaths | 2000 | Max file paths per tree listing. |
searchLimit | 10 | Default search result count. |
maxAttempts | 3 | Max REST attempts (retries on rate-limit/server/network errors). |
fallbackToGh | true | Fall back to gh when REST hits an infrastructure error. |