AI Agent Hub
Back to plugins
🧰

dsh-quote-followup

Web Tools Updated 2026.09.13

Run the following command in DeepSeek Harness:

dsh plugin install tr1v3r/dsh-quote-followup

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

Run dsh plugin install tr1v3r/dsh-quote-followup in DeepSeek Harness to install the plugin, available at https://github.com/tr1v3r/dsh-quote-followup

About this plugin

Long multi-turn conversations make focused follow-ups painful: you copy a fragment, paste it into the composer, and hand-write context so the model knows which turn you mean. dsh-quote-followup collapses that into two gestures. Select text in the transcript, click the floating Quote button, and a compact native chip lands in your composer without disturbing any existing draft. Stack as many excerpts as you need.

Each chip automatically carries the conversation turn ordinal when the selection comes from a DSH chat row, so phrasings like "revisit turn 3" stay resolvable. At send time a plugin codec expands every chip into a model-readable Markdown blockquote; the model sees rendered quotes, never the chip objects themselves. Chips hold only the excerpt, a turn number when available, and a truncation flag; they deliberately carry no global session references, so they remain valid across compaction folds and session rotation.

Built for developers who work in long Web conversations and keep coming back to specific fragments for targeted follow-ups. No context hunting, no fear that your references will break when the session compresses or rotates.

Use Cases

  • Select a passage from a long transcript and quote it to ask a detailed follow-up
  • Quote multiple excerpts at once to request a comparative analysis
  • Reference a specific turn number so the model can revisit earlier reasoning

Best For

  • Developers running long multi-turn conversations in the Web client
  • Researchers who repeatedly drill into specific passages for targeted questions
  • Power users who want to eliminate copy-paste context juggling