aooyoo/dsh-web-search-ddg1

dsh-web-search-ddg

Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web capability seam (ctx.web) — drives your local browser headless, no API key, no auxiliary model request

包名
dsh-web-search-ddg
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Configuration

All keys optional; the row config goes to the insert entry above.

KeyDefaultMeaning
chromePathfirst detected browserAbsolute path to a Chromium-family executable.
timeoutMs20000Per-attempt budget. On timeout, buffered DOM output still counts as success (Chrome's --dump-dom process often lingers after printing). Two attempts run per search; keep 2 × timeoutMs under tool-web's searchTimeoutMs (DSH ships 60s).
virtualTimeBudgetMs8000Chrome's --virtual-time-budget — how long the page may settle before the DOM is dumped.