AI Agent Hub
Back to plugins
🖥️

dsh-drag-path

Client Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install Rudyy898/dsh-drag-path

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

Run dsh plugin install Rudyy898/dsh-drag-path in the DeepSeek Harness CLI to install this plugin; source repository: https://github.com/Rudyy898/dsh-drag-path. After installation, restart dsh web and hard-refresh the browser (⌘⇧R).

About this plugin

The stock DSH composer only accepts image drops. Drag a .swift source file, a .xlsx spreadsheet, or an entire project folder and you get a format-not-supported toast — your real files never reach the agent.

This plugin intercepts non-image drag events and uses the host runtime to locate the file on disk by name and size, then writes the true absolute path into the composer. It handles batch drops, shows a picker when multiple files share the same name, supports Ctrl+V paste of copied files, and leaves image drags untouched. Search order goes: current workspace first, then common directories (Downloads, Desktop, Documents), then a global sweep; consecutive files in the same folder reuse the previous hit as a hint for instant matches.

Built for developers who want to throw source files, data sheets, or config directories straight at the agent for analysis or refactoring. Works on macOS and Windows, zero configuration — install, restart dsh web, and go.

Use Cases

  • Drag .swift or .py files into the composer so the agent reads and edits the originals directly
  • Drop .xlsx or .ipa files and the agent gets real paths for instant data processing
  • Drag an entire folder to batch-insert paths, giving the agent full project context in one go

Best For

  • Developers who rely on DSH for code or document tasks and hate typing paths manually
  • Engineers on macOS or Windows who feed multi-format files to an agent regularly
  • DSH users who want a Codex-like drag-and-drop experience with zero setup