DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Hover Information — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@comecaramelos/dsh-hover-information

Hover Information

DSH 插件:更丰富的会话悬停卡片——角落图标可复制会话 ID 和工作区路径;可配置的指标区块(轮次、步骤、令牌、压缩次数、上下文、子代理等)由 hoverInfo 投影 + Typert 远程端提供数据;所有功能均由“设置 → 插件”卡片控制

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @comecaramelos/dsh-hover-information@0.0.1
README兼容性版本
Preview card panel

兼容性与来源证明

Hover Information 以 @comecaramelos/dsh-hover-information 发布,当前版本为 0.0.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/23

版本

0.0.1stable
2026/9/23

相关插件

正在加载相关插件…

最新版
0.0.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
112.3 kB
文件数
9
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
0
最近提交
2026/9/23
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Deepseek Idesigndeepseek-idesign作为原生 DeepSeek Harness 对话视图的 iPolloWork Design Studio 及其精选设计模板。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 2.0

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