lin-nanxing/dsh-qnav

插件 ⭐ 0 MIT web-ui

DeepSeek Harness会话界面的快速查找跳转,以会话中用户提问为单位进行跳转,适用于较长的上下文工作,需要快速找到对应问题和回答的场景。一条细长的右侧问题导航栏,专为长DSH对话设计。每个用户提问都变成一个可悬停的标记点——点击即可直接跳转到该轮对话,滚动时当前位置会高亮显示。纯客户端实现,无需服务器,适用于任何DSH网页实例。

catalog 简介:DeepSeek Harness会话界面的快速查找跳转,根据会话中用户提问为单位进行跳转,适用于较长的上下文工作,需要快速找到对应的问题和回答的场景. A slim right-edge question-navigation rail for long DSH conversations. Every user question becomes a hoverable tick — click to jump straight to that turn, with current-position highlighting as you scroll. Pure client-side, no server needed, works on any DSH web instance.

安装

# 1. Clone from GitHub
git clone https://github.com/lin-nanxing/dsh-qnav.git
cd dsh-qnav

# 2. Build (only if you modify source code)
npm run build

# 3. One-line command to mount into DSH
dsh plugin --profile web add link:.

lin-nanxing/dsh-qnav 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。