kaixinbaba/dsh-vision-recognizer0

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 接口)解析图片输入的用户。

패키지
dsh-vision-recognizer
버전
0.1.2
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaixinbaba/dsh-vision-recognizer

Configuration 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 own cordis.patch.yml would register the adapter twice (undefined behavior). To override individual keys, write a single top-level - id: dsh-vision-recognizer entry; better yet, use the Settings UI.