DeepSeek Harness plugin

dsh-file-upload-zhangbo1

Upload local files into the current DeepSeek Harness workspace from the Web composer

Jump to install

Source facts

Repository
zhangbo1201/dsh-file-upload
Latest update
Aug 18, 2026
Category
Tools & Capabilities
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/zhangbo1201/dsh-file-upload
Plugin: dsh-file-upload-zhangbo1
Author: zhangbo1201

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-local-file-upload

中文

Adds a local-file upload button to the DeepSeek Harness Web composer.

  • Select multiple files in one pass, or paste ordinary files into the composer with Cmd+V / Ctrl+V.
  • PNG/JPG/WebP/GIF continue through DSH's native image attachment path; other clipboard files use this plugin.
  • 10 MiB limit per file.
  • Writes into .dsh-uploads/ under the current Session workspace.
  • Allocates collision-safe names without overwriting existing files.
  • Appends @.dsh-uploads/<name> to the composer after upload, ready for dsh-at-file and agent filesystem tools.
  • Sanitizes path separators, whitespace, and @ from stored names.
  • Rejects symlinked upload directories and verifies the decoded byte count on Host.

Install

dsh plugin --profile web add dsh-local-file-upload

To update later:

dsh plugin --profile web update dsh-local-file-upload

The transfer stays on the local DSH loopback connection; no file is uploaded to a cloud service.

Restart the active dsh web process after installation. The upload button appears in the composer toolbar.

Cleanup

Uploads remain in the workspace's .dsh-uploads/ directory until removed. Add .dsh-uploads/ to the project's .gitignore to avoid committing uploaded files accidentally.

Development

pnpm install
pnpm run check