Skip to content

v1.1.2

Choose a tag to compare

@CoinAnole CoinAnole released this 24 Feb 19:08
· 2 commits to main since this release

What's New in v1.1.2

✨ Features

Multi-Image Edit Support for CLI
You can now edit multiple input images at once using the CLI. Pass comma-separated image paths to the --edit flag:

falcon "combine these images" --edit image1.png,image2.png,image3.png
  • Flux 2 / Flux 2 Flash / Flux 2 Turbo: Up to 4 input images
  • Grok Imagine: 1 input image only (API limitation)
  • GPT Image 1.5, Nano Banana Pro, Gemini: Uses image_urls array (no explicit CLI limit)
  • Model-specific validation with clear error messages
  • All input images are tracked in generation history via editedFromInputs

API Improvements

  • New editImages option in GenerateOptions for passing multiple base64-encoded images
  • Backward-compatible editImage still works for single-image edits
  • Model configs now support maxEditInputImages and editInputField for flexible API mapping

🐛 Bug Fixes

  • None

📝 Documentation

  • Updated help text to reflect multi-image edit capability