DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Selection Ask — DSH Plugin for DeepSeek Harness
← Plugins
S

@gethshap/dsh-selection-ask

Selection Ask

Standalone DeepSeek Harness Web plugin for asking context-aware questions about selected text

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:gethshap/dsh-selection-ask#22e84f462feeb891986ba73dfd1ff14faa0b656c
READMECompatibilityVersions

Compatibility and provenance

Selection Ask is published as @gethshap/dsh-selection-ask and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/6/2026

Versions

0.2.0stable
9/6/2026
0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/6/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

DSH Selection Ask

简体中文 | English

DSH 点读机项目封面

为 DeepSeek Harness Web UI 增加“选中文字后结合当前对话上下文追问”的独立插件。

特性:

  • 鼠标选中文字后显示嵌入式提问面板;
  • 从当前对话的最近完整回答处分叉,沿用当前模型和上下文;
  • 问答保存在隐藏的子对话中,不污染原对话;
  • 当前对话有历史记录时,显示独立右侧栏入口;切换对话后只显示对应记录;
  • 插件同时包含 DSH bundle patch 和浏览器客户端,可作为一个 .tgz 安装。

使用指南:DSH 上下文点读机

DSH 上下文点读机,哪里不会点哪里。 当然不是拿鼠标把显示器戳出指纹——框选文字就行。

  1. 打开一个已经聊过几轮的 DSH 对话。插件会从最近一次完整回答处分叉,因此模型不仅看得到你选中的句子,也记得这句话前面发生了什么。
  2. 用鼠标框选想追问的文字。选完后,旁边会冒出一个 “询问选中文本” 按钮,像课代表一样主动举手。
  3. 点击按钮后,可以直接选择 解释、总结、翻译,也可以自己输入更具体的问题。例如:“这个参数为什么是 1.0?”或“这句话在当前方案里有什么风险?”
  4. 点击 询问,或者按 Ctrl+Enter 发送。插件会建立一个隐藏的子对话,沿用当前模型和上下文完成回答,不会把引用问答塞进原对话里假装什么都没发生。
  5. 回答会显示在独立面板中。完成过至少一次引用问答后,页面右上方会出现 “引用问答” 入口;打开后即可在独立右侧栏里翻看往期记录。
  6. 右侧栏与原对话一一绑定。切换到别的对话时,它不会追着你跑;切回来,之前点读过的内容仍然在。

一句话版:哪里不会选哪里,选完就问;点的不是屏幕,是上下文。

安装发布包(推荐)

环境要求

  • Node.js 22.19+ 或 24+;
  • Corepack/pnpm;dsh plugin 会调用 pnpm,因此 pnpm 必须能在终端中直接运行;
  • 已经配置好可正常启动的 DeepSeek Harness Web UI。

先检查环境:

node --version
corepack enable
pnpm --version

将 <release-url> 换成 GitHub Release 中 .tgz 资产的直链:

dsh plugin --profile web add <release-url>

例如:

dsh plugin --profile web add https://github.com/gethshap/dsh-selection-ask/releases/download/v0.2.0/gethshap-dsh-selection-ask-0.2.0.tgz

重启 Web 服务后生效:

dsh web

如果尚未全局安装 dsh,可以通过 npx 完成安装和启动:

npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add https://github.com/gethshap/dsh-selection-ask/releases/download/v0.2.0/gethshap-dsh-selection-ask-0.2.0.tgz
npx -y @deepseek-ai/dsh@0.1.2-rc.1 web

验证插件是否加载

查看合并后的 Web 配置:

dsh --profile web --dump-config

使用 npx 的用户可运行:

npx -y @deepseek-ai/dsh@0.1.2-rc.1 --profile web --dump-config

输出中出现下面的配置即表示插件已加入 Web bundle:

- id: ui-selection-ask
  name: '@gethshap/dsh-selection-ask'

如果安装后没有看到插件,请确认 pnpm --version 能正常执行,然后完全停止并重新启动 dsh web。

删除插件:

dsh plugin --profile web remove @gethshap/dsh-selection-ask

从源码安装

首次从源码部署时,需要先克隆、安装依赖并构建,不能在刚克隆完成时直接安装目录:

git clone https://github.com/gethshap/dsh-selection-ask.git
cd dsh-selection-ask
corepack pnpm install
corepack pnpm test
corepack pnpm run build
dsh plugin --profile web add .
dsh web

正式打包 Release 时再运行:

corepack pnpm run pack:release

产物位于 dist/gethshap-dsh-selection-ask-0.2.0.tgz。发布 Git tag(例如 v0.2.0)后,GitHub Actions 会重新测试、打包并自动创建 Release、上传该文件。

开发安装

也可以安装一个已经执行过 corepack pnpm run build 的本地目录:

dsh plugin --profile web add D:\path\to\dsh-selection-ask

每次修改后先运行 corepack pnpm run build,再重启 dsh web。正式安装已构建的 .tgz 后,日常启动不需要重复构建。

兼容性

插件 v0.2.0 面向 DSH 0.1.2-rc.1 的新插件机制,已完成以下迁移:

  • 使用新的 Session Controller、Workspace Controller 和 Remote 服务,移除已废弃的 dsh-client-runtime;
  • 从 SessionBinding.eventSource 获取当前对话边界,并兼容新版压缩 chunk 历史记录;
  • 按新版依赖注入规则声明 Web 客户端模块,并补齐 Markdown 本地化标签;
  • 通过 TypeScript 构建、单元测试、打包检查和 DSH Web 启动验证。

v0.1.0 用于旧版 DSH 0.1.0-rc.7 / 0.1.1-rc.2,不建议在 DSH 0.1.2-rc.1 上继续安装。升级 DSH 后请改用插件 v0.2.0。

插件没有修改 DSH 核心源码,也不依赖私有 workspace 路径。DeepSeek Harness 目前仍处于 Developer Preview 阶段,后续 RC 版本可能出现破坏性变化;升级 DSH 后建议按上面的步骤检查合并配置并实际打开一次引用问答。

License

MIT