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.

Chat Navigator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-chat-navigator

Chat Navigator

A right-edge DSH Web navigator for current-session questions, hover previews, and exact click-to-jump navigation.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:16512354554/dsh-chat-navigator#2e5f6771aef8d7d606bd4f596ab9993c94ff930d
READMECompatibilityVersions

Compatibility and provenance

Chat Navigator is published as dsh-chat-navigator 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
9/8/2026

Versions

0.1.0stable
9/8/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
★ 0
Weekly downloads
0
Last push
9/8/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.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDafeiyudsh-dafeiyuA desktop-native BigFish companion driven by DeepSeek Harness session events.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)

README

DSH Chat Navigator

A right-edge chat-history navigator for DeepSeek Harness Web.

It adds a compact dock that lets you:

  • browse the current session's user and steering questions;
  • open with the newest ten questions and load five older questions at a time, up to fifty;
  • preview a question and its following assistant reply on hover;
  • jump to the exact question in the current or another session;
  • follow live question updates while a session is running.

Install

Install the public DSH bundle into the Web profile:

dsh plugin --profile web add github:16512354554/dsh-chat-navigator

Restart dsh web after changing the profile, then open the chat-history button on the right edge of the conversation view.

The package is a normal DSH bundle: package.json declares dsh.bundle, and cordis.patch.yml mounts the browser client into the Web overlay slot. Installing a plugin runs third-party code with your user permissions; review the source before installing it.

Development

The repository keeps the generated lib/ runtime artifacts required for GitHub installs and includes the TypeScript/CSS source under src/. The source is built against the DSH client contracts. To develop it inside a DSH checkout, copy or link this repository into packages/client/ui-chat-navigator, then run:

pnpm --filter @deepseek-ai/dsh-client-ui-chat-navigator run bundle
pnpm exec vitest run packages/client/ui-chat-navigator/tests/navigator.client.spec.tsx

The DSH package's client bundle is loaded through the host module loader; it must not be opened as a standalone browser application.

License

MIT. See LICENSE.