Skip to content

Releases: emdashcodes/claude-code-plugins

nano-banana-image-editor v1.0.1

21 Nov 21:57

Choose a tag to compare

Fixed

  • Corrected ImageConfig parameter names to use Python snake_case (aspect_ratio and image_size instead of camelCase aspectRatio and imageSize)
  • 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

21 Nov 20:01

Choose a tag to compare

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
```