dsh-plugins/dsh-user-agent ↗★ 0
@dsh-plugin/dsh-user-agent
DSH (DeepSeek Harness) plugin that rewrites the User-Agent of every outgoing HTTP request (LLM API calls and other global-fetch traffic) to a configurable value, with a dedicated “UA 设置” (User-Agent) tab in the Web settings.
AI Analysis
在网页设置中提供专用的 UA 设置页,支持自定义外发请求的 User-Agent。适合需要绕过特定 UA 限制或进行请求审计的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-plugins/dsh-user-agentREADME
Read the full README ↗Configuration
Plugin entry (cordis.patch.yml / profile override) — the values act as the composition base layer and are merged with the user-settings section:
| Field | Type | Default | Meaning |
|---|---|---|---|
enabled | boolean | true | Master switch; when off the wrapper is a pass-through. |
userAgent | string | DeepSeek-Harness/0.1 (+https://github.com/deepseek-ai/dsh) | The User-Agent applied to every rewritten request. |