v1.1.2
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_urlsarray (no explicit CLI limit) - Model-specific validation with clear error messages
- All input images are tracked in generation history via
editedFromInputs
API Improvements
- New
editImagesoption inGenerateOptionsfor passing multiple base64-encoded images - Backward-compatible
editImagestill works for single-image edits - Model configs now support
maxEditInputImagesandeditInputFieldfor flexible API mapping
🐛 Bug Fixes
- None
📝 Documentation
- Updated help text to reflect multi-image edit capability