aooyoo/dsh-web-search-ddg ↗★ 1
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
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
All keys optional; the row config goes to the insert entry above.
| Key | Default | Meaning |
|---|---|---|
chromePath | first detected browser | Absolute path to a Chromium-family executable. |
timeoutMs | 20000 | Per-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). |
virtualTimeBudgetMs | 8000 | Chrome's --virtual-time-budget — how long the page may settle before the DOM is dumped. |