e766309c6c
The tool was hardcoded to only check isDalleConfigured(), ignoring Gemini even when it was the configured image provider. This caused "DALL-E is not configured" errors for all 13 projects. Fix: reads imageProvider from SystemSettings and routes to Gemini or DALL-E accordingly (same logic as the generateCover mutation). Co-Authored-By: claude-flow <ruv@ruv.net>