插件目录 / Developer / dsh-plugin-question-navigator
dsh-plugin-question-navigator
未验证 Cocowwy
功能简介
Navigate latest and previous questions in long DeepSeek Harness conversations
未验证 — 尚未实测
Navigate latest and previous questions in long DeepSeek Harness conversations 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
DSH Question Navigator
A lightweight navigation plugin for long DeepSeek Harness conversations. Jump to your latest question, then move backward through previous questions without manually searching through long assistant responses.
Features
- Latest question: jump directly to your most recent user message.
- Previous question: click repeatedly to walk backward through your questions.
- Native control integration: appears beside DSH's built-in Back to bottom button without duplicating it.
- Auto-hide at bottom: follows the native control and stays out of the way at the conversation tail.
- Existing-history support: works with user messages already rendered when the plugin is installed or a previous conversation is opened.
- Long-history support: tracks message identities when earlier paginated history is loaded.
- Responsive UI: text labels on desktop and compact icon controls on mobile.
- Bilingual UI: automatically follows Chinese or English browser language.
- Theme-aware: uses DeepSeek Harness design tokens for light, dark, and custom themes.
- No DSH source patching: integrates through the public
shell.overlayslot.
Requirements
- DeepSeek Harness Web
0.1.0-rc.6or later. - Node.js 20 or later.
- A DSH Web profile. The examples below use the profile name
web.
Install from GitHub
Add the repository to your Web profile:
cd ~/.dsh/profiles/web
dsh plugin --profile web add github:Cocowwy/dsh-plugin-question-navigator
Restart the existing DSH Web process, then refresh the browser:
dsh web --profile web
If your profile has another name, replace both occurrences of web with that profile name.
Update
cd ~/.dsh/profiles/web
dsh plugin --profile web update dsh-plugin-question-navigator
Restart DSH Web and refresh the page after updating.
Uninstall
cd ~/.dsh/profiles/web
dsh plugin --profile web remove dsh-plugin-question-navigator
Restart DSH Web after removal.
Usage
- Open a new or existing conversation containing at least one user message.
- The navigator is hidden at the conversation bottom. Scroll upward slightly to reveal it.
- Click Latest question to place the newest question at the top of the reading area.
- The control changes to Previous question. Click it repeatedly to navigate backward.
- At the first question, the control reads No earlier question and becomes disabled.
- Use DSH's native Back to bottom button or manually scroll to the bottom. The navigator hides and resets to Latest question for the next upward scroll.
Existing conversations and older history
The plugin scans all user messages currently rendered in the active conversation, including messages created before the plugin was installed. It is not limited to new messages. DSH may keep very old messages outside the page until you click Load earlier; once DSH renders those messages, the plugin detects them automatically and adds them to backward navigation.
Local development
git clone https://github.com/Cocowwy/dsh-plugin-question-navigator.git
cd dsh-plugin-question-navigator
npm run check
cd ~/.dsh/profiles/web
dsh plugin --profile web add link:/absolute/path/to/dsh-plugin-question-navigator
Restart DSH Web after changing the local plugin. The distributed plugin is plain JavaScript and requires no build step.
Compatibility notes
The plugin uses the public DSH overlay slot and stable conversation DOM markers:
[data-conversation-scroll][data-chat-flow][data-chat-flow-kind="user"][data-chat-anchor-key]
If a future DSH release changes these markers, the plugin may need a compatibility update.
Search keywords
DeepSeek plugin, DeepSeek Harness plugin, DSH plugin, chat navigation, conversation navigation, latest question, previous prompt, AI chat productivity.
License
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-plugin-question-navigator」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:Cocowwy/dsh-plugin-question-navigator Headless(CLI)profile:
dsh plugin --profile headless add github:Cocowwy/dsh-plugin-question-navigator 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。