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.

Ui Message Nav — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
U

@dsh-external/ui-message-nav

Ui Message Nav

Standalone session message navigation rail for the DSH conversation view

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xiyue718/dsh-ui-message-nav#63e6d20569a138dbb1eccb5f7dcc8a5b8b23b532
READMECompatibilityVersions

Compatibility and provenance

Ui Message Nav is published as @dsh-external/ui-message-nav and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.1.0stable
9/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/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.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote 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 bundle

README

中文 | English

@dsh-external/ui-message-nav

介绍

ui-message-nav 是独立的“会话消息导航”插件,从文件浏览插件中提取并重新设计,专注于为会话对话视图提供用户消息导航能力。它根据会话中的用户消息数量生成垂直导航条,支持点击定位、当前消息高亮、悬停预览和自动加载更早消息。

安装

dsh 命令安装(项目官方方式)

如果你已安装 dsh CLI,可以按项目官方教程使用 dsh plugin 命令安装:

# 从本地插件目录安装
dsh plugin --profile web add C:/Users/<user>/.dsh/plugins/ui-message-nav

# 或从 GitHub 仓库安装
dsh plugin --profile web add github:xiyue718/dsh-ui-message-nav

安装后启动:

dsh --profile web

查看组合配置:

dsh --profile web --dump-config

详细命令说明见项目文档:docs/user/develop/basic/publish.md。

构建产物:host 为自包含的 lib/index.js,client 为 lib/client.js,打包文件为 dsh-external-ui-message-nav-0.1.0.tgz。

安装前先构建一次:DSH_CHECKOUT=<dsh 源码 checkout> bash scripts/build.sh。官方渠道把插件装进 profile 后,宿主只从插件自身目录解析运行期依赖,所以 host 半由 tsdown 打包成自包含模块(内联 schemastery、zod 与 @deepseek-ai/dsh-* helper);未打包的 lib/index.js 会让该行以 failed to import 停用。

使用

  1. 打开任意会话。
  2. 对话视图右侧会出现垂直导航栏。
  3. 每个长条对应一条用户消息。
  4. 当前正在查看的消息对应长条为蓝色且较长。
  5. 鼠标悬停任意长条,显示该消息内容预览。
  6. 点击长条,对话自动滚动到对应消息。
  7. 滚动到对话顶部,自动加载更早消息。
  8. 如果之前使用的是文件浏览插件中的旧版消息导航,请卸载或更新文件浏览插件;本插件独立提供新版导航,旧版不会重复出现。

功能

  • 在会话对话视图右侧(或左侧)显示垂直消息导航栏。
  • 导航项数量等于当前会话中用户(user)消息数量。
  • 导航项按消息发送顺序从上到下排列。
  • 使用长条形图标,不显示数字。
  • 当前正在查看的消息对应图标高亮为蓝色;非高亮图标更短。
  • 鼠标悬停时使用项目内置 Tooltip 样式显示消息内容预览。
  • 点击图标自动滚动定位到对应的用户消息。
  • 滚动到对话顶部时自动触发“加载更早消息”。
  • 本插件不依赖文件浏览插件的任何功能模块,只负责消息导航相关能力。

配置项

插件支持通过 profile bundle 装配时的 config 传入配置。未配置时自动使用默认值。

配置项类型默认值说明
position'left' | 'right'right导航栏显示在对话视图左侧或右侧
previewMaxLengthnumber60悬停预览最大字符数
autoLoadOlderbooleantrue是否在滚动到顶部时自动加载更早消息
autoLoadThresholdnumber40触发自动加载的顶部距离阈值(px)
showPreviewbooleantrue是否显示悬停消息预览
activeColorstring蓝色 token当前消息高亮颜色
idleColorstring灰色 token非高亮图标颜色
barWidthActivenumber6高亮图标宽度(px)
barWidthIdlenumber4非高亮图标宽度(px)
barHeightActivenumber20高亮图标高度(px)
barHeightIdlenumber12非高亮图标高度(px)

配置示例(cordis.yml / bundle entry):

- id: ui-message-nav
  name: '@dsh-external/ui-message-nav'
  config:
    position: right
    previewMaxLength: 60
    autoLoadOlder: true
    autoLoadThreshold: 40
    showPreview: true
    activeColor: 'var(--dsw-alias-state-info-primary, #4a90d9)'
    idleColor: 'var(--dsw-alias-label-tertiary, #999)'
    barWidthActive: 6
    barWidthIdle: 4
    barHeightActive: 20
    barHeightIdle: 12

Host API

GET /@dsh-external/ui-message-nav/api/config
GET /@dsh-external/ui-message-nav/api/status

原理

插件由 host 和 client 两部分组成。

Host 侧只提供轻量 API:/api/config 返回当前配置,/api/status 返回健康状态。所有消息导航逻辑都在 client 中完成。

Client 侧识别会话对话视图中的用户消息 DOM,为每条用户消息生成一个导航长条;通过监听滚动位置确定当前正在查看的消息并高亮对应图标;点击图标时滚动到对应消息;滚动到顶部且达到阈值时触发“加载更早消息”。导航样式、颜色、尺寸和预览行为都来自插件配置。