LucienLL/dsh-plugin-proxy ↗★ 0
dsh-plugin-proxy
DSH 全局代理插件:支持一键切换系统代理或自定义代理,接管智能体工具、模型请求及网页抓取流量,支持绕过配置。
AI 分析
核心用途是解决 DSH 及其智能体工具的网络出网与加速问题。适合处于受限网络环境、需要通过代理访问 API 或外部网页的用户。
安裝
$
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). |