kaixinbaba/dsh-vision-recognizer0

dsh-vision-recognizer

DeepSeek Harness 图像识别插件。保持 DeepSeek 作为对话大脑,同时调用可配置的第三方视觉模型(支持 15+ 供应商)来转录和解析附加的图片。

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.