Introduction

When reviewing long conversations in the DeepSeek Harness (DSH) Web session, regular user prompts can be mixed with assistant, tool, command, steering, injected-context, and other content. Locating a specific regular user prompt often requires scrolling back and forth.

dsh-prompt-rail adds a compact vertical quick-jump rail alongside the session sidebar, displaying each loaded regular user prompt as a marker for easy preview and navigation.

What is This

Zzzzkd/dsh-prompt-rail is a plugin for the DSH Web session view. It does not replace the session messages themselves but provides a quick navigation entry point for loaded regular user prompts.

  • Repository: Zzzzkd/dsh-prompt-rail
  • Maintainer: Zzzzkd
  • License: MIT
  • Plugin Purpose: Vertical prompt quick-jump rail for the DeepSeek Harness web conversation view

Core Features

The verified interactive behaviors are listed below:

  • The jump rail is vertically centered and displayed alongside the session sidebar.
  • Each marker represents one loaded regular user prompt.
  • A preview of the prompt is shown on hover or keyboard focus.
  • Clicking a marker scrolls the view to the corresponding prompt.
  • assistant, tool, command, steering, and injected-context lines do not participate in the jump rail.
  • Even a session with a single prompt will render a marker.

Installation and Enabling

To install, place the plugin directory under the plugins folder in the Harness root directory. The target directory structure is:

deepseek-harness/
└─ plugins/
   └─ dsh-prompt-rail/

First, clone or copy the repository to the path above, then run the installation from the deepseek-harness root directory.

Windows

.\plugins\dsh-prompt-rail\install-and-restart.bat

macOS / Linux

node ./plugins/dsh-prompt-rail/compat/install.mjs
pnpm dsh web

After installation, keep the plugins/dsh-prompt-rail directory.

Development and Inspection

For development or inspection of this plugin, use a side-by-side checkout:

workspace/
├─ dsh/                       # DeepSeek Harness checkout
└─ dsh-prompt-rail/

Then execute the following in the repository:

pnpm install
pnpm run check

The lib/ directory is committed because profile installation directly loads pre-built Host and browser files without running package build scripts.

Use Cases and Considerations

This is suitable for users who frequently need to review or locate regular user prompts in DSH Web sessions.

The plugin runs in the current DSH client environment with the same permissions as the current dsh process. It is recommended to review the source code, license, and compatible Harness version before installation.

The plugin’s peerDependencies include @deepseek-ai/cordis ^4.0.1-rc.1 and react ^18.2.0, and most DeepSeek packages are optional.

Links

  • Directory Page: https://www.skillhub.cn/plugins/Zzzzkd/dsh-prompt-rail
  • GitHub: https://github.com/Zzzzkd/dsh-prompt-rail

The above directory page is an independent plugin directory and has no official affiliation with DeepSeek / Phantom.