dshbase

插件目录 / Developer / dsh-plugin-question-navigator

dsh-plugin-question-navigator

未验证 Cocowwy

✓ 持续维护

查看 GitHub ↗ ← 返回插件目录

1Stars
0Forks
0未关闭 issue
语言
2026-08-17最近推送
跨平台平台

功能简介

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.overlay slot.

Requirements

  • DeepSeek Harness Web 0.1.0-rc.6 or 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

  1. Open a new or existing conversation containing at least one user message.
  2. The navigator is hidden at the conversation bottom. Scroll upward slightly to reveal it.
  3. Click Latest question to place the newest question at the top of the reading area.
  4. The control changes to Previous question. Click it repeatedly to navigate backward.
  5. At the first question, the control reads No earlier question and becomes disabled.
  6. 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

MIT

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 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 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-26
备注:验证: runtime-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7795 个插件 →