At a glance
What it does
Quote selected DSH Web chat text into the composer without copy-pasting.
Web Profile
@deepseek-ai/dsh 0.1.0-rc.6 tested
Evidence-verified
Checked Sep 13, 2026, 1:56 PM UTC
Code-evidenced contributions
What it adds to DSH
Adds a selection action that inserts quoted chat text into the composer as a reference chip.
Mechanism evidence ↗Before you choose it
Select text in a user or assistant message, choose the quote action, and continue asking a question. The composer shows a compact reference-chip preview while the full selected text is included when you submit the message.
Best for
DeepSeek Harness Web users who want to ask follow-up questions about a specific passage in a chat.
Common tasks
- Quote a portion of an assistant response before asking for clarification.
- Reference text from an earlier user or assistant message without manually copying it.
- Add multiple quoted passages to one follow-up message.
Permissions and data
Operates in the DSH Web chat interface and places selected chat text into the composer as a reference.
Permissions- Accesses text selected within user or assistant chat messages.
- Adds reference chips to the message composer.
- The composer displays a shortened preview, but the full selected text is materialized when the message is submitted.
Limitations
- Designed for DeepSeek Harness Web, not other profiles.
- The package declares Node.js 20 or later and React 18.2 compatibility requirements.
- The author notes that DSH is evolving quickly; quote behavior may need retesting after DSH upgrades.
- The npm package version was not found; use the verified pinned Git bundle/source path if needed.
What DSHub checked
- The immutable Git bundle structure and patch were verified.
- The README documents use with @deepseek-ai/dsh 0.1.0-rc.6.
- The manifest declares immediate Web-client loading, Node.js >=20, and React ^18.2.0.
What DSHub did not check
- Installation and runtime behavior were not executed in this review.
- Compatibility beyond the documented tested DSH release was not verified.
Pinned install
Install DSH Quote Selection
This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Project README
DSH 划词引用
在 DSH Web 的聊天里选中一段文字,点击「引用到输入框」,就能针对这段话继续提问,不用来回复制粘贴。
输入框只显示一小段引用预览,发送时模型仍会收到完整原文。
安装
适用于 DeepSeek Harness Web。当前已在 @deepseek-ai/dsh 0.1.0-rc.6 上测试。
dsh plugin --profile web add dsh-ui-quote-selection
安装后重启 dsh web,再刷新浏览器。如果没有立即生效,可以按 Ctrl+Shift+R 强制刷新。
使用
- 在用户或助手的消息中选中一段文字。
- 点击选区旁边的「引用到输入框」。
- 继续输入你想问的问题。
- 发送消息。
输入框中的引用标签只显示原文开头,鼠标移上去可以查看引用内容,按退格键即可删除。你也可以在一条消息里加入多段引用(v0.1.1 起:按 detect 坐标追加 chip,修复第二段起引用失败)。
它做了什么
- 选中聊天文字后,一键放进输入框。
- 输入框只显示简短预览,不会被长段原文占满。
- 发送时自动带上完整原文,不会丢失内容。
- 按钮文字会跟随 DSH 界面语言显示中文或英文。
插件使用 DSH 自带的引用功能,不会修改 DSH 核心代码。
卸载
dsh plugin --profile web remove dsh-ui-quote-selection
卸载后重启 dsh web。
从源码安装
git clone https://github.com/nekogpt/dsh-ui-quote-selection.git
cd dsh-ui-quote-selection
dsh plugin --profile web add .
主要实现位于 lib/client.js。DSH 仍处于快速开发阶段;升级 DSH 后,如果引用功能出现异常,请提交 Issue。
License
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Web Profile
Delivery: Dsh Bundle Git — nekogpt/dsh-ui-quote-selection#c5034b4be26116bce5175e0db844b12ba8873828。
Verify, update, and remove
Show lifecycle commands
dsh plugin --profile web listCompatibility and access
Tested with @deepseek Ai/dsh 0.1.0 Rc.6; Node >=20 declared: @deepseek-ai/dsh 0.1.0-rc.6 tested。
Review compatibility evidence ↗
Risk facts
MIT licensed
Evidence ↗Selected text is sent in full when the message is submitted.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
Use this when concise quote previews are preferable to filling the composer with long copied text.
AI reviewed Sep 13, 2026, 1:56 PM UTC。GitHub facts last checked Sep 13, 2026, 1:56 PM UTC。
No material source change has been recorded since this evidence baseline.