AI Agent Hub
Back to plugins
🖥️

dsh-quote

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install EdwardoStarks/dsh-quote

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

Run dsh plugin install EdwardoStarks/dsh-quote in your DeepSeek Harness terminal to install (source: https://github.com/EdwardoStarks/dsh-quote), then restart dsh web to activate.

About this plugin

Quoting a specific passage from earlier in a chat thread usually means copy, paste, and manually slapping on a format marker — a clunky, interruptive flow. dsh-quote brings the familiar ChatGPT-style select-and-quote experience to dsh web: highlight any text in a message and a small Quote button appears right at your cursor; clicking it surfaces a subtle, low-contrast hint above the input box that stays out of your way, and the reference is automatically prepended to your message the moment you hit send (return key, send button, or interjection all work). The hint vanishes after sending, and a single × click cancels it at any time.

Under the hood the plugin is entirely client-side with zero runtime dependencies and no build step. It loads automatically through the dsh.client manifest, and its selection detection works on plain text selection outside editable areas — no special DOM markers required. One caveat: the draft is written through the conversation.input.dock slot, so a handful of heavily customised themes that hide that slot may not show the hint. Also, if you cancel a quote after it has already been spliced into the draft, remove the > Quote: … line manually.

If you spend long sessions in dsh web doing deep multi-turn conversations and frequently need to reference an earlier sentence, anchor a discussion point, or ask the model to react to a specific passage, dsh-quote turns quoting into a two-second gesture: select, click, send.

Use Cases

  • Quote an earlier passage to keep the AI focused during a long conversation
  • Pin a specific paragraph as the anchor for the next response
  • Point back to a prior instruction or context quickly, avoiding redundant re-explanation

Best For

  • Users who run long, deep multi-turn conversations in dsh web
  • People who want a more intuitive quoting flow and less manual copy-paste
  • Developers on custom themes who want lightweight interaction boosts with zero server-side dependencies