Zh-U-hB/dsh-vision-bridge

Zh-U-hB★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

DeepSeek Harness plugin: route image-bearing messages to a user-configured OpenAI-compatible vision endpoint when the active text model cannot see images

README 摘要

@deepseek-ai/dsh-vision-bridge English 中文 Host plugin and Web settings page for routing image-bearing messages to a user-configured vision model when the active text model cannot accept image input. Install The installer registers this repository as a profile bundle with dsh plugin , then applies the small dsh-host-apiproxy compatibility patch this plugin needs on dsh 0.1.0-rc.x : exposing the vision-bridge settings namespace and admitting new image prompts while the bridge is enabled. Restart dsh web after installing. How it works The bridge listens on the agent/pre-step waterfall. Before the loop appends claimed messages to the session log, it inspects each message for image content blocks: 1. If the active provider/model reports image input modality, the message passes through unchanged. 2. If the model explicitly reports text-only input and the settings namespace names a configured endpoint, the bridge: - asks the active text model to write one precise vision prompt from the accompanying message text; - assembles the same scoped system prompt the loop would use; - POSTs system prompt + written prompt + image data to the configured OpenAI-compatible endpoint; - replaces the imag…

在 GitHub 查看完整 README →
内容/媒体deepseek-harnessdsh-pluginvisionagent

分类