dsh-vision:给纯文本模型补上图片描述桥接
dsh-vision 是一款用于 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在解决纯文本模型无法直接处理图片消息的问题。该插件通过将图片自动桥接为视觉模型生成的文字描述,使模型能够理解图像内容,同时在人类转录中保留原图。它支持通过 `see_image` 工具进行手动识图或追问,并具备递归识别嵌套图片、失败重试及占位文本容错机制。插件需搭配 `uiopt` 插件使用,以便在界面中配置视觉模型、输出上限、超时时间及工作模式(auto/manual/both);若未安装 `uiopt`,则需通过 `settings.yaml` 手动配置。安装后,当检测到纯文本模型接收
Read MoreDSH-Vision: A Plugin Adding Image Recognition Capabilities to DeepSeek Harness
dsh-vision is a DeepSeek Harness (DSH) bundle plugin maintained by Terry12138qy, licensed under the MIT License. This plugin is designed to address the issue that the DSH main model lacks native image recognition capabilities. By encapsulating the image recognition workflow, it sends local image paths or network URLs to Alibaba Cloud Bailian or Zhipu multimodal models, ultimately returning Chinese text descriptions for use by agents or Code Mode. Core features include automatically reading and encoding images, prioritizing the main model `qwen3.5-omni-plus`, and automatically switching to the fallback model `glm-4.6v-flash` for retries upon failures (e.g., quota exhaustion, rate limiting). It supports invocation via `await tools.vision(...)`.
Read Moredsh-vision: Adding Image Understanding to DeepSeek Harness's Plain-Text DeepSeek
dsh-vision is a DeepSeek Harness plugin developed by 54xee, designed to add image understanding capabilities to the pure text model DeepSeek. It wraps adapters to convert images into text placeholders and backfills the recognition results for model processing. The plugin defaults to using the Doubao Web channel, requiring only a browser login, with no API key needed and zero cost. It also supports multiple access methods, including Reverse Gravity IDE, Gemini API, Cockpit reverse proxy, aicode direct connection, and any IDE CLI. Core features include visual evidence memory, content hash caching, automatic tier upgrades, and four task modes. Installation is simple, configuration is flexible, and it is suitable for developers who wish to add visual capabilities to DSH at a low cost or those who already have relevant IDE/API quotas. Please note that you need to check...
Read Moredsh-vision: Integrating an External Vision Model with DeepSeek Harness
dsh-vision is a DSH community plugin (v0.2.6, MIT) maintained by linenxi-ctrl, providing image recognition capabilities to dialogue models without vision through configurable external visual APIs. It supports image selection and recognition via a web whale button with automatic feedback, agent-automated screenshot/recognize_image tools, and multi-protocol adaptation for OpenAI, Anthropic, Gemini, and custom APIs. Installation via npm: `dsh plugin --profile web add @linenxi-ctrl/dsh-vision`; an offline one-click script is also provided, which can automatically download Node.js if it is not installed.
Read Moredsh-vision: Supplementing DeepSeek Harness with Near-Native Image Understanding
dsh-vision is a DeepSeek Harness plugin (MIT, v0.1.2) maintained by oil-oil, supporting rc.6/rc.7. When the main model is vision-capable, it transmits images directly; for text-only models, a separate visual backend observes the images and injects untrusted context, with fallback to macOS Vision or Tesseract when the cloud backend is unavailable. Backends such as ZenMux and Model Studio can be configured via the Vision Recognition card or settings.yaml, and it is compatible with see-skill. Installation: npx @deepseek-ai/dsh plugin --profile web add github:oil-oil/dsh-vision.
Read MoreUsing dsh-vision to attach a visual recognition model to DeepSeek Harness
`dsh-vision` is a DeepSeek Harness tool plugin (MIT, v0.2.6) maintained by `linenxi-ctrl`. It adds image recognition API capabilities to plaintext conversations, including whale button configuration, automatic image selection and return, agent screenshot and image recognition, and adapts to protocols such as OpenAI, Anthropic, and Gemini based on the deployment address. The directory installation command is `dsh plugin add github:linenxi-ctrl/dsh-vision`. The plugin runs with the permissions of the current dsh process, and the source code and license must be verified before installation.
Read MoreAdd Image Recognition Capability to Plain-Text DeepSeek Harness Using dsh-vision
Maintained by william-jin-cmu, dsh-vision adds a `view_image` tool for plain-text DeepSeek, forwarding local images or URLs to any OpenAI-compatible VLM and returning answers in text. The default free tier of Zhipu AI, glm-4.6v-flash, can be replaced with Bailian, Fangzhou or local Ollama. The community directory installation command is `dsh plugin add github:william-jin-cmu/dsh-vision`. The plugin runs with the permissions of the current dsh process, cloud paths will send images to third-party endpoints, so please check the source code and license before installation.
Read MoreAchieving Native-Level Image Understanding in DeepSeek Harness with dsh-vision
DSH-Vision is a DeepSeek Harness plugin maintained by Oil-Oil, open-sourced under the MIT License, currently at version 0.1.0, and compatible with DSH 0.1.0-rc.6. When the main model can process images, it directly sends the original image. For pure-text DeepSeek interactions, it submits the original image to ZenMux, Bailian, TokenDance or OpenRouter for analysis, then returns the results to the original model as untrusted context for answering. It also supports see-skill and local OCR. This article verifies the installation, configuration and security boundaries based on the table of contents and the GitHub README.
Read More