Zenjibad/dsh-any-attachment

Zenjibad★ 1JavaScript最后同步: 2026-08-14

在 GitHub 打开

dsh bundle: attach any file type in the DeepSeek Harness Web UI — text-likes inline, binaries as workspace path references, rasters via the built-in pipeline

README 摘要

dsh-any-attachment A DeepSeek Harness ( dsh ) plugin bundle that lets the Web UI attach files of any type as pathless @-mentions : type @ to pick a workspace file, or drop a file (or use the + button) to tag it into your message — the agent then reads the file itself with its own tools. Mentions carry the name only, never a path. Raster images keep flowing through the built-in image pipeline. No changes to the harness repo, and nothing is written into your workspaces. How mentions work - @ -list : in the composer, type @ and a menu shows the session workspace's files, recursively and flat ( src/main.ts , docs/guide.md , …). Type more to filter; pick one and a pathless @name chip is inserted into the draft. - Drop / + button : drop a local file onto the composer (or click + ) and it is stored privately; the draft gains an @ chip — no path, no drive letter. - Send as usual (Enter or the send button) — every mention chip resolves to its exact file location in the sent message ( @name (C:\...\absolute\path) ), so the agent reads the file directly instead of guessing where it lives. - Raster images (png/jpeg/webp/gif) still route to the built-in image pipeline (vision models see them). …

在 GitHub 查看完整 README →
皮肤/UIdsh-pluginweb uiagent

分类