AI Agent Hub
Back to plugins
🖥️

dsh-auto-paste

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install sakuraqqq/dsh-auto-paste

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

In DeepSeek Harness, please run the installation command to add this plugin: dsh plugin install sakuraqqq/dsh-auto-paste (source: https://github.com/sakuraqqq/dsh-auto-paste).

About this plugin

When using the DeepSeek Harness web client, directly pasting large blocks of text often leads to lost context or formatting issues. The dsh-auto-paste plugin is designed to solve this specific pain point. When the plugin detects text exceeding the threshold (default 500 characters), it automatically intercepts the paste event, saves the text as a local attachment file, and inserts a file path reference in the input box, ensuring the model can read it fully. Additionally, it provides a save_paste tool, allowing the model to actively invoke it to persist text. For very long content (over 1MB), the system gracefully falls back to a normal paste to ensure no data is lost.

Use Cases

  • Automatically saves long documents as attachments when pasted in the web interface.
  • Requires the model to read large amounts of code or technical documentation.
  • Prevents long text blocks from being truncated in the input box.

Best For

  • Users utilizing the DeepSeek Harness web platform.
  • Developers who frequently paste long text.
  • AI assistant users who value context integrity.