v587d/dsh-search-first1

dsh-search-first

DSH 插件:强制在模型回答前先进行网页搜索,支持查询提取、多引擎融合、缓存与结果注入。

AI 分析

核心用途是实现“先搜后答”的 RAG 流程,确保模型回答的时效性与准确性。适合需要高频联网查询的用户,需配置至少一个搜索 API 密钥。

套件
dsh-search-first
版本
0.2.15
授權
MIT
最近更新
2026年9月1日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:v587d/dsh-search-first

Configuration (Settings → Search first)

SectionFields
Generaldefault enabled, failure policy (continue / block), injection mode, overall timeout
Query Extractionexplicit provider/model (empty = follow session model), timeout, max tokens
Cachedir (empty = $DSH_HOME/search-first; root applies after restart), search/fetch TTL, clear button
Limitsmax search results, max fetch pages, max inject chars
Search APIsmode (sequential failover / parallel fan-out + merge), big-three enable/credential-ref/priority, per-provider timeout, ctx.web fallback, local HTTP fallback, Test all connections