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。

包名
@lijian-ui/dsh-vision-toggle
版本
0.1.1
许可证
MIT
最近更新
2026年8月28日

安装

$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.