DeepSeek Harness plugin

dsh-quote

ChatGPT-style text quote for DSH web: select a sentence in a message, click 引用, and a faint quote line appears above the composer.

Jump to install

Source facts

Repository
EdwardoStarks/dsh-quote
Latest update
Aug 16, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/EdwardoStarks/dsh-quote
Plugin: dsh-quote
Author: EdwardoStarks

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-quote

ChatGPT 同款「引用」体验 for DeepSeek Harness(dsh web)。

功能

  • 选中对话里任意消息文字 → 鼠标处弹出「引用」按钮
  • 点「引用」→ 输入框上方出现淡色「引用:xxx ×」提示(不污染输入框)
  • 发送时自动把 > 引用:xxx 拼进消息开头(回车 / 点发送按钮 / 插话发送均支持)
  • 发送后淡色提示自动消失;点 × 可取消

安装

# npm
dsh plugin --profile web add dsh-quote

# 或 GitHub
dsh plugin --profile web add github:EdwardoStarks/dsh-quote

装完后重启 dsh web 生效。

说明

  • 纯 client 插件,零运行时依赖
  • client 模块经 dsh.client manifest 自动加载,无需构建
  • 选中检测:选中文字且不在输入框/可编辑区即触发,不依赖特定 DOM 标记

License

MIT

已知限制

  • 引用通过 conversation.input.dock 槽写入草稿,发送时抢在提交前拼入;极少数自定义主题若隐藏该槽,淡色提示可能不显示
  • 点「×」取消后,若此前引用已拼入草稿,需手动删除草稿中对应的 > 引用:…

开发

源码即 client 模块,client/client.jswindow.__ModuleLoader__.load 形式加载,无需构建。改完重启 dsh web 生效。

# 本地链接安装
dsh plugin --profile web add <本仓库路径>