DeepSeek Harness plugin

dsh-model-vendor-badge

Vendor logo seat in the DSH web composer: shows which provider serves the current model (DeepSeek / OpenAI / Anthropic / OpenCode / ...), live from the official per-session ModelDirectory.

Jump to install

Source facts

Repository
Townrain/dsh-model-vendor-badge
Latest update
Aug 15, 2026
Category
Memory
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Townrain/dsh-model-vendor-badge
Plugin: dsh-model-vendor-badge
Author: Townrain

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-model-vendor-badge

A vendor pill for the DeepSeek Harness web composer: shows which provider serves the current model, right next to the model selector.

[● DeepSeek]  [deepseek-v4-pro · High ▾]  [Send]

What it does

  • Registers a small badge into conversation.input.right — the composer tool

row seat immediately left of the model selector.

  • Reads the same per-session ModelDirectory the model seat renders from

(ctx.modelDirectories), so a selection change anywhere — the seat menu, the /model popup, the host — updates the pill live.

  • Shows the provider's display name from the host catalog (DeepSeek, Pi AI,

OpenRouter, ...) with a brand-colored dot for known provider route ids; unknown routes fall back to a neutral dot.

  • Pure client presentation: no host code, no RPC, no settings, no session

events. Uninstalling leaves nothing behind.

Install

dsh plugin --profile web add github:dsh-model-vendor-badge   # or a local clone:
dsh plugin --profile web add /path/to/dsh-model-vendor-badge

Refresh the page after installation.

Build

DSH_CHECKOUT=/path/to/deepseek-harness node build.mjs

build.mjs resolves the checkout's esbuild + typescript, junctions the client type dependencies into node_modules/, and emits lib/index.js (host, no-op) + lib/client.js (browser bundle, __ModuleLoader__ format) + lib/types/ declarations.

License

MIT