lijian-ui/dsh-vision-toggle0

@lijian-ui/dsh-vision-toggle

Per-model vision (image input) toggle for DeepSeek Harness (dsh): list every configured model and flip a switch to enable/disable image support without hand-editing settings.yaml. 为 DeepSeek Harness 提供按模型的「支持图片」开关:无需手改 settings.yaml。

AI Analysis

核心用途是便捷管理模型的视觉能力。适合需要频繁切换模型图片输入权限、避免因误手改 settings.yaml 导致配置出错的用户。

Package
@lijian-ui/dsh-vision-toggle
Version
0.1.1
License
MIT
Last updated
Aug 28, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lijian-ui/dsh-vision-toggle

Usage

  1. Open dsh desktop
  2. Navigate to SettingsModel Vision (modeled after the other settings sections)
  3. The section lists every configured model, grouped by provider. Next to each model there is a "Support image" switch:
    • On: the model accepts image input; you can now attach images in chat
    • Off: the model is text-only

Turning the switch on simply sets that model's input to ['text', 'image']; turning it off sets it back to ['text']. This matches exactly how dsh decides whether a model supports images.