kriskite/dsh-network-proxy1

dsh-network-proxy

DeepSeek Harness plugin to manage network proxy (system / manual / direct) with a live settings UI. [dsh-plugin]

AI 분석

核心用途是为 DSH 提供便捷的网络代理配置管理。适合处于受限网络环境、需要通过特定代理服务器才能稳定访问外部大模型 API 的用户。

패키지
dsh-network-proxy
버전
1.0.0
라이선스
MIT
최근 업데이트
2026. 8. 19.

설치

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

⚙️ 配置项

插件在 network-proxy 命名空间下提供以下设置:

字段类型默认值说明
modesystem | manual | directsystem代理模式
urlstring""手动模式下的代理地址(须为 http(s):// URL)

当用户选择「手动代理」时,URL 会经过校验:必须是合法的 http://https:// 地址, 否则保存会被拒绝并提示错误。