DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Relay Fast — DSH Plugin for DeepSeek Harness
← Plugins
R

dsh-relay-fast

Relay Fast

DeepSeek Harness relay plugin for reasoning-effort autofill, /models sync, and a capability-aware Fast toggle.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Rock-ql/dsh-relay-fast#d03421389df4d0642a85a874fdbe3e148b676635
READMECompatibilityVersions

Compatibility and provenance

Relay Fast is published as dsh-relay-fast and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/25/2026

Versions

0.1.2stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-relay-fast

中文 · English

中文

面向 DeepSeek Harness(DSH)Desktop/Web 的中转站增强插件。

功能

  • 思考等级自动补全:为 llm-pi-ai 新增模型补上 reasoningEfforts;兼容 openai-completions 与 anthropic-messages,不覆盖已有声明。
  • 模型同步:在设置页从中转站 /models 同步缺失模型。
  • 动态 Fast 开关:仅在端点明确声明 Fast,或用户通过 fastModels 显式启用时显示;开启后发送 service_tier: "priority"。

安装

dsh plugin --profile desktop add github:Rock-ql/dsh-relay-fast

安装后重启 DSH Desktop。Web profile 可将 desktop 替换为对应 profile 名称。

可选配置

在 profile 的 cordis.patch.yml 中覆盖插件配置:

- id: relay-fast
  config:
    autofill: true
    fastTier: priority
    fastModels:
      - gpt-5*          # 所有中转渠道的 GPT-5 模型
    defaultSpeed: fast  # 新会话默认 Fast;仍可手动切回 Standard

不配置 fastModels 时,插件只相信中转站 /models 返回的明确 Fast 能力元数据,不按模型名称猜测。

注意:开关能保证发送 service_tier: priority,但中转站可能忽略该字段。真实加速能力取决于上游。测试记录见 docs。

开发

pnpm install
pnpm check

English

A relay enhancement plugin for DeepSeek Harness (DSH) Desktop/Web.

Features

  • Reasoning-effort autofill: adds missing reasoningEfforts to new llm-pi-ai models. It is protocol-aware for openai-completions and anthropic-messages, and never overwrites existing declarations.
  • Model sync: imports missing models from a relay's /models endpoint in Settings.
  • Dynamic Fast toggle: appears only when the endpoint explicitly advertises Fast, or when enabled through fastModels. Fast requests send service_tier: "priority".

Install

dsh plugin --profile desktop add github:Rock-ql/dsh-relay-fast

Restart DSH Desktop after installation. For Web, replace desktop with the target profile name.

Optional configuration

Override the plugin in the profile's cordis.patch.yml:

- id: relay-fast
  config:
    autofill: true
    fastTier: priority
    fastModels:
      - gpt-5*          # GPT-5 models on every relay route
    defaultSpeed: fast  # Fast by default; users can switch to Standard

Without fastModels, the plugin trusts only explicit Fast metadata returned by /models; it never guesses from model names.

The toggle guarantees that service_tier: priority is sent, but a relay may ignore it. Actual acceleration depends on the upstream service. See docs for test reports.

Development

pnpm install
pnpm check

License

MIT