smanx/dsh-conversation-indicator

插件 ⭐ 2 MIT web-ui

Conversation indicator plugin for the DeepSeek Harness web GUI: a compact rail beside the scrollbar marks each user message; hover for the summary, click to jump.

catalog 简介:Conversation indicator plugin for the DeepSeek Harness web GUI: a compact rail beside the scrollbar marks each user message; hover for the summary, click to jump. / DeepSeek Harness Web GUI 对话指示器插件:滚动条旁紧凑面板标记每条用户消息,悬停看摘要,点击跳转。

安装

浏览器端: 监听 [data-conversation-scroll](应用的对话滚动容器)
         -> 读取 [data-chat-anchor-key] 行,按 data-chat-flow-kind 过滤
         -> 固定定位的胶囊浮层,垂直居中于右侧边缘
         -> 每行一个指示条,按内容比例定位(contentTop / scrollHeight)
         -> 点击 -> scrollport.scrollTo({ top: contentTop - padding, behavior: 'smooth' })

smanx/dsh-conversation-indicator 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。