Skip to content

dsh-hud

Type plugin Category Developer tools
Stars ⭐2 Status ✅ active
Capabilities ui, observability, git Updated 2026-08-15

📖 About

English | 简体中文 A HUD status panel plugin for DeepSeek Harness (dsh) web. One button in the input toolbar opens a floating panel showing: - Git — branch, ahead/behind, unstaged / staged / untracked files (collapsible groups), per-file +N/-N summaries, click a file to expand its full diff, last 5 commits - MCP — connected MCP servers (derived from mcp__<server>__<tool> tool names) - Skills — sk

✨ Key Features

  • Git — branch, ahead/behind, unstaged / staged / untracked files (collapsible groups),
  • MCP — connected MCP servers (derived from mcp__<server>__<tool> tool names)
  • Skills — skills available to the current agent
  • Official info — current model + reasoning effort, plan mode state, token usage

📦 Install

dsh plugin --profile web add "github:a903067276-rgb/dsh-hud#main"

🚀 Quick Start

lib/index.js        host half  data routes (git / mcp / skills / model)
lib/client.js       client half  UI (button + panel), final bundle, no build step
cordis.patch.yml    bundle patch  single package-name mount (official bundle flow)
docs/               install guide & architecture notes
examples/           manual double-mount example (fallback install path)