lhf6623/dsh-proxy-config0

dsh-proxy-config

DeepSeek Harness 代理配置插件:把 HTTP/SOCKS 代理写入 process.env,让插件安装时 pnpm/git 子进程自动走代理;带设置页与持久化。

包名
dsh-proxy-config
版本
0.2.0
最近更新
2026年8月16日

安装

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

配置

  • enabled: 是否启用
  • http: HTTP/HTTPS 代理地址,如 http://127.0.0.1:7890
  • socks: SOCKS 代理地址,如 socks5://127.0.0.1:7891

代理变量会注入 process.env;另设 no_proxy 让本机/回环地址(127.0.0.1 / localhost / ::1)直连、不绕代理。