Installation
npx -y @deepseek-ai/dsh plugin --profile web add github:wang122818/dsh-conversation-navigatorThis installation command is an unverified starting point generated from the GitHub repository address.
README
Maintainer-authored documentation snapshot.
This README snapshot could not be refreshed during the latest directory sync.
DSH Conversation Navigator
A client-only DSH Web plugin that adds a turn navigation rail to the left of the chat flow.
Each marker corresponds to one user message and the following assistant work, which is DSH's complete conversation-turn boundary. The marker positions follow the rendered message locations. The marker intersecting the viewport center is highlighted. Hovering a marker shows the beginning of the user's message, and clicking it smoothly scrolls to that turn.
Install
From this checkout:
dsh plugin --profile web add D:\dsh-locateHistory
Restart the existing DSH Web process, then refresh http://127.0.0.1:3080.
Notes
- The rail is hidden below
900pxviewport width to avoid overlapping the mobile chat layout. - It reads stable attributes already emitted by DSH's chat flow:
data-conversation-scroll,data-chat-flow-kind, anddata-chat-anchor-key. - A new user message without a completed assistant response is still shown as the current open turn.
Project files and signals
Shown items are public repository signals detected in the directory snapshot.
Repository information
- Language
- JavaScript
- License
- MIT
- Last updated
- Aug 18, 2026, 2:58 AM
Install deliberately
Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.