feat: GenerateImage tool for built-in image generation

This commit is contained in:
Jack Wotherspoon
2026-03-02 09:54:31 -05:00
parent fb6ff847dd
commit 989c7a9e60
12 changed files with 1495 additions and 0 deletions
+10
View File
@@ -1811,6 +1811,16 @@ const SETTINGS_SCHEMA = {
description: 'Enable planning features (Plan Mode and tools).',
showInDialog: true,
},
imageGeneration: {
type: 'boolean',
label: 'Image Generation',
category: 'Experimental',
requiresRestart: true,
default: false,
description:
'Enable generating images with Nano Banana (experimental).',
showInDialog: true,
},
modelSteering: {
type: 'boolean',
label: 'Model Steering',