LucienLL/dsh-plugin-proxy0

dsh-plugin-proxy

Global proxy for DeepSeek Harness: route agent tools, model requests and web fetches through the Windows system proxy or a custom proxy with one persistent toggle, an editable settings card, agent-visible status and a bypass-aware prompt section

AI 分析

核心用途是解决 DSH 及其智能体工具的网络出网与加速问题。适合处于受限网络环境、需要通过代理访问 API 或外部网页的用户。

パッケージ
dsh-plugin-proxy
バージョン
0.1.0
最終更新
2026/08/21

インストール

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

ドキュメント

README 全文を読む ↗

Configuration

All fields are editable in the settings UI; the same schema accepts composition defaults:

FieldTypeDefaultMeaning
enabledbooleanfalseMaster switch (also toggled from the sidebar / proxy_set).
modesystem | custom | nonesystemProxy address source.
customUrlstringhttp://127.0.0.1:7890Used when mode: custom.
noProxystringlocalhost,127.0.0.1,::1NO_PROXY bypass list (`` maps to the loopbacks).