AI Agent Hub
Back to plugins
🖥️

dsh-file-preview

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install ld-1101/dsh-file-preview

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

Run dsh plugin install ld-1101/dsh-file-preview in the DeepSeek Harness terminal to install this plugin; the source is hosted at https://github.com/ld-1101/dsh-file-preview. After installation, fully quit and restart the DSH application to load it.

About this plugin

When you work with DSH, you often need to hand local files to the AI, glance at a Markdown or CSV file mid-session, or trace which files the model just created or modified. dsh-file-preview folds all of that into one place: a single sidebar button opens a resizable docked panel with breadcrumb navigation, directory-first sorting, and multi-workspace switching, while the chat column stays fully visible so you never have to juggle browser tabs.

The panel lists AI-produced and AI-modified files at the top, pulled from session event logs, and clicking any file renders it inline—Markdown typeset, PDF embedded, images displayed, CSV rendered as a table, source code highlighted, and everything else handed off to a new tab. The drag-and-drop shortcut is particularly useful: drop a file or folder anywhere on the chat surface and a single-line path lands at your cursor, ready to send so the AI can read it without you copying long paths by hand. All access is confined to registered workspaces; path traversal is rejected and text reads are capped at 5 MiB, keeping things convenient without sacrificing safety.

If you use DSH for everyday development, documentation, or multi-round data analysis and find yourself constantly switching between asking the AI to read a file and checking the file content yourself, this plugin cuts down window-hopping and manual path entry, putting browsing, previewing, and referencing in one spot right beside your conversation.

Use Cases

  • Insert a file path into chat quickly when asking the AI to read it
  • Preview Markdown, PDF, CSV, or code files inline without switching windows
  • Review files the AI produced or modified in the current session

Best For

  • Developers using DSH for daily coding or documentation work
  • Analysts who frequently ask the AI to read local files
  • Anyone who wants to browse and preview files right beside the chat without switching windows