DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Hover Information — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@comecaramelos/dsh-hover-information

Hover Information

DSH plugin: richer session hover cards — corner icons that copy the session id and workspace path, a configurable metrics block (turns, steps, tokens, compactions, context, subagents, …) fed by the hoverInfo projection + Typert remote, all gated by a Settings → Plugins card

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @comecaramelos/dsh-hover-information@0.0.1
READMECompatibilityVersions
Preview card panel

Compatibility and provenance

Hover Information is published as @comecaramelos/dsh-hover-information and currently resolves to version 0.0.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/23/2026

Versions

0.0.1stable
9/23/2026

Related plugins

Loading related plugins…

Latest
0.0.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
112.3 kB
Files
9
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/23/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a compact price glance card above the sidebar's Settings row

README

@comecaramelos/dsh-hover-information

DSH plugin that makes the session hover card genuinely useful. The stock card was a whole-surface "copy the title" button — rarely valuable. Now its header row carries copy icons that sit in line with the status glyph and the elapsed time, plus a configurable metrics block, all gated by a Settings → Plugins card:

Preview card panel

  • Copy session ID / Copy workspace path icons on the card's header row — ⧉ copy ID / ⧉ copy path beside the status dot and the relative time, instead of the stock whole-card copy button. Clicking elsewhere on the card no longer copies the title (neutralized only on cards the plugin resolves — everything else stays stock).
  • Metrics block: turns, steps, tokens sent/received, cache tokens, compactions, context window, subagents, model, tool calls, active time and created date — toggled per metric.
  • Document-preview header tools: the sidebar's open-file panel grows two additional copy buttons: file content and file path.
  • Settings card: master switch + per-metric toggles + refresh interval.

Install

From npm (recommended, once published):

dsh plugin --profile web add @comecaramelos/dsh-hover-information

This adds the bundle's hover-info row to the profile's Cordis layer, along with its defaults — the plugin is active immediately, with the default metrics (turns, steps, tokens in/out, compactions, context, subagents, model) on and nothing to configure. If you already have a hover-info row in your profile's cordis.patch.yml, your row wins (later patches win by id).

Manual install (WSL + Windows pnpm, where the symlink step above fails):

mkdir -p ~/.dsh/profiles/web/node_modules/@comecaramelos
ln -s /path/to/dsh-hover-information \
  ~/.dsh/profiles/web/node_modules/@comecaramelos/dsh-hover-information

and add this to ~/.dsh/profiles/web/package.json:

{
  "dependencies": {
    "@comecaramelos/dsh-hover-information": "file:/path/to/dsh-hover-information"
  },
  "dsh": {
    "profile": {
      "bundles": [
        "@deepseek-ai/dsh-base",
        "@deepseek-ai/dsh-web-app",
        "@comecaramelos/dsh-hover-information"
      ]
    }
  }
}

Then restart dsh web — browser bundles don't hot-update in a live profile, and the running gateway must not be restarted by tooling, so the GUI is restarted by you. Never run npm/pnpm install inside the live profile: it's a pnpm tree on a Windows mount and an install there breaks it.


CONTRIBUTING | LICENSE