LucienLL/dsh-plugin-proxy0

dsh-plugin-proxy

DSH 全局代理插件:支持一键切换系统代理或自定义代理,接管智能体工具、模型请求及网页抓取流量,支持绕过配置。

AI 分析

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

包名
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).