AI Agent Hub
Back to plugins
🖥️

dsh-add-conversation

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install haohao16421/dsh-add-conversation

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

Run dsh plugin install haohao16421/dsh-add-conversation to install. Source is available at https://github.com/haohao16421/dsh-add-conversation. Restart DSH Web after installation to activate the plugin.

About this plugin

When you are deep into a multi-turn conversation in DSH Web GUI and want to follow up on a specific part of an AI reply, the usual workflow is copy, paste, and manually type the Markdown blockquote symbol. It breaks your flow and the formatting is inconsistent. dsh-add-conversation collapses that into a single selection action: highlight any text in the chat area, a floating button appears, click it, and the content becomes a quote chip parked above the input box. On send, all quotes are automatically prepended as > blockquote lines before your message.

Core capabilities include storing up to 12 quotes at once, each with its own preview panel and remove button; a clean chip layout of six per row across two rows; and a fully client-side implementation that requires zero configuration and zero build steps. Uninstalling restores the original page with no trace left in the DSH source.

It is suited for anyone who frequently references specific AI responses during multi-turn discussions in DSH Web GUI, especially when comparing, correcting, or building upon individual parts of a reply. The plugin works entirely offline with no external service dependencies.

Use Cases

  • Select a portion of an AI reply, quote it with one click, then follow up on that specific segment
  • Stash up to 12 quotes, preview each one, and send them together for comparison or correction
  • Use the quote feature fully offline with zero external service dependencies

Best For

  • Developers who frequently do multi-turn follow-ups in DSH Web GUI
  • Users who often reference specific parts of AI replies for in-depth discussion
  • Users who prefer lightweight plugins with zero config, zero build, and clean uninstall