DeepSeek Harness Plugin

vlln/dsh-navbar

Stars ★ 14 Category UI Enhancements Added 2026-08-13

Conversation node navigation bar for quick jumps between user messages.

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:vlln/dsh-navbar

GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

README

对话区右缘的等距节点串(每 user 消息一节点)——激活药丸跟随阅读位置、悬停预览卡(6 行截断)、点击平滑滚动 + 品牌蓝高亮环、超过 11 节点自动滑动窗口、平时隐形悬停浮现、少于 2 条 user 消息自动隐藏。实现 dsh-external/issues#144 规格。形态:官方 bundle 插件dsh.bundle + dshClient 通道,纯浏览器端,Node half 为空),0 patch。

效果

navbar 节点导航条(真实运行截图:右缘节点串 + active 高亮)

能力

功能 说明
节点导航条 对话区右缘纵向节点串,每 user 消息一个圆点节点
跟随阅读位置 激活药丸(22px 品牌蓝胶囊)随当前阅读位置移动
悬停预览 悬停节点显示消息预览卡(6 行截断,对齐官方 HoverCard 视觉)
点击跳转 平滑滚动到对应消息 + 品牌蓝高亮环
滑动窗口 >11 节点时只显示窗口内节点(避免溢出)
自动隐藏 <2 条 user 消息或非对话页不显示

零数据通道依赖:只靠官方锚点属性(data-time-hover-root,0806 起 user 行)驱动,无轮询、无路由、无工具。

安装

推荐:git 源一行安装(构建产物已入库,git 源不触发构建):

dsh plugin --profile web add "github:vlln/dsh-navbar#main"

或本地目录(有源码时):git clonecd dsh-navbar && dsh plugin --profile web add .

装完 重启 web 生效;设置页「插件」面板可停用/启用。

使用

安装即用,无命令、无工具。对话页(Chat 视图)右缘出现节点条;悬停看预览、点击跳转。prefers-reduced-motion 下禁用动画。

开发

pnpm install
pnpm run build      # tsdown:client bundle (lib/client.js)
  • client:src/client/index.ts(自渲染 DOM + 官方锚点契约,无 React 依赖)
  • Node half:src/index.mjs(空 apply,bundle 挂载载体)

许可

BSD-3-Clause(DSH 生态示例插件)。

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →