Replace ImageEdit with ImageAgent for Qwen Image 2.0

Supports text-to-image, single-image edit and multi-image fusion (0-3
reference images) via a single tool. Renames imageEditModel config to
imageModel (default qwen-image-2.0) and adds imageWatermark toggle.

Co-Authored-By: Claude Opus 4.7 <[email protected]>
This commit is contained in:
2026-05-22 15:47:08 +08:00
co-authored by Claude Opus 4.7
parent 98bb1066c4
commit 39b49bb302
4 changed files with 44 additions and 34 deletions
+2 -2
View File
@@ -848,8 +848,8 @@ object JChatGPT : KotlinPlugin(
// 视觉代理
VisualAgent(),
// 图像编辑模型
ImageEdit(),
// 图像生成与编辑
ImageAgent(),
// 天气服务
WeatherService(),