AI Agent Hub
Back to plugins
🖥️

dsh-turn-tools

Client Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install hu669293657/dsh-turn-tools

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

Run dsh plugin install hu669293657/dsh-turn-tools in the DeepSeek Harness terminal to install the plugin (source: https://github.com/hu669293657/dsh-turn-tools), then restart dsh to activate it.

About this plugin

Long multi-turn agent sessions in the dsh web interface can quickly become unwieldy. Scrolling back to find which turn produced a particular output file, or hopping to an earlier exchange, turns into a tedious manual exercise. dsh-turn-tools addresses both pain points with two lightweight additions to the chat UI.

The first is per-turn deliverable buttons: whenever an agent turn generates output files, a button for each file is rendered at the end of that turn. Clicking a button opens the file in the operating-system default application, so there is no need to hunt through walls of conversation text for a file path. The second is a turn navigator dot rail: a floating column of dots runs along the right edge of the chat area, with one dot per conversation turn. Clicking any dot smoothly scrolls the view to that turn, giving long sessions at-a-glance navigation without leaving the current context.

This plugin is well suited for developers and researchers who run multi-turn agent workloads on the dsh web profile, frequently revisit earlier exchanges, or regularly consume agent-generated files. Beyond a single restart of dsh after installation, no further configuration is required.

Use Cases

  • Jump back to a specific turn in a long conversation to revisit context
  • Open agent-generated output files with a single click from the turn tail
  • Navigate through multi-turn sessions at a glance using the dot rail

Best For

  • Developers running multi-turn agent workloads on the dsh web profile
  • Researchers who frequently revisit earlier exchanges or locate specific outputs
  • Users who want to stop digging through chat text to find generated file paths