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.

User Message Navigator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
U

dsh-user-message-navigator

User Message Navigator

Codex-style user-message navigation sidebar 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:buguoshixc/dsh-user-message-navigator#33ee5fbb8e252aa2dc08b88ee5d3e52daa2ba2aa
READMECompatibilityVersions

Compatibility and provenance

User Message Navigator is published as dsh-user-message-navigator 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/23/2026

Versions

0.1.1stable
8/23/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/23/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

DSH User Message Navigator

A Codex-style user-message navigation sidebar for DeepSeek Harness Web.

Features

  • Adds a User messages action to the active session header.
  • Opens as a floating right sidebar through the official shell.overlay slot.
  • Lists direct user prompts and admitted steering messages in conversation order.
  • Searches loaded prompts without sending their content anywhere.
  • Jumps to and briefly highlights the selected message.
  • Tracks the message nearest the current reading position.
  • Loads older history one page at a time or all remaining pages on explicit request.
  • Follows the active DSH locale and theme tokens.

Only currently visible conversation nodes are indexed. Plugin-generated context messages and compacted-away nodes are deliberately excluded.

Install

Requires DeepSeek Harness Web 0.1.1-rc.2 or a compatible later release.

npx --yes @deepseek-ai/dsh plugin --profile web add "C:\absolute\path\dsh-user-message-navigator-0.1.1.tgz"
npx --yes @deepseek-ai/dsh web

Restart DSH and refresh the browser after installation. The right-edge launcher is visible even before a session is selected; a non-empty session also shows User messages in its header.

Development

npm install
npm run check
npm run pack:dry

Privacy

The plugin has no host route and makes no network request. Message content remains in the active browser page and is used only for the local list, search, and navigation operations.

License

MIT