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.

Auto Router — DSH Plugin for DeepSeek Harness
← Plugins
A

@chaoyuzhang/dsh-auto-router

Auto Router

Configurable Auto model routing tier for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ChaoYuZhang001/dsh-auto-router#7614d173b5907db9efb9aeaf8f4d174f9996f8f5
READMECompatibilityVersions

Compatibility and provenance

Auto Router is published as @chaoyuzhang/dsh-auto-router and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/2026
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 models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

@chaoyuzhang/dsh-auto-router

A configurable Auto model-routing tier for DeepSeek Harness. It registers a synthetic provider and delegates each request to a model on an existing provider route.

What it adds

The model picker receives an Auto Router provider with six choices:

  • Auto · 智能路由: classify each request
  • Auto · 快速: force light
  • Auto · 均衡: force medium
  • Auto · 深度: force heavy
  • Auto · 代码: force code
  • Auto · 视觉: force vision

The default classifier routes images to vision, code-like requests to code, longer/deeper tasks to heavy or medium, and short requests to light. With sticky: true, a session only upgrades its tier; this avoids oscillating between models during a task.

Installation

Install the exact package version into a DSH Desktop profile through the DSH Community Market or the managed plugin command. The package includes a dsh.bundle.patch entry and does not contain credentials.

The target provider must already exist. The default configuration expects a route named ciyuan2api with these model IDs:

gpt-5.6-luna, gpt-5.6-terra, gpt-5.6-sol,
kimi-k2.7-code, gemini-3.5-flash

Configuration

Override the inserted auto-router row in a profile patch:

- id: auto-router
  config:
    providerId: auto
    displayName: My Auto Router
    targetProvider: my-openai-gateway
    tiers:
      light: fast-model
      medium: balanced-model
      heavy: reasoning-model
      code: coding-model
      vision: vision-model
    sticky: true
    mediumThreshold: 300
    heavyThreshold: 1200
    contextWindow: 262144
    defaultMaxTokens: 32768

The router registers providerId as its synthetic route and delegates to targetProvider. The target route must advertise the configured model IDs.

The package does not store, read, or transmit API keys. Credentials belong to the target provider's normal DSH settings and credentials configuration.

Compatibility

  • Node.js >= 22.13.0
  • DSH rc.7-compatible LLM seam
  • @deepseek-ai/cordis ^4.0.1
  • @deepseek-ai/dsh-llm ^0.1.0-rc.7
  • @deepseek-ai/schemastery ^3.18.1

Security

This package inspects recent user text locally to choose a target model. The selected model receives the same request that the user intentionally sent through DSH. No telemetry, key handling, lifecycle scripts, shell commands, or external endpoints are included.

See SECURITY.md.

License

MIT.