Review
Why we picked it
Pending human review — the facts below come from the source repository.
What it does
Vision for DeepSeek Harness agents — paste images in the Web composer, delegate reads to Kimi/MiniMax vision routes on isolated contexts; zero image bytes in the main session
Who it’s for
Users who want this capability in DSH; check the source and docs before installing.
Risks & caveats
- No strong risk signals; still worth a source look before installing.
|
|
|
| ## Paste images into the composer (Codex-style) The Web composer accepts pasted/dropped images natively. On send, the client plugin uploads them to the host endpoint, which: 1. validates the session and stores the images as durable attachments (bounded by deployment limits) 2. runs ONE vision-route analysis on an isolated context (image bytes never enter the main session), guided by your draft message — the analysis focuses on what your words target (error text for a debugging ask, outfit details for a styling ask) instead of describing everything generically 3. sends only the analysis text along with your message — the main model answers immediately, no tool call needed In the chat history your bubble shows only your own words plus thumbnails; the analysis lives in the lightbox that opens when you click a thumbnail, never duplicated inline. Need the original bytes later (image editing, pixel-level inspection)? The durable message links let the model call