dsh-proxy
Custom HTTP/HTTPS proxy for DeepSeek Harness: routes every host-side fetch (LLM requests, model discovery, market, web search) through your proxy (Clash/mihomo/v2ray) without TUN mode. 为 DeepSeek Harness 注入自定义 HTTP 代理,无需 TUN 模式即可让宿主进程全部 fetch 走代理。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:BuLongY/dsh-proxy说明文档
阅读完整 README ↗配置
安装后在 设置 → 插件 → dsh-proxy 中调整(改动即时生效,无需重启):
| 字段 | 默认值 | 说明 |
|---|---|---|
enabled | true | 总开关。关闭即恢复直连,无需卸载。 |
proxyUrl | http://127.0.0.1:7890 | HTTP 代理地址。仅支持 http:// / https://;SOCKS5 用户请在 Clash 里使用混合端口。 |
noProxy | localhost, 127.0.0.1, ::1, [::1] | 绕过名单:精确匹配主机名;以 . 开头匹配域名后缀(如 .lan);* 表示全部直连。 |
也可以直接编辑 %UserProfile%\.dsh\settings.yaml 中对应的插件配置节。