AI Agent Hub
Back to plugins
🖥️

dsh-plugin-quote-reply

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install yangYzc/dsh-plugin-quote-reply

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install yangYzc/dsh-plugin-quote-reply in your terminal to install the plugin; source is available at https://github.com/yangYzc/dsh-plugin-quote-reply . Restart DSH Web and refresh the browser after installation.

About this plugin

In a DSH conversation, an assistant reply can run to hundreds of words. When you want to follow up on a single sentence, copying it, pasting it, and adding quote marks by hand is tedious and error-prone. dsh-plugin-quote-reply collapses that workflow into a single selection and a single click.

Select any text in a message and a small toolbar appears just below the selection. Two actions are available: Quote Reply inserts the selected text as a Markdown blockquote (> ...) into the current composer so you can type your question right after it; New Window Reply opens a fresh session with the quote already pre-filled, which is handy for splitting a sub-topic into its own thread. The selected text can come from anywhere—an assistant reply, a user message, or a tool output.

It is a pure client-side plugin: no server-side changes, no extra backend calls. It hooks into the browser's native selection events and writes through the DSH conversation suite's inputActions.setDraft API. It is well suited for users who have long, multi-turn conversations with DSH and need to reference a specific passage precisely, either for an immediate follow-up or to spin off a separate discussion.

Use Cases

  • Select a sentence from an assistant reply and quote it inline for an immediate follow-up
  • Quote a key snippet from tool output into a new session for a focused discussion
  • Pinpoint a passage in a long conversation and ask for clarification or counter-argument on that specific part

Best For

  • Users with long, multi-turn DSH conversations who need precise text references in follow-ups
  • Users who prefer spinning off sub-topics into separate sessions for deeper discussion
  • DSH users who want to eliminate manual copy-paste and streamline the follow-up workflow