AI Agent Hub
Back to plugins
🖥️

dsh-client-ui-timeline

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install hhb1028/dsh-client-ui-timeline

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

Run dsh plugin install hhb1028/dsh-client-ui-timeline in DeepSeek Harness to install the dsh-client-ui-timeline plugin (source: https://github.com/hhb1028/dsh-client-ui-timeline)

About this plugin

After a dozen or even dozens of turns in DSH Web GUI, finding a question you asked in turn three usually means scrolling manually for ages. dsh-client-ui-timeline places a slim column of horizontal bars along the left edge of the chat area—one bar per question, including steering follow-ups—making the structure of long conversations instantly scannable, mirroring the ZCode desktop TurnNavigator experience.

The interaction comes in three layers. While scrolling, the bar for the current question stretches to 2.6× with distance-based gradients on its neighbours, and the nav strip tracks the viewport automatically. Hovering a bar pops a preview bubble showing the first two lines of the user question and the first three lines of the assistant reply; in-flight turns display a working indicator. Clicking smooth-scrolls to that turn and auto-loads older pages up to 80 pages if the row is not yet rendered.

Ideal for developers running multi-turn debugging, code review, or extended conversations in DSH Web GUI. The plugin is pure browser-side with zero build step, does not modify DSH itself, and silently hides its UI if the upstream DOM contract changes so the host app is never affected.

Use Cases

  • Jump to the Nth question during multi-turn code debugging
  • Review earlier Q&A in long conversations without endless scrolling
  • Get a ZCode-style navigation experience inside DSH Web GUI

Best For

  • Developers who work in DSH Web GUI daily
  • Engineers running multi-turn debugging or code review sessions
  • Users who prefer visual navigation over manual scrolling