kriskite/dsh-network-proxy ↗★ 1
dsh-network-proxy
DeepSeek Harness plugin to manage network proxy (system / manual / direct) with a live settings UI. [dsh-plugin]
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kriskite/dsh-network-proxy说明文档
阅读完整 README ↗⚙️ 配置项
插件在 network-proxy 命名空间下提供以下设置:
| 字段 | 类型 | 默认值 | 说明 |
|---|---|---|---|
mode | system | manual | direct | system | 代理模式 |
url | string | "" | 手动模式下的代理地址(须为 http(s):// URL) |
当用户选择「手动代理」时,URL 会经过校验:必须是合法的 http:// 或 https:// 地址,
否则保存会被拒绝并提示错误。