AI Agent Hub
Back to plugins
🖥️

dsh-sctrk

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install He2way/dsh-sctrk

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

Run dsh plugin install He2way/dsh-sctrk to install the plugin from https://github.com/He2way/dsh-sctrk , then restart the dsh web process and hard-refresh the page (Ctrl+Shift+R) to activate it.

About this plugin

When a single DSH session has grown to hundreds of messages—user questions, multi-step reasoning, tool calls, command executions, compaction records all tangled together—scrolling to find a specific node is slow and tedious. dsh-sctrk renders an 8px-wide floating session scroll-track along the interface edge, compressing the entire conversation into a visual map you can navigate by sight instead of by scrollbar. Each tick is color-coded by node type (a muted Morandi palette distinguishes user, assistant, tool, command, compaction, error, and more), while dense regions automatically merge into gradient clusters; clusters containing user messages carry a steel-blue anchor for quick identification. Hovering near the track magnet-snaps the nearest tick to elongate and darken, and summons a frosted-glass preview card showing the cluster composition plus up to 12 evenly-sampled content snippets. Clicking a tick, cluster, or preview entry jumps precisely to that node, while dragging the track scrolls proportionally. The plugin is fully self-contained with no build step and zero dependencies beyond React, adapting to DSH light and dark themes automatically. ResizeObserver and MutationObserver keep the track in sync as the window resizes or new messages arrive, so the map updates the moment a new tool call lands. It is best suited for engineers and researchers who run long, multi-turn reasoning sessions with heavy tool-calling in DSH and frequently need to backtrack, compare, or revisit specific historical nodes.

Use Cases

  • Quickly locating a specific tool call or user message in a long session
  • Backtracking to compare early context with compaction records after multi-turn reasoning
  • Switching between dozens of nodes faster than scrollbar scrolling

Best For

  • DSH users running long multi-turn reasoning sessions
  • Engineers with heavy tool-calling workloads who need frequent backtracking
  • Prompt engineers and researchers comparing or citing historical nodes