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

AI Analysis

核心用途是解决 DSH 及其智能体工具的网络出网与加速问题。适合处于受限网络环境、需要通过代理访问 API 或外部网页的用户。

Package
dsh-plugin-proxy
Version
0.1.0
Last updated
Aug 21, 2026

Install

$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).