DeepSeek Harness plugin

dsh-jump-rail

轮次跳转条:DSH Web GUI 对话记录左侧常驻短横线导航条(每轮一根),当前视口所在轮高亮,悬停显示该轮输入/输出摘要,点击跳转到该轮输入位置。

Jump to install

Source facts

Repository
Memory455/dsh-jump-rail
Latest update
Aug 16, 2026
Category
UI Enhancements
GitHub stars
2
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Memory455/dsh-jump-rail
Plugin: dsh-jump-rail
Author: Memory455

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

@memory455/dsh-jump-rail · Conversation Jump Rail

简体中文 | English

A lightweight conversation navigator for the DSH Web GUI. It adds a vertical rail of short markers to the left side of the chat, making it easy to see your current turn and jump around long conversations.

!Conversation jump rail preview

Features

  • Displays one persistent marker for each conversation turn;
  • Highlights the turn currently in the viewport with a brighter, thicker, and longer marker;
  • Shows an input and output summary when you hover over a marker;
  • Jumps directly to a turn's input when you click its marker;
  • Appears only in chat views containing at least two turns;
  • Automatically adjusts when the window, sidebar, or conversation content changes.

Installation

Installing from npm is recommended:

dsh plugin --profile web add @memory455/dsh-jump-rail

You can also install directly from GitHub:

dsh plugin --profile web add https://github.com/Memory455/dsh-jump-rail

To clone the source, build it locally, and install the local build:

# Clone the source
git clone https://github.com/Memory455/dsh-jump-rail.git
cd dsh-jump-rail

# Install dependencies and build
pnpm install
pnpm build

# Link the plugin to the DSH Web profile
dsh plugin --profile web add link:$PWD

Restart DSH Web after installation to activate the plugin.

Usage

Open a chat containing at least two conversation turns. The jump rail appears automatically on the left side of the conversation:

  • As you scroll, the marker for the current turn is highlighted automatically;
  • Hover over a marker to preview that turn's input and output;
  • Click any marker to jump back to its corresponding turn.

The jump rail hides automatically when you switch to a non-chat view, such as the trajectory view.

<details> <summary>Development and build</summary>

# Install dependencies
pnpm install

# Typecheck, test, and build
pnpm typecheck
pnpm test
pnpm build

# Watch source files for changes
pnpm watch

After building locally, link the current directory to the DSH Web profile:

dsh plugin --profile web add link:$PWD

Restart DSH Web after linking the plugin.

</details>

License

[Apache-2.0](./LICENSE)