mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-22 06:08:13 +00:00
Fix Fal image-edit routing for GPT Image 2 and Nano Banana 2, including multi-image edit payloads and provider-specific reference limits. - Routes GPT Image 2/Nano Banana 2 edits through Fal `/edit` endpoints with `image_urls`. - Keeps Flux/custom image-to-image edits on singular `image_url` and preserves exact custom `/edit` paths. - Documents and tests provider caps: Flux/custom 1, GPT Image 2 10, Nano Banana 2 14. Verified with focused Fal provider tests, oxlint, oxfmt, `git diff --check`, docs listing, green PR CI, and live Fal calls for GPT Image 2, Nano Banana 2, Flux, plus the GPT Image 2 10-ref cap edge. Co-authored-by: Leo Ge <116452300+leoge007@users.noreply.github.com>