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.

Conversation Landmarks — DSH Plugin for DeepSeek Harness
← Plugins
C

dsh-conversation-landmarks

Conversation Landmarks

Fixed rail of conversation landmarks with hover previews and click-to-jump navigation for DeepSeek Harness Web

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

npx -y @deepseek-ai/dsh plugin --profile web add github:mantonlove/dsh-conversation-landmarks#b934f8703faaf63c73836d9e42f6fbb7652ec326
READMECompatibilityVersions
Hover preview

Compatibility and provenance

Conversation Landmarks is published as dsh-conversation-landmarks and currently resolves to version 0.1.2. 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/26/2026

Versions

0.1.2stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 5
Weekly downloads
0
Last push
8/26/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote 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.

README

Conversation Landmarks for DeepSeek Harness

English | 简体中文

Conversation Landmarks is an independent DeepSeek Harness Web plugin for navigating long conversations. It adds a fixed, vertically centered landmark rail to the left edge of the conversation workspace. Each line represents one direct user task rather than every individual message.

Conversation Landmarks rail

What it does

  • Keeps the complete landmark rail fixed and centered in the whole conversation column while it scrolls.
  • Hides the rail until at least three user tasks exist (it appears from the third line).
  • Selects the line nearest the pointer. The selected line becomes longest and pure white; the two lines on each side taper down (28/20/16px) to the resting length.
  • Shows a compact preview of the user request and the latest following Assistant answer.
  • Loads older history when necessary, then scrolls to the selected user message with a highlight so the jump target stays fully visible.
  • Uses the official session projection and conversation.input.dock Client slot extension points. It does not patch DeepSeek Harness source files.
  • Performs no plugin-owned network requests and collects no telemetry.

Hover preview

Install

Requirements: DeepSeek Harness 0.1.1-rc.2 or later and its supported Node.js version.

Install the prebuilt plugin into the Web profile, then restart Web:

dsh plugin --profile web add "github:mantonlove/dsh-conversation-landmarks#v0.1.1"
dsh web

The repository commits the required lib/ artifacts, so this GitHub install does not ask pnpm to run a package build script.

Open the actual URL printed after dsh web: in the startup output. The default is http://127.0.0.1:3080, but the address can differ when the port or host is configured.

If you run DeepSeek Harness from its source checkout, use the same commands with pnpm dsh:

pnpm dsh plugin --profile web add "github:mantonlove/dsh-conversation-landmarks#v0.1.1"
pnpm dsh web

Remove the plugin with:

dsh plugin --profile web remove dsh-conversation-landmarks

Prompt for an AI coding agent

You can paste this into an agent that has terminal access to your DeepSeek Harness installation:

Install github:mantonlove/dsh-conversation-landmarks#v0.1.1 into the DeepSeek Harness web profile with dsh plugin, restart dsh web, and tell me the actual URL printed after dsh web:. Do not edit DeepSeek Harness source files.

Develop

pnpm install
pnpm run check

The package is a Cordis Service plugin. Its Host half registers the conversationLandmarks session projection through ctx.sessionProjections. Its browser half mounts through conversation.input.dock, then renders the fixed rail in a portal.

Feedback

Report bugs or request features in Issues. Please search existing issues before opening a new one.

Status

This is a community project, not an official DeepSeek release. The current compatibility target is DeepSeek Harness 0.1.1-rc.2.

License

MIT