ShiraGawaAnri/dsh-vision-bridge
ShiraGawaAnri★ 0JavaScript最后同步: 2026-08-16
DSH profile 插件包:当会话使用不支持图片的模型(如 DeepSeek)时,不再弹出 "当前模型不支持图片"之类的拦截,而是调用工具进行视觉识别
README 摘要
中文 English dsh-vision-bridge A DSH profile bundle for sessions running models that cannot accept image input (DeepSeek and similar). Instead of the native "the current model does not support images" rejection, the plugin runs the following pipeline: 1. materializes the image into the session workspace ( .dsh-vision-bridge/ ); 2. rewrites the user message (via the sanctioned agent/pre-step channel) into a [图片桥接] instruction carrying the image paths; 3. registers a system-prompt rule (order 150) requiring the model to call the configured vision tool (default vision glance , fuzzy-selectable such as glance / ground / detect , matched against the agent's actual toolset) and answer from its analysis — the tool-call card and its result appear in the conversation; 4. patches llm.stream to strip image blocks — including images nested inside tool results — replacing them with a placeholder before a text-only adapter serializes the conversation. Sessions whose agent preset matches excluded presets (default minimal , the two-tool preset) are NOT bridged: their images are replaced with the original "model does not support images" notice text. The preset a session runs is resolved the same way …
在 GitHub 查看完整 README →分类
The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。
★ 2,047
Anionex/agent-vision-toolkit为纯文本模型"看图“设计更好的视觉工具箱和技能,支持多图理解,图片问答,前端UI还原、GUI 自动化等,并可选无缝接入多个主流agent,直接识别粘贴图片| A vision toolkit and skill designed for text-only llms — image Q&A, long-screenshot OCR, frontend UI restoration, and GUI automation, with optional seamless integration for Codex, Claude Code, Pi, Oh My Pi, and OpenCode
★ 920
Anionex/dsh-vision-toolkit让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还原等|DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, Artifacts, and Web UI.
★ 457