Perfirstvito/dsh-prospector0

dsh-prospector

DeepSeek Harness 的 GitHub 研究助手插件,提供仓库搜索、README/源码阅读及克隆工具,辅助智能体制定实现方案。

AI 分析

核心用途是开源方案的前期调研与技术选型。适合需要 AI 智能体自主在 GitHub 上寻找开源替代方案、阅读文档并合成技术实现计划的软件开发任务。

包名
dsh-prospector
版本
0.1.0
许可证
MIT
最近更新
2026年9月3日

安装

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

Configuration

FieldDefaultMeaning
clientrestRead backend: rest (in-process HTTP) or gh (GitHub CLI). Clone always uses git.
ghPathghPath to the gh executable.
workspaceRoot~/dsh-prospectorRoot where per-topic folders and clones live.
maxReadmeBytes200000Byte budget per README.
maxFileBytes100000Byte budget per file.
maxTreePaths2000Max file paths per tree listing.
searchLimit10Default search result count.
maxAttempts3Max REST attempts (retries on rate-limit/server/network errors).
fallbackToGhtrueFall back to gh when REST hits an infrastructure error.