精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
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
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
|
|
|
| ## 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