dsh-plugins/dsh-network-settings

dsh-plugins★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

A DeepSeek Harness plugin that bundles three network capabilities — User-Agent rewriting (from @dsh-plugin/dsh-user-agent), a HTTP / HTTPS-CONNECT / SOCKS5 proxy (from dsh-net-proxy), and configurable request auto-retry — all driven from a single 网络设置 (Network) tab in the Web settings.

README 摘要

@dsh-plugin/dsh-network-settings A DeepSeek Harness plugin that bundles three network capabilities — User-Agent rewriting (from @dsh-plugin/dsh-user-agent), a HTTP / HTTPS-CONNECT / SOCKS5 proxy (from dsh-net-proxy), and configurable request auto-retry — all driven from a single 网络设置 (Network) tab in the Web settings. Features - User-Agent rewriting — force a custom User-Agent on every outgoing request that uses global fetch (LLM API calls from dsh-llm-deepseek , web search, HTTP tools, …), overriding the caller's own header. Toggle on/off, edit the string, applies to the very next request. - Network proxy — route the agent's network requests through an HTTP (CONNECT tunnel) or SOCKS5 proxy, with optional username/password, NO PROXY direct-connection list (host / suffix / host:port / IPv4 CIDR / / ), and a request timeout. A 测试连接 (Test connection) button runs a real connectivity + latency probe (proxy TCP handshake, total round-trip, target HTTP status) from the settings page. - Request auto-retry — configure the maximum request retry count (0 = off): when an outbound request fails with a network-layer error (undici connect/timeout/reset codes) or a retryable status ( 429 , 500 , 5…

在 GitHub 查看完整 README →
Agent/智能体dshdsh-plugindsh-pluginsproxiesproxyretryretry-timesuser-agent

分类