dsh-plugins/dsh-user-agent0

@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.

包名
@dsh-plugin/dsh-user-agent
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-plugins/dsh-user-agent

Configuration

Plugin entry (cordis.patch.yml / profile override) — the values act as the composition base layer and are merged with the user-settings section:

FieldTypeDefaultMeaning
enabledbooleantrueMaster switch; when off the wrapper is a pass-through.
userAgentstringDeepSeek-Harness/0.1 (+https://github.com/deepseek-ai/dsh)The User-Agent applied to every rewritten request.