deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README

A client-only DSH plugin: shows the current model provider icon beside the composer model selector.
deepseek) → whale SVGopencode, e.g. opencode-go; or equals go) → bold merged "GO" wordmarkopencode, or contains zen) → bold merged "ZEN" wordmarkThe badge subscribes to the model-selection plugin's per-session store (modelDirectories), so it updates instantly when the model changes, and scales with the composer tool-row height (DPI/zoom and row-height changes are both followed).
Install from GitHub (requires DSH):
dsh plugin --profile <profile> add github:marshfolx/dsh-provider-badge#main
This adds the plugin to the profile's package.json (dependencies + dsh.profile.bundles) and installs it. Restart DSH afterwards.
Manual equivalent — in the profile's package.json:
"dependencies": {
"dsh-provider-badge": "github:marshfolx/dsh-provider-badge#main"
}
append "dsh-provider-badge" to dsh.profile.bundles, then run pnpm install in the profile directory and restart DSH.
Permanent: edit TUNING_DEFAULTS at the top of client/client.js:
| key | default | meaning |
|---|---|---|
iconScale |
1 |
icon height multiplier (whale 13px, letters 10px) |
yOffset |
0 |
vertical offset in px, positive = down |
color |
'var(--dsw-alias-label-caption)' |
icon color; follows the theme's caption text color (same as the effort label Max/High). For semi-transparency use rgba(...) or color-mix(in srgb, var(--dsw-alias-label-caption) 70%, transparent) |
Temporary (no file edit): in the browser console,
localStorage.setItem('dsh-provider-badge:tuning', JSON.stringify({ iconScale: 1.1, yOffset: -1 }));
location.reload();
Clear with localStorage.removeItem('dsh-provider-badge:tuning').
After editing client/client.js, refresh the page (hard refresh Ctrl+F5 if cached).
cordis.patch.yml — composition insert row (provider-badge)dsh.plugin.json — plugin manifest metadatalib/index.js — host half (empty; client-only plugin)client/client.js — browser half (window.__ModuleLoader__.load registration; zero build, zero deps)CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。