@floatingsk/dsh-vision 0.1.2 → 0.1.3
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 +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# dsh-vision
|
|
2
2
|
|
|
3
|
-
> 给 DeepSeek Harness(dsh
|
|
3
|
+
> 给 DeepSeek Harness(dsh)插件 与 Claude Code(MCP)提供视觉能力的工具:**本地 OCR(macOS / Windows)+ 云端 VLM(多供应商)图片理解**。
|
|
4
4
|
|
|
5
5
|
DeepSeek 的模型 API 目前不支持图像输入,`read_image` 因此无法使用。本插件提供两个工具绕过这个限制:
|
|
6
6
|
|
|
@@ -17,6 +17,7 @@ DeepSeek 的模型 API 目前不支持图像输入,`read_image` 因此无法
|
|
|
17
17
|
- 🔑 **灵活取 Key**:环境变量或 `~/.dsh/.credentials.yaml`
|
|
18
18
|
- 🧪 **零依赖单测**:核心逻辑用 Node 内置 `node:test` 覆盖(13 用例)
|
|
19
19
|
- 🌏 **多供应商 VLM**:内置百炼 / 硅基流动 / 智谱 / 火山方舟,OpenAI 兼容可加任意家
|
|
20
|
+
- 🔌 **双形态**:既是 dsh 插件,也是 MCP server(Claude Code 等 MCP 客户端直接用)
|
|
20
21
|
- 🪟 **Windows 支持**:附 PowerShell OCR 后端(Windows.Media.Ocr),VLM 通道跨平台
|
|
21
22
|
|
|
22
23
|
## 安装
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floatingsk/dsh-vision",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "为 DeepSeek Harness
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "为 DeepSeek Harness(dsh 插件)与 Claude Code(MCP)提供图片理解能力:本地 OCR(macOS Vision / Windows 内置 OCR)+ 云端 VLM(多供应商,OpenAI 兼容)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|