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.

Conversation Nav — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-conversation-nav

Conversation Nav

Codex-style conversation turn navigation for the DeepSeek Harness web GUI: a piano-key rail at the left edge of the conversation (hover ladder, preview tooltip, click-to-jump, active-turn tracking) plus user-message send time and per-turn marks with distinct rail colors, persisted per session.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Jaeger0624/dsh-conversation-nav#3f912c49f1f79641961f70b25f7778f55634d712
READMECompatibilityVersions

Compatibility and provenance

Conversation Nav is published as dsh-conversation-nav and currently resolves to version 0.2.1. 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/23/2026

Versions

0.2.1stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/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 Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client 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 bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-conversation-nav

Codex 桌面版风格的 DeepSeek Harness Web GUI 对话轮次导航插件。

对话区最左侧一条钢琴键导轨,每条用户消息一个刻度——悬浮查看详情,点击精准跳转;在还原 Codex 交互的基础上,额外提供发出时间显示与轮次标记。

功能

  • 🎹 钢琴键导轨:对话区左缘垂直刻度列,每条用户消息(含 steering)一个刻度,垂直居中聚簇,长对话自动压缩间距
  • 🪜 悬浮阶梯:悬停刻度伸长变色,上下相邻刻度呈三级阶梯衰减(26/20/14/10px),完全还原 Codex 动效
  • 💬 详情悬浮卡:用户消息摘要(单行)+ 模型回复预览(最多 3 行)+ 用户消息发出时间(今天 HH:mm / 今年 M月d日 HH:mm / 跨年全日期,与官方格式一致)
  • 🖱 点击跳转:平滑滚动至该轮(顶对齐),目标行短暂高亮
  • 📍 当前轮追踪:滚动时正在阅读的轮次刻度自动深色高亮
  • 🏷 轮次标记:悬浮卡「☆ 标记」按钮或右键刻度即可打/取消标记;已标记刻度恒显琥珀色(明暗主题各一套),按会话持久化(localStorage),刷新不丢
  • 🌗 明暗主题自适应,支持 prefers-reduced-motion

安装

dsh plugin --profile web add github:Jaeger0624/dsh-conversation-nav

本地开发:

dsh plugin --profile web add link:<本仓库路径>

技术说明

纯客户端插件(host 半面 no-op),零依赖手写单文件 bundle,无构建步骤:

  • 数据源:官方 ctx.sessions 会话快照(ConversationSnapshot,含每条用户消息的 data.time epoch 毫秒)
  • 挂载:shell.overlay 官方槽位(点击穿透层,刻度与悬浮卡自行恢复 pointer-events)
  • 锚点:官方 data-chat-anchor-key 行属性定位跳转
  • 性能:事件驱动(scroll 捕获 / resize / ResizeObserver / 快照订阅),无常驻定时器、无全文档 MutationObserver
  • 标记存储:localStorage["dcn:marks:<sessionId>"],数据结构预留 color/note 扩展字段

需求分析与架构决策见 docs/REQUIREMENTS.md。

License

MIT