@floatingsk/dsh-vision 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,7 @@ DeepSeek 的模型 API 目前不支持图像输入,`read_image` 因此无法
|
|
|
18
18
|
- 🧪 **零依赖单测**:核心逻辑用 Node 内置 `node:test` 覆盖(13 用例)
|
|
19
19
|
- 🌏 **多供应商 VLM**:内置百炼 / 硅基流动 / 智谱 / 火山方舟,OpenAI 兼容可加任意家
|
|
20
20
|
- 🔌 **双形态**:既是 dsh 插件,也是 MCP server(Claude Code 等 MCP 客户端直接用)
|
|
21
|
+
- 📋 **剪贴板贴图**:复制图片即贴给 agent(macOS 监听 + 前端提示条 + 多图支持),无需手动存文件
|
|
21
22
|
- 🪟 **Windows 支持**:附 PowerShell OCR 后端(Windows.Media.Ocr),VLM 通道跨平台
|
|
22
23
|
|
|
23
24
|
## 安装
|
package/package.json
CHANGED