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/08/19

インストール

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

ドキュメント

README 全文を読む ↗

⚙️ 配置项

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

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

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