D
dsh-open-eyes
v0.1.0 · 3 天前发布
A lightweight DeepSeek Harness vision delegation tool for text-only routes, with native OpenAI Responses, Chat Completions, and Anthropic Messages adapters.
README
dsh-open-eyes
让你选择的多模态模型,成为 DeepSeek 的眼睛。
English · 中文
## 功能介绍 DeepSeek Harness 的主模型不一定支持图片。遇到截图、照片、图表或界面时,`dsh-open-eyes` 可以把图片交给另一套多模态模型分析,再把结果以文字形式返回当前会话。 如果当前主模型本身支持图片,插件不会接管,图片仍由 DSH 原生链路处理。只有当前模型明确不支持图片时,WebUI 中粘贴、拖入或选择的图片才会走视觉桥接。 插件也提供 `vision_analyze` 工具,可直接分析本地图片路径或已启用的远程图片 URL。 目前支持三种接口: - OpenAI Responses - OpenAI Chat Completions - Anthropic Messages 只要视觉服务支持其中一种接口,就可以把它接入 DSH。接口地址、模型和凭据都由用户自行配置,插件不会绑定特定厂商。 API Key 通过 DSH Credential Reference 读取,不应写入 `cordis.patch.yml`、对话内容或工具参数。本地图片默认不能越出当前 workspace;远程图片 URL 默认关闭。 > 通过视觉桥接处理的图片会发送给你配置的第三方 Provider。使用前请确认对方的数据保版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-open-eyes
- Repo
- git+https://github.com/Hyp6666/dsh-open-eyes.git
- Engines
{"node":"^22.19.0 || >=24.0.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"platform":"web","inject":["@deepseek-ai/dsh-client-connection","@deepseek-ai/dsh-client-ui-conversation"]}}