DeepSeek Harness plugin

dsh-proxy-config

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

Jump to install

Source facts

Repository
lhf6623/dsh-proxy-config
Latest update
Aug 16, 2026
Category
Models & Providers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/lhf6623/dsh-proxy-config
Plugin: dsh-proxy-config
Author: lhf6623

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-proxy-config

DeepSeek Harness 代理配置插件:把 HTTP / SOCKS 代理写入 process.env,让插件安装时 spawn 的 pnpm/git 子进程自动继承代理(解决国内 codeload.github.com 被墙限速导致的安装卡死)。 带设置页,配置持久化到 $DSH_HOME/proxy-config.json。

安装

dsh plugin --profile web add github:lhf6623/dsh-proxy-config

安装后重启 harness,在 设置 → 插件 → 网络代理 里启用并填写代理地址。

配置

  • 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)直连、不绕代理。

卸载 / 清理

卸载前请先在「网络代理」设置页点「清除配置」,再执行:

dsh plugin --profile web remove dsh-proxy-config

「清除配置」会删除 $DSH_HOME/proxy-config.json 并移除进程内的代理变量;否则配置会残留。 插件被停止时也会自动清除进程内的代理变量。