AI Agent Hub
Back to plugins
🖥️

paste-to-workspace

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install LQ-1123/paste-to-workspace

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

Run dsh plugin install LQ-1123/paste-to-workspace in your terminal to install; the full source is available at https://github.com/LQ-1123/paste-to-workspace . Restart dsh web after installation to activate.

About this plugin

When you want to feed a PDF, a screenshot, or a code snippet into a model through DSH chat, the only option is to type a raw path into the input box—ugly and easy to muddle the surrounding context. paste-to-workspace was built for exactly this: drag any file into the window or Ctrl+V-paste an image, and the input stays pristine.

Once saved, a preview bar appears above the input: images show a real thumbnail, while documents, archives, audio, video, and code files each get a RemixIcon glyph from 15 type groups (unknown formats fall back to a code icon), with the palette following the host theme automatically. Click a card to download the original file, or hit the × to dismiss it. Sending one call is one full turn—text and files never split into separate messages; on the display side the text stays in its bubble while media cards move to an independent row, yet the model always receives a single clean Image source or File source path.

Ideal for DSH users who regularly attach documents, screenshots, or code fragments to prompts and want a tidy chat window, a glanceable file list before sending, and the ability to re-download files after the fact. All uploaded items land in the workspace .dsh-paste/ directory and are auto-cleaned after 30 days, so no stale files pile up on disk.

Use Cases

  • Drag a PDF or code file into the chat and send it to the model without typing any text
  • Paste a screenshot, confirm the thumbnail in the preview bar, then send it alongside your prompt
  • Click a file card in the conversation history to re-download the original file at any time

Best For

  • Model users who frequently attach documents, screenshots, or code snippets in DSH conversations
  • Efficiency-focused users who want a clean input box and a pre-send preview of pending files
  • Developers who need the model to read local file contents without manually copying paths