lijian-ui/dsh-vision-toggle0

@lijian-ui/dsh-vision-toggle

按模型视觉开关插件,允许在设置中一键开启或关闭每个已配置模型的图片输入支持,无需手动修改配置文件。

AI 分析

核心用途是便捷管理模型的视觉能力。适合需要频繁切换模型图片输入权限、避免因误手改 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.