AI Agent Hub
Back to plugins
🖥️

dsh-message-copy-enhance

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Asianfleet/dsh-message-copy-enhance

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

To install this plugin in DeepSeek Harness, run the command: dsh plugin install Asianfleet/dsh-message-copy-enhance, or visit https://github.com/Asianfleet/dsh-message-copy-enhance to view the source code.

About this plugin

When interacting with AI models, copying responses often leads to the loss of crucial formatting details. Direct copying frequently strips away essential information such as code block language tags, the raw LaTeX source for math formulas, or complete link attributes. This results in pasted content that lacks the structure and utility expected in professional workflows. The plugin intercepts copy events and intelligently identifies Markdown-related elements within assistant messages. Whether it is inline or block-level LaTeX, code blocks with language tags, or standard elements like lists and tables, the plugin utilizes a built-in converter to transform the DOM into clean Markdown, ensuring all formatting is preserved.

Use Cases

  • Preserving raw TeX source when copying math formulas.
  • Keeping language tags and formatting when copying code blocks.
  • Pasting content directly into Markdown editors.

Best For

  • Users who need to organize AI replies in Obsidian or Typora.
  • Researchers needing to extract LaTeX formulas or code snippets.
  • Users who frequently copy text from chat interfaces for secondary editing.