dsh-vision-bridge
Run the following command in DeepSeek Harness:
dsh plugin install ShiraGawaAnri/dsh-vision-bridge
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ShiraGawaAnri/dsh-vision-bridge in the DeepSeek Harness terminal to install this plugin (source: https://github.com/ShiraGawaAnri/dsh-vision-bridge).
About this plugin
Running a text-only model such as DeepSeek inside DSH means that any image attached to a message is rejected outright at the host layer. You get a single line of refusal and lose the ability to leverage the vision tools already available in the session. dsh-vision-bridge exists to close exactly that gap.
At its core is a three-layer pipeline. The admission layer patches model-info so the bridged model reports an image input modality. The pre-step layer materializes the image into the session workspace and injects a [vision-bridge] instruction carrying the file paths. The streaming-dispatch layer strips every image block, including those nested inside tool results, and replaces them with a placeholder before the text-only adapter serializes the conversation. A system-prompt rule also requires the model to call the configured vision tool (default vision_glance, fuzzy-matched against the actual toolset of the agent) and answer from its analysis, so the tool-call card and its result appear inline in the conversation.
Ideal for users who run DeepSeek or other image-incapable models in DSH but still want to perform image understanding and analysis through native vision tools such as glance, ground, or detect. The plugin works on WSL, Ubuntu, and native Windows, and all settings are persisted through the DSH settings service across restarts.
Use Cases
- Analyzing image content within a DeepSeek session
- Leveraging vision tools to understand images with a text-only model
- Making image attachments accessible in multi-turn conversations with non-vision models
Best For
- DSH users running DeepSeek or other text-only models
- Developers who want to combine vision tools for image analysis in sessions
- Engineers working with DSH workflows on WSL or Windows
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.