wang122818/dsh-conversation-navigator0

dsh-conversation-navigator

Turn-based navigation rail for DeepSeek Harness Web conversations.

AI 분석

核心用途是在 Web 聊天流左侧添加一个可视化轮次导航条。适合在超长对话中需要快速预览、定位和滚动到特定历史轮次的用户。

패키지
dsh-conversation-navigator
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wang122818/dsh-conversation-navigator

DSH Conversation Navigator

A client-only DSH Web plugin that adds a turn navigation rail to the left of the chat flow.

Each marker corresponds to one user message and the following assistant work, which is DSH's complete conversation-turn boundary. The marker positions follow the rendered message locations. The marker intersecting the viewport center is highlighted. Hovering a marker shows the beginning of the user's message, and clicking it smoothly scrolls to that turn.

Install

From this checkout:

dsh plugin --profile web add D:\dsh-locateHistory

Restart the existing DSH Web process, then refresh http://127.0.0.1:3080.

Notes

  • The rail is hidden below 900px viewport width to avoid overlapping the mobile chat layout.
  • It reads stable attributes already emitted by DSH's chat flow: data-conversation-scroll, data-chat-flow-kind, and data-chat-anchor-key.
  • A new user message without a completed assistant response is still shown as the current open turn.