DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

16512354554 /

16512354554/dsh-chat-navigator

Verified

Right-edge chat-history navigator plugin for DeepSeek Harness Web.

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@2e5f6771

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.

—/ 5

No ratings yet

Verified DSH bundle

Commit 2e5f6771aef8

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout