JarszmLovesAI/dsh_upload_file
JarszmLovesAI★ 0JavaScript最后同步: 2026-08-16
DeepSeek Harness(DSH) web plugin: paste files into the composer, inbox storage, thumbnails. Text via read_inbox; image understanding needs your vision skill (bundled image-reader + ARK_API_KEY).
README 摘要
dsh-inbox-paste 中文文档 DSH web bundle : paste or pick files in the composer, store under {session.cwd}/inbox/ , show thumbnails before/after send. Agents use list inbox / read inbox for text ; image understanding requires your own vision skill or model (see below). Requirements - DeepSeek Harness with the web profile - Node.js ≥ 22, dsh CLI Install Remove: dsh plugin --profile web remove dsh-inbox-paste Usage 1. Paste (Ctrl+V / Cmd+V) or use the paperclip in the composer. 2. Pending thumbnails appear above the input; remove with × before send (no disk write yet). 3. On send, files land in inbox/ ; the bubble can show thumbnails (see config). 4. Agent: list inbox → read inbox for text; for images , use the bundled image-reader skill or your own vision tooling. Upload ≠ multimodal understanding This plugin does not use Harness native image attachments. The main model only gets path markers unless you add vision: - Install the optional image-reader skill and set ARK API KEY in /.dsh/.env , or - Bring your own vision MCP / skill / multimodal model. Configuration /.dsh/profiles/web/cordis.patch.yml (adjust profile name): Restart dsh web after changes. vs dsh-file-upload dsh-inbox-paste ds…
在 GitHub 查看完整 README →