Skip to content

SnowAmberX/dsh-role-router

20Last commit Aug 15, 2026

dsh-role-router DSH plugin

dsh-role-router is a web-enabled DeepSeek Harness plugin for role-based model selection. It automatically applies planner routing in plan mode, supports separate subagent routing, and provides settings and composer UI for managing and viewing selections.

How to install the dsh-role-router DSH plugin

dsh plugin --profile web add @snowamberx/dsh-role-router

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-role-router DSH plugin can do

  • Routes main-agent requests between default and planner models based on plan mode.
  • Routes in-process subagent requests to a separately configured model.
  • Supports optional per-role provider, model, and reasoning-effort settings.
  • Falls back to the host model selector when a role has no explicit configuration.
  • Provides a web settings card with role-specific model and reasoning-effort controls.
  • Shows a composer-side summary for the default and planner model selections.
  • Supports composition-layer cordis.yml configuration and user settings, with user settings taking precedence.

Where the dsh-role-router DSH plugin fits

  • Use a stronger model for planning and a different model for normal execution.
  • Assign a dedicated model to in-process subagents.
  • Manage role-specific routing from the DeepSeek Harness web settings UI.
  • Apply shared routing defaults in composition configuration while allowing user-level overrides.

Who the dsh-role-router DSH plugin is for

  • DeepSeek Harness web users who use plan mode.
  • Developers composing DeepSeek Harness configurations.
  • Teams that want distinct model choices for planning, primary-agent, and in-process subagent work.

dsh-role-router DSH plugin limitations

  • Only in-process subagent requests are routed; external subagent providers such as acp and codex are not affected.
  • Compaction and session-title auxiliary model calls do not pass through agent/request and are not routed.
  • The model directory is advisory, while the UI dropdown lists only models present in that directory.
  • The composer summary displays default and planner selections only, not the subagent selection.
  • Without an active session, the settings card cannot load the model list.
  • If a configured planner or subagent provider has no registered adapter, requests fail through the Harness NO_ADAPTER path rather than silently falling back.
  • Client module metadata is rescanned after restarting dsh web.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

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

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as BSD-3-Clause.

    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

dsh-role-router DSH plugin alternatives

dsh-role-router DSH plugin questions

What is the dsh-role-router DSH plugin?

dsh-role-router is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-role-router DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-role-router use?

The snapshot records web as the dsh-role-router profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-role-router compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-role-router fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-role-router?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.