dsh-deepseek-vision:为文本 DeepSeek 模型增加图片识别工具

dsh-deepseek-vision 是一款 MIT 许可证的 DSH 插件,旨在为仅支持文本的 DeepSeek 模型提供图片识别能力。该插件通过注册 `deepseek_vision` 工具,允许模型提交本地图片路径(支持 PNG、JPG、WebP、GIF,不支持 HEIC)及可选提示词。调用时,插件利用 DSH 子进程服务以数组参数方式安全调用本地 `deepseek-vision-cli`,将图片发送至 DeepSeek Web 端点进行识别,并将描述文本返回给模型。 用户需通过手动登录助手或 Token 登录建立 Web 会话,Token 仅保存在本地缓存。安装支持本地目录或 Re

Read More
dsh-plugin-deepeye: A Cordis Plugin Providing Visual Capabilities for DSH

`dsh-plugin-deepeye` is a native Cordis vision plugin designed for DeepSeek Harness (DSH), aimed at resolving the tedious issue of manually invoking external vision services. Developed by Favio8 under the MIT license, it supports Node >=22.19.0 environments. Its core features include tool-based invocation capabilities such as image description, OCR extraction, visual question answering, UI layout analysis, and clipboard screenshot analysis. The plugin supports multiple backends, including OpenAI, Google Gemini, and custom OpenAI-compatible services, and offers functionalities like LRU result caching, automatic image scaling preprocessing to save tokens, and non-blocking asynchronous reading of the system clipboard. Additionally, it supports use in plain-text sessions through

Read More