DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Jumpbar — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
J

dsh-jumpbar

Jumpbar

User message jump bar for the DSH web GUI: a minimap-style dash strip on the right edge of the conversation, hover for message preview, click to jump. · DSH Web 用户消息跳转条:对话区右缘 minimap 式横杠,悬停预览、点击跳转。

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:delaydai/dsh-jumpbar#635066f0bb1747b0551a07713f6f2c5a05019571
READMECompatibilityVersions

Compatibility and provenance

Jumpbar is published as dsh-jumpbar and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/21/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-jumpbar

User message jump bar for the DeepSeek Harness (DSH) web GUI.

A minimap-style dash strip floats at the right edge of the conversation scrollport. Every dash maps to one of your messages (kind user only, not steering bubbles), positioned by the message's real vertical ratio inside the transcript. Hover a dash to preview the message content; click to smooth-scroll the message to the top with a short brand-color highlight.

Install

dsh plugin --profile web add dsh-jumpbar

Restart dsh web, then open any conversation with at least one user message — the strip appears on the right edge of the chat column.

What you get

  • Minimap-style positioning — dash spacing reflects how messages are spread through the transcript, so you can see at a glance where each user message sits.
  • Hover preview — a bubble beside the strip shows the message's text (action buttons and clock are stripped from a cloned row; the product DOM is never touched).
  • Click to jump — smooth-scrolls the target message to the top (12px gutter) and flashes a highlight overlay at the settled position.
  • Live updates — new messages, loaded history, window/column resizes, and session switches recompute the strip via MutationObserver + ResizeObserver with rAF throttling.
  • Zero footprint — hidden entirely while no user message exists; floats in shell.overlay, never squeezing the conversation layout.

How it works

Pure browser-side plugin. It registers one shell.overlay entry and measures the product's own data attributes ([data-conversation-scroll], [data-chat-flow-kind="user"], [data-chat-anchor-key]), so it needs no host logic and changes no product code.

Development

dsh plugin --profile web add link:D:/dsh/dsh-jumpbar
# or from the checkout directory:
dsh plugin --profile web add .

License

MIT