Junkrat9527/dsh-autovision0

dsh-autovision

dsh auto-vision bridge: paste an image into a text-only model's composer and a configured multimodal model transcribes it as text, automatically.

包名
dsh-autovision
版本
0.1.0
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Junkrat9527/dsh-autovision

Usage

  1. Paste an image into any session and send — the text model receives a faithful text transcription instead of the raw image.
  2. Ask the model to read a file — the model may call autovision_read_image with a file path (and its own instruction) and act on the result.

Configuration

SettingMeaning
defaultVisionModelMultimodal model used for transcription (from your LLM providers). No vision model → transcription degrades to a fixed placeholder instead of crashing.
promptOptional custom instruction for the vision model. Empty → an open-ended description prompt (text, colors, shapes, UI elements, layout, state).
targetProvidersOptional whitelist of providers to wrap (default: all).

Configuration

SettingMeaning
defaultVisionModelMultimodal model used for transcription (from your LLM providers). No vision model → transcription degrades to a fixed placeholder instead of crashing.
promptOptional custom instruction for the vision model. Empty → an open-ended description prompt (text, colors, shapes, UI elements, layout, state).
targetProvidersOptional whitelist of providers to wrap (default: all).