LucienLL/dsh-plugin-proxy0

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

包名
dsh-plugin-proxy
版本
0.1.0
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LucienLL/dsh-plugin-proxy

Configuration

All fields are editable in the settings UI; the same schema accepts composition defaults:

FieldTypeDefaultMeaning
enabledbooleanfalseMaster switch (also toggled from the sidebar / proxy_set).
modesystem | custom | nonesystemProxy address source.
customUrlstringhttp://127.0.0.1:7890Used when mode: custom.
noProxystringlocalhost,127.0.0.1,::1NO_PROXY bypass list (`` maps to the loopbacks).