@eric.wen/dsh-sight:DSH 多模态图片直传与 Figma MCP 插件

DSH插件`@eric.wen/dsh-sight`旨在解决多模态对话中的特定问题,主要提供四大核心功能。首先是多模态图片直传,允许用户在输入框粘贴或拖入图片,以原生内容块发送给支持的多模态模型。其次,具备会话图片清除功能,可将图片从模型可见历史中移除,解决因历史图片导致无法切换回纯文本模型的问题,且该操作持久有效。第三,自动补推理等级功能可根据内置字典,为未声明推理档位的第三方模型自动写入官方支持档位,优化配置。最后,通过Figma MCP桥接,支持两种模式:利用Figma Token和REST API将设计稿转为代码,或通过本地桥接实现AI主动设计,无需Figma会员。该插件通过npm分发

Read More
dsh-multimodal: Integrating Visual Transcription, OCR, and Image Generation into DeepSeek Harness

DSH-Multimodal is a plugin for DeepSeek Harness (DSH), designed to address the pain point of needing to convert screenshots, error images, and design mockups into text in text-based conversations, while also integrating generated images directly into the session. The plugin offers three core features: visual transcription, OCR, and text-to-image generation, invoking user-configured vision providers and image services through an OpenAI-compatible backend. For visual processing, the plugin supports word-by-word transcription of images before DeepSeek continues processing, featuring LRU caching, multi-image parallelism, failover, and cost-based routing capabilities. OCR supports multiple output formats and scenario-based presets. The text-to-image feature supports displaying cards within the session, with zoom, download, and retry functionality, as well as support for custom backend integration. The plugin supports integration with mainstream platforms such as Zhipu, Bailian, and local...

Read More