visual-review:让 DSH Web 显示图片并调用视觉解读
visual-review 是 DSH 的一个 MIT 许可插件,旨在解决 Web 聊天界面中图片无法直接展示及文本模型无法理解图片内容的问题。该插件支持在 DSH Web 中渲染 PNG、JPEG 等格式图片,并提供 `visual_review` 工具,通过调用视觉多模态模型返回图片的中文描述,涵盖文字、物体、场景等内容。 插件支持双引擎模式:优先使用 OpenAI 兼容的云端多模态 API,未配置时自动回退至本机 Qwen3-VL-8B 模型,确保数据隐私。用户可通过 `visual_review_config` 工具灵活查看或更新云端配置(URL、API Key、模型),或将配置清空以
Read MoreDSH-AI-Prompt-Optimizer: Optimizing Prompts on the DSH Web Chat Page
The dsh-ai-prompt-optimizer is a prompt optimization plugin specifically designed for the DeepSeek Harness (DSH) web chat page, aiming to help users organize rough draft text into well-structured, complete AI prompts. Maintained by wuchubuzai2018, this plugin is licensed under the MIT License. Its core functionality is to read the raw text from the input field, invoke the default model configured in DSH to generate an optimized version, and then fill the result back into the input field for user confirmation before sending, rather than automatically submitting it. Key advantages include no need for a separate API Key configuration, reuse of existing model settings, visualized process status, and clear error notifications. Additionally, it improves compatibility with various model providers by sending only essential request fields. Installation requires Node.js 22+ and p
Read More