Plugin directory / Developer / dsh-question-locator
dsh-question-locator
Unverified M2-Z
What it does
DSH Web 插件:和deepseek网页端一样,可以定位会话中的任何一个会话,不用一个一个翻找
Unverified — not yet verified
DSH Web 插件:和deepseek网页端一样,可以定位会话中的任何一个会话,不用一个一个翻找 Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-question-locator
DeepSeek Harness(DSH)Web GUI 插件:在当前会话中列出“我的问题”,点击即可定位到聊天正文并高亮。
功能
- 会话页右侧出现一个“问”字浮层按钮
- 点击后打开“我的问题”面板,列出当前会话中所有
user/steering消息 - 点击任意问题,聊天区自动滚动到该消息并短暂高亮
- 会话切换时自动跟随当前会话,消息流式/历史加载时列表实时刷新
环境要求
- DeepSeek Harness(DSH)Web GUI
- Node.js ≥ 20(仅本地构建时需要;安装运行不需要)
安装
以下命令均通过 npx @deepseek-ai/dsh plugin 转发给 profile 目录内的包管理器。安装后重启 npx @deepseek-ai/dsh web 生效(host 部分在 DSH 启动时加载)。
从 GitHub 仓库安装(当前推荐)
git clone https://github.com/M2-Z/dsh-question-locator.git
npx @deepseek-ai/dsh plugin --profile web add ./dsh-question-locator
Windows 下如果 clone 到
D:\...,也可直接使用绝对路径:npx @deepseek-ai/dsh plugin --profile web add D:\path\to\dsh-question-locator
从 GitHub Releases 下载 tarball 安装
等仓库发布 Release 后,下载 dsh-question-locator-<version>.tgz:
npx @deepseek-ai/dsh plugin --profile web add ./dsh-question-locator-0.0.1.tgz
从 npm 安装(发布后可用)
npx @deepseek-ai/dsh plugin --profile web add dsh-question-locator
卸载
npx @deepseek-ai/dsh plugin --profile web remove dsh-question-locator
使用
- 启动
npx @deepseek-ai/dsh web,打开任意会话页。 - 会话页右侧会出现“问”字浮层按钮。
- 点击按钮打开“我的问题”面板。
- 点击任意问题,聊天区会自动滚动定位到该消息并高亮。
开发
pnpm install
pnpm exec tsc -p tsconfig.json
pnpm exec tsdown
技术要点
- host 侧为空,纯浏览器端 UI 功能
- 数据源:
ctx.sessions的会话列表 +ConversationSnapshot - UI 槽位:
shell.overlay(additive 浮层,不替换现有界面) - 定位:按
data-chat-flow-kind="user|steering"顺序匹配 DOM 行,并手动滚动到聊天滚动容器
License
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-question-locator for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:M2-Z/dsh-question-locator Headless (CLI) profile:
dsh plugin --profile headless add github:M2-Z/dsh-question-locator Test report
Not yet L3-verified — see failure note below if we already ran it.