Releases: emdashcodes/claude-code-plugins
Releases · emdashcodes/claude-code-plugins
nano-banana-image-editor v1.0.1
Fixed
- Corrected
ImageConfigparameter names to use Python snake_case (aspect_ratioandimage_sizeinstead of camelCaseaspectRatioandimageSize) - Fixed MALFORMED_FUNCTION_CALL error caused by incorrect parameter naming
- Documented that prompts requesting "remove watermark" trigger Gemini content policy blocks to protect SynthID watermarks
Added
- New "Recreating Templates with Different Characters" section in SKILL.md with guidance on passing both template and character references
nano-banana-image-editor v1.0.0 - Initial Release
nano-banana-image-editor v1.0.0
Initial release of the nano-banana-image-editor plugin for Claude Code!
Features
Image Generation & Editing
- Natural Language Interface: Create and edit images using plain English descriptions
- Gemini 3 Pro Image: Powered by Google's latest image generation model
- Google Search Grounding: Real-time factual content for infographics (weather, sports, scientific data)
- Reference Images: Character consistency and style transfer support
- PIL/Pillow Integration: Quick cropping operations
Capabilities
- Image creation from text prompts
- Photo editing and object manipulation
- Remove, replace, or modify objects
- Text rendering with custom fonts and styling
- Style transfer and artistic effects
- Infographic creation with factual data
Commands
/nano-banana-image-editor:image- Create or edit images/nano-banana-image-editor:upgrade- Upgrade to latest version
Documentation
- Comprehensive prompting guide for optimal results
- Interactive setup wizard for Gemini API configuration
- Examples and best practices
Installation
```bash
/plugin marketplace add emdashcodes/claude-code-plugins
/plugin install nano-banana-image-editor@emdashcodes-claude-code-plugins
```
Setup
Run the image command and follow the setup wizard to configure your Gemini API token.
Upgrading
```bash
/nano-banana-image-editor:upgrade
```