dsh-hud¶
| 类型 | 插件 | 分类 | 开发者工具 |
| 星数 | ⭐2 | 状态 | ✅ 活跃 |
| 能力 | ui, observability, git | 更新时间 | 2026-08-15 |
📖 项目简介¶
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
✨ 核心特性¶
- 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
📦 安装¶
dsh plugin --profile web add "github:a903067276-rgb/dsh-hud#main"
🚀 快速开始¶
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)