dsh-search-first
DeepSeek Harness plugin: force web search before the model answers (Search First) — query extraction, unified search engine, fetch, cache and runs persistence
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:v587d/dsh-search-first说明文档
阅读完整 README ↗Configuration (Settings → Search first)
| Section | Fields |
|---|---|
| General | default enabled, failure policy (continue / block), injection mode, overall timeout |
| Query Extraction | explicit provider/model (empty = follow session model), timeout, max tokens |
| Cache | dir (empty = $DSH_HOME/search-first; root applies after restart), search/fetch TTL, clear button |
| Limits | max search results, max fetch pages, max inject chars |
| Search APIs | mode (sequential failover / parallel fan-out + merge), big-three enable/credential-ref/priority, per-provider timeout, ctx.web fallback, local HTTP fallback, Test all connections |