SeerableOfficial/dsh-web-search-toggle ↗★ 1
dsh-web-search-toggle
Composer 'Web Search' toggle for the DeepSeek Harness Web UI. When on, the agent is forced (via a mandatory system-prompt directive) to call web_search before answering.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SeerableOfficial/dsh-web-search-toggle说明文档
阅读完整 README ↗Usage
- Open a conversation in the DSH web UI.
- Click the Web Search pill in the composer tool row to toggle it on.
- Ask a question — the agent calls
web_searchfirst and cites sources. - Toggle it off to restore normal behavior.
The on/off state is remembered per session.