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.

Message Navigator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

@yinhe/dsh-message-navigator

Message Navigator

A ChatGPT-style message navigator with hover previews for DeepSeek Harness conversations.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:yx-yinhe/dsh-message-navigator#1d028c69928b5db743444b5f0a16f28536e54ba6
READMECompatibilityVersions

Compatibility and provenance

Message Navigator is published as @yinhe/dsh-message-navigator and currently resolves to version 1.0.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/28/2026

Versions

1.0.2stable
8/28/2026
1.0.1stable
8/28/2026
1.0.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
1.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/28/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.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

DSH Message Navigator

@yinhe/dsh-message-navigator 在 DeepSeek Harness 对话左侧增加一条接近 ChatGPT 的紧凑消息导航:

  • 索引当前会话中可见的普通用户消息和插话,并按会话顺序绘制标记;
  • 导航始终贴在左侧边栏右侧,并随侧栏展开、收起和拖动同步定位;
  • 当前视口附近的消息自动高亮,滚动和窗口尺寸变化时同步更新;
  • 标记统一左对齐并使用 2px 厚度;普通、当前、悬停标记的宽度比例为 1:1.5:4;
  • 标记间距默认固定为 7px,仅在总高度超过聊天视图可用高度时动态压缩;
  • 悬停当前标记时,相邻标记按距离依次缩短;
  • 鼠标悬停或键盘聚焦时,在原有气泡中显示本轮问答:用户消息支持多行半粗显示,助手回答使用灰色文字;
  • 点击后以平滑滚动定位到对应聊天节点,支持键盘操作和屏幕阅读器;
  • 能为纯文本、图片、文件和混合附件生成稳定预览;
  • 聊天视图打开后自动按 DSH 正式分页接口加载更早历史,直到当前会话的所有用户消息进入导航;
  • 仅在聊天视图存在可见消息锚点时显示,切换到任意其他会话视图都会自动隐藏;
  • 不替换会话视图,只占用 conversation.session.header.utilities 增量 Slot;
  • 使用 DSH 主题 token,兼容浅色和深色主题,并适配窄屏。

包结构

  • src/core.js:消息提取、预览与锚点查找的纯函数;
  • src/history.js:历史分页加载状态判断;
  • src/layout.js:标记固定间距和高度压缩计算;
  • src/client.js:可读的 Client 插件源码;
  • lib/client.js:DSH dsh.client 模块加载器可直接消费的浏览器 bundle;
  • lib/index.js:空 Host half,用于 Cordis Loader 挂载。

验证

npm test
npm run check

安装

从 GitHub 安装稳定版:

dsh plugin --profile web add github:yx-yinhe/dsh-message-navigator#v1.0.2

也可以安装最新的 main 分支:

dsh plugin --profile web add github:yx-yinhe/dsh-message-navigator

本地开发时可直接安装工作区:

dsh plugin --profile web add file:D:/GitHub/dsh-message-navigator

dsh plugin 会识别 cordis.patch.yml,把 yinhe-message-navigator 行加入 Profile layer;Host 随后通过 exports["./client"] 与 dsh.client 声明发现浏览器 bundle。安装后重启对应 Web Profile。

插件市场

仓库使用 GitHub 的 dsh-plugin topic,可被 DSH 的 find_dsh_plugin 市场搜索工具发现。搜索“message navigator”“conversation navigation”或“ChatGPT navigation”即可找到本插件。

兼容性

点击定位使用 DSH 聊天视图公开在渲染树上的语义锚点 data-chat-anchor-key。若未来 DSH 更改该锚点名称,需要同步更新 findChatAnchor。

作者

yx-yinhe