DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-file-bridge

A DeepSeek Harness file exchange bridge for attachments, agent-delivered files, static file links, and Explorer file opening.

Developer Tools
0GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add 'github:fengs2021/dsh-file-bridge'

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-file-bridge is a web-profile DeepSeek Harness plugin that supports user uploads, agent file delivery through the send_files tool, read-only /dsh-files static serving, and clickable backticked source paths that open in the sidebar Explorer.

Key Capabilities

  • Adds an attachment control for selecting images and files in the chat input.
  • Sends images through the native preview flow after compression; uploads non-image files and inserts accessible links.
  • Provides a send_files tool flow for copying agent-selected files to a shared directory and presenting image previews or download links.
  • Serves the shared directory read-only under /dsh-files/* with documented path-traversal protection and RFC 5987 filename encoding.
  • Converts eligible backticked source paths in the same response turn into controls that open files in the sidebar Explorer.

Useful For

  • Let users attach images or documents for an agent conversation.
  • Let an agent return generated reports, images, and other files as links or previews.
  • Expose a configured shared file directory through a public base URL.
  • Open an agent-referenced local source file directly in the DSH sidebar Explorer.

Who It Fits

  • DeepSeek Harness web deployments needing bidirectional file exchange.
  • DSH users who need agents to deliver generated files.
  • Administrators able to configure a public URL, shared directory, and reverse-proxy upload limits.

Documented Limitations

  • Requires DeepSeek Harness 0.1.0-rc.6+ and Node.js 18+.
  • publicBase must be configured to generate externally accessible upload and send_files URLs.
  • Android WebView attachment selection requires the app to implement WebChromeClient.onShowFileChooser.
  • Reverse proxies such as nginx may need a larger client_max_body_size to avoid HTTP 413 uploads.
  • Explorer links only work for the send_files source path when backticked in the same response turn.
  • The README documents a possible missing @deepseek-ai/dsh-tools dependency issue requiring a manual symlink workaround.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 0 development, 2 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
fengs2021/dsh-file-bridge
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
124eb8f · 2026-09-02

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app