lin-nanxing/dsh-qnav

lin-nanxing★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

DeepSeek Harness会话界面的快速查找跳转,根据会话中用户提问为单位进行跳转,适用于较长的上下文工作,需要快速找到对应的问题和回答的场景. A slim right-edge question-navigation rail for long DSH conversations. Every user question becomes a hoverable tick — click to jump straight to that turn, with current-position highlighting as you scroll. Pure client-side, no server needed, works on any DSH web instance.

README 摘要

dsh-qnav English · 中文 · 日本語 · Español · Français One-liner A slim right-edge question-navigation rail for long DSH conversations — every real user question gets a hoverable tick; click to jump straight to that turn, current position auto-highlights while scrolling. Install (three steps) 💡 No npm publish needed! The link: prefix tells DSH to install from a local path. After cloning, just run step 3 in the project directory . "Publishing to npm" means uploading your package to the public npm registry so others can simply type dsh plugin --profile web add dsh-qnav . This is optional — it doesn't affect your own usage. Key Features 1. Precise extraction — Reads real user questions from DSH conversation DOM nodes using data-chat-flow-kind="user" , filtering out steering/pending/context rows; falls back to [class ="userRow"] . 2. Element-reference jumping — Saves each flowItem DOM element reference instead of text-prefix matching; clicks call scrollIntoView() directly. Eliminates dedup bugs, prefix collisions, and @-reference text-node splits. 3. Auto-filter non-user rows — Excludes uncommitted inputs and system-injected contexts via data-pending-steering and data-chat-flow-kind . No mi…

在 GitHub 查看完整 README →
终端/TUIcordisdeepseek-harnessdsh-pluginjavascriptproductivityquestion-navigationsidebartypescript

分类