kaixinbaba/dsh-vision-recognizer ↗★ 0
dsh-vision-recognizer
DeepSeek Harness image recognition plugin: keep DeepSeek as the conversation brain while a configurable vision model (15+ providers, OpenAI-compatible + Anthropic) transcribes attached images. Configurable from Settings → Plugins.
AI 분석
核心用途是为 DSH 补充图像识别能力。适合希望在使用 DeepSeek 进行核心推理的同时,利用其他视觉模型(如 OpenAI 兼容或 Anthropic 接口)解析图片输入的用户。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaixinbaba/dsh-vision-recognizerConfiguration storage
Config saved from the UI is written to $DSH_HOME/vision-recognizer.json and merged over the bundle defaults at startup. cordis.patch.yml only carries factory defaults; a user cordis.patch.yml override still works as the composition-time fallback.
⚠️ patch semantics: the bundle's
- insert:appends this row to the entry list. Writing a second- insert:with the same id in your owncordis.patch.ymlwould register the adapter twice (undefined behavior). To override individual keys, write a single top-level- id: dsh-vision-recognizerentry; better yet, use the Settings UI.