DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-tier-router

Tiered model routing for DeepSeek Harness with fallback chains, plan-mode awareness, and escalation guards.

Developer ToolsSecurity & PolicyRemote Execution
6GitHub Stars4ForksUpdated2026-09-03

Install

$ dsh plugin --profile web add dsh-tier-router

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-tier-router is a tiered model routing plugin for DeepSeek Harness. It routes planning, architecture, and review tasks to a strong model tier while directing routine implementation to a fast, cost-effective tier. The plugin features plan-mode aware automatic tier transitions, per-tier fallback chains, task-intensity reasoning effort tuning, deterministic high-impact tool guards, error auto-escalation, and subagent delegation.

Key Capabilities

  • Automatic tiered routing based on plan mode (opusplan style)
  • Per-session tier scoping with `/tier strong|cheap|auto|delegated|off`
  • On-demand strong-tier consultations (`/advisor` command and `tier_advisor` tool)
  • Code review verdicts and severity ranking via `tier_review`
  • Deterministic pre-execution guard preventing destructive commands on cheap tiers
  • Automatic failure escalation to the strong tier upon repeated step errors
  • Per-tier fallback chains handling provider rate limits, quotas, and server errors
  • Subagent tier routing and bounded task execution via `tier_worker`
  • WebUI settings integration for persistent tier configuration

Useful For

  • Optimizing LLM token costs by reserving flagship models for planning and reviews
  • Preventing accidental destructive shell actions on fast/cheap model execution
  • Handling complex architectural decision-making via dedicated advisor consultations
  • Automatically recovering from model API rate limits or outages through fallback chains
  • Delegating isolated subagent tasks with defined schemas and tool restrictions

Who It Fits

  • DeepSeek Harness developers seeking cost-effective model orchestration
  • Engineers managing complex multi-step coding workflows with subagents
  • Teams requiring safety gates against high-impact automated operations

Documented Limitations

  • Tier switches take effect from the next step because headers are written before step construction
  • Subagent classification policy applies process-wide for execution guards
  • Requires activation via an agent preset row (`tiered`) and restart to enable agent-plane tools and commands

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 2 development, 0 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
BruceLanLan/dsh-tier-router
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
6c38814 · 2026-09-17

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
6GitHub stars
Forks
4
Open issues
4
Last commit
2026-09-03
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app