dsh-file-uploads¶
| 类型 | 插件 | 分类 | 输入与编辑 |
| 星数 | – | 状态 | ✅ 活跃 |
| 能力 | files, ui | 更新时间 | 2026-08-14 |
📖 项目简介¶
Upload arbitrary local files from the DeepSeek Harness Web composer, attach their container paths to prompts, and manage stored uploads from Settings.
✨ 核心特性¶
- Adds a Files button beside the existing composer controls.
- Accepts multiple arbitrary local files, not only images.
- Shows pending files as image-like cards above the composer.
- Keeps the text editor clean: no visible path or generated description is inserted into the draft.
- Serializes each hidden file reference into a model-readable absolute path only when the message is submitted.
- Clears pending cards after submission and restores them when submission fails.
📦 安装¶
dsh plugin --profile web add "github:l541402398/dsh-file-uploads#v1.0.0"
🚀 快速开始¶
dsh plugin --profile web add "github:l541402398/dsh-file-uploads#main"