AI Agent Hub
Back to plugins
🖥️

dsh-conversation-navigator

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install wang122818/dsh-conversation-navigator

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install wang122818/dsh-conversation-navigator in DeepSeek Harness to install this plugin; the full source is available at https://github.com/wang122818/dsh-conversation-navigator.

About this plugin

Long conversational sessions in DSH Web make it hard to jump back to a specific exchange without repeatedly dragging the scrollbar. dsh-conversation-navigator adds a slim navigation rail to the left of the chat flow, mapping each complete turn (one user message plus the following assistant reply) to a single marker so that locating past exchanges becomes effortless.

Marker positions track the rendered message locations in real time, and the marker aligned with the viewport center is highlighted. Hovering a marker reveals the beginning of the user message for that turn; clicking it triggers a smooth scroll to the corresponding turn. A user message that has not yet received a completed assistant reply still appears as the current open turn. The rail automatically hides below 900 px viewport width to stay clear of the mobile chat layout.

The plugin relies solely on stable attributes already emitted by the DSH chat flow (data-conversation-scroll, data-chat-flow-kind, data-chat-anchor-key), requiring no changes to DSH core code. It is ideal for developers and users who regularly work through long conversations in DSH Web and need to revisit earlier turns quickly.

Use Cases

  • Quickly jump back to a specific turn in a long conversation
  • Get an at-a-glance overview of conversation structure while reviewing history
  • Auto-hides on narrow viewports to avoid cluttering the mobile chat layout

Best For

  • Developers who frequently conduct multi-turn conversations in DSH Web
  • Users who need to revisit past messages in long sessions
  • Plugin users looking to enhance the DSH Web chat experience