deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Upload-image button for the DeepSeek Harness Web GUI.
Adds an upload button beside the composer plus button: click it, pick local images, and they enter the composer's draft-image rail as thumbnails. On send, the images ride the standard draft-image path, so describe-image (or any other image consumer) receives them as usual — validation, size limits, and the thumbnail rail all come from the official conversation flow. No harness source changes.
Also ships tools/gen-image.js, a text-to-image helper that calls the Alibaba
DashScope native image-synthesis API (wanx2.1-t2i-turbo).
conversation.input.left slot (beside the plus/command button)DataTransfer + drop event on document# from GitHub source
dsh plugin --profile web add github:victorytianyi-dev/dsh-upload-button
# or via link (local dev)
dsh plugin --profile web add link:/path/to/dsh-upload-button
Requires DeepSeek Harness 0.1.0-rc.6+.
The plugin registers on the official conversation.input.left slot (list,
session scope). Picking files builds a DataTransfer, then dispatches a
synthetic drop event to document — the exact path a real drag/paste takes,
so the conversation's own image intake (type checks, limits, thumbnails) runs
unchanged.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。