dsh-subagent-route-badges
Run the following command in DeepSeek Harness:
dsh plugin install alaxrpg/dsh-subagent-route-badges
Paste the following prompt into your AI chat to install this plugin:
In DeepSeek Harness, run dsh plugin install alaxrpg/dsh-subagent-route-badges from the terminal to install this plugin; the full source is available at https://github.com/alaxrpg/dsh-subagent-route-badges, and restart DSH after installation as prompted by the plugin market.
About this plugin
When you juggle multiple subagent sessions, it is common to want a quick answer to which provider, which model, and what reasoning effort is actually routing this chain. dsh-subagent-route-badges keeps things light: it adds a single route badge to the Header area of an already-open subagent session, surfacing provider, model, and reasoning effort at a glance. It neither intercepts nor rewrites model requests—this is a pure display layer.
Implementation follows a strictly additive approach: the plugin registers one list-slot seat under a unique ID without copying or shadowing any official UI components and without competing for single-slot positions, so there is no slot, locale, or priority conflict surface with the official package. Field sourcing is deliberately narrow—data.header.config in the latest request/header is the authoritative source for provider and model; when adapterDefaults.reasoningEffort is true, an unmarked effort is labelled adapter-default, otherwise it shows as unspecified. Assistant rollbacks affect provider and model only and never overwrite a known effort. When the projection is missing, a route-unknown placeholder appears so you can visually confirm the badge component has taken over.
If you routinely run multiple subagent chains in DSH and need to verify routing configuration often, or if you are privacy-conscious and do not want plugins touching message bodies or credentials, this small badge is a practical addition to your workflow. It uploads no data and reads no files; long text is truncated in the badge but the full value is preserved in the title and aria-label attributes, balancing accessibility with information completeness.
Use Cases
- Confirm provider, model, and effort routing at a glance across subagent sessions
- Verify the effective provider or model path after a switch
- Quickly show a teammate the current session reasoning effort
Best For
- Developers working with multiple DSH subagent chains daily
- Debugging or ops staff who frequently verify routing configuration
- Privacy-sensitive users who prefer plugins that never read message bodies
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.