LucienLL/dsh-plugin-proxy ↗★ 0
dsh-plugin-proxy
Global proxy for DeepSeek Harness: route agent tools, model requests and web fetches through the Windows system proxy or a custom proxy with one persistent toggle, an editable settings card, agent-visible status and a bypass-aware prompt section
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LucienLL/dsh-plugin-proxy说明文档
阅读完整 README ↗Configuration
All fields are editable in the settings UI; the same schema accepts composition defaults:
| Field | Type | Default | Meaning |
|---|---|---|---|
enabled | boolean | false | Master switch (also toggled from the sidebar / proxy_set). |
mode | system | custom | none | system | Proxy address source. |
customUrl | string | http://127.0.0.1:7890 | Used when mode: custom. |
noProxy | string | localhost,127.0.0.1,::1 | NO_PROXY bypass list (`` maps to the loopbacks). |