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.

Lens Rail — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

@hzpeng/dsh-lens-rail

Lens Rail

Codex-style LEFT message navigation rail for DeepSeek Harness: a vertical column of short lines, one per message (user + assistant), with a linear lens hover effect, scroll-spy highlight, and click-to-jump.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hzpeng57/dsh-lens-rail#465812323d6167150e530d548378d916bcde119c
READMECompatibilityVersions
Screenshot

Compatibility and provenance

Lens Rail is published as @hzpeng/dsh-lens-rail and currently resolves to version 0.1.1. 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/25/2026

Versions

0.1.1stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.1
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/25/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.

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 bundleWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editin

README

@hzpeng/dsh-lens-rail

English · 简体中文

A Codex-style LEFT message navigation rail for the DeepSeek Harness (DSH) Web conversation column.

Screenshot

A vertical column of short horizontal lines runs down the left edge of the transcript — one line per message, including both your turns and the agent's replies. It is a scroll-spy scrubber: the line under your current reading position is highlighted in the brand colour, hovering grows the line under the cursor while its neighbours taper smoothly toward the edges (the Codex "lens" effect), and clicking any line jumps the transcript to that message (paging older history when necessary).

Features

  • Left edge placement — left: calc(var(--dsh-sidebar-width) + 4px), so it sits beside the conversation column and never overlaps the app sidebar.
  • One line per message — both user turns (user nodes) and agent replies (assistant nodes) get a line; tool rows, commands, and turn-tails are skipped so the rail reads as a conversation, not a step ledger.
  • Lens hover — the focused line is longest; neighbours taper off with a gaussian profile (width = base + amp * exp(-d²/2σ²)), exactly the Codex effect.
  • Scroll-spy highlight — the line nearest the 40% viewport line is active (brand colour + glow) and follows your reading position.
  • Click to jump — loadOlder pages older history on demand, then scrolls the target row into view; shows a small spinner while a long jump loads.
  • Theme-aware — uses DSH alias tokens (--dsw-alias-*) so light and dark themes both look right.

Install

dsh plugin --profile web add @hzpeng/dsh-lens-rail

Then restart dsh web and hard-refresh the browser.

Uninstall

dsh plugin --profile web remove @hzpeng/dsh-lens-rail

License

MIT