dsh-auto-vision
Auto-switch the DeepSeek route to the vision model on demand: flash main session switches (A), pro keeps deep reasoning and delegates image reading to a vision subagent (B), subagents always switch, with fatal-failure fallback. No manual model switching.
按需自动把 DeepSeek 路由切到视觉模型:flash 主会话直接切(A),pro 保持深推理并交给视觉子代理读图(B),子代理恒切,含失败回退,无需手动切模型。
How to install
dsh plugin add dsh-auto-vision About
dsh-auto-vision DSH(DeepSeek Harness)自动视觉路由插件:会话中出现图片或 read_image 调用时,**自动**把 DeepSeek 路由的模型切换到视觉模型 deepseek-v4-flash-vision-exp;纯文本任务保持原模型。全程零手动操作。 **零依赖**:仅使用 cordis 事件接口(ctx.on),不引入任何第三方包 **官方扩展点**:agent/request + agent/request-error 两个 waterfall **失败回退**:切换后目标模型致命失败时自动回退原模型,不会卡死会话 **v0.2**:倒序扫描 / 多 provider / 意图检测 / 审计日志 / 失败保护 --- 一、为什么需要 DSH 的 read_image 工具有一个硬门槛:**当前路由模型必须声明 image 输入**(inputModalities 含 "image"),否则直接拒绝并提示 "switch to an image-capable model"。 DeepSeek 的视觉模型是独立的 deepseek-v4-flash-vision-exp(与 flash **同价**,仅视觉模型接受图片,其他模型返回 400)。DSH 官方内置了该模型的目录条目,但**没有**"按需自动切换"的路由能力——默认会话(f…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-25
- Created
- 2026-08-25
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
Related plugins
dsh-vision-router
ysr666/dsh-vision-router
Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image to use it.
modlens
liustack/modlens
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-tool-describe-image
A `describe_image` vision tool for text-only models: images (local path, URL, attachment) go to a configurable OpenAI-compatible vision endpoint and only the returned text enters the session.
dsh-vision-toolkit
Anionex/dsh-vision-toolkit
Vision for text-only models: paste an image and the model switches to a Vision Toolkit variant for image Q&A, multi-image comparison, long-screenshot OCR, screenshot-to-UI reproduction, element grounding, and pixel diff. No API key by default — images are processed by the author-hosted free service, 100 per machine per day; configurable to your own provider.