woyeshishen/dsh-vision-plugin

woyeshishen★ 3TypeScriptLast synced: 2026-08-15

Open on GitHub

README excerpt

dsh-vision-plugin 中文 English Adds image understanding to DeepSeek Harness (DSH): wire up an OpenAI-compatible external vision model, and a text-only main model (e.g. deepseek) can call the describe image tool to hand an image to it and get a plain-text description — understanding screenshots, photos, charts, OCR, UIs, and more. Design: images go only to the secondary model (external vision model); the main model always deals with text. Features 🖼️ Image understanding The main model calls describe image and gets a plain-text description ⚙️ GUI configuration Fill in URL / API key / model on a settings page — no config files to edit 🔒 Secure credentials API key stored in the credential store, never echoed 📦 Install once, keep working Auto-loads at DSH startup, survives restarts Install One-liner (recommended) Windows (PowerShell) macOS / Linux dsh plugin command From npm From GitHub After install, the plugin auto-mounts into the profile; restart DSH (or hot-reload) to activate. Usage Step 1: Configure the external vision model Open Settings → Multimodal Vision : Field Description URL (Base URL) OpenAI-compatible endpoint, e.g. https://api.example.com/v1 API key Secret for the exter…

View full README on GitHub →
Tools / Devdeepseekdeepseek-harnessdshdsh-plugindsh-pluginsocrvision

Category