You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@
89
89
"name": "nano-banana-image-editor",
90
90
"source": "./plugins/nano-banana-image-editor",
91
91
"description": "Create and edit images with natural language using Gemini 3 Pro Image. Use for image generation, photo editing, infographics, icons, style transfer, and text rendering. Includes Google Search grounding for factual content and PIL/Pillow for quick crops.",
Copy file name to clipboardExpand all lines: plugins/nano-banana-image-editor/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to the nano-banana-image-editor plugin will be documented in
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.0.1] - 2025-11-21
9
+
10
+
### Added
11
+
12
+
- New "Recreating Templates with Different Characters" section in SKILL.md with guidance on passing both template and character references
13
+
14
+
### Fixed
15
+
16
+
- Corrected `ImageConfig` parameter names to use Python snake_case (`aspect_ratio` and `image_size` instead of camelCase `aspectRatio` and `imageSize`)
17
+
- Documented that prompts requesting "remove watermark" trigger Gemini content policy blocks to protect SynthID watermarks
-**Iterative editing**: Make one change at a time for better results
226
251
-**Reference locations**: Use "top left", "bottom right", "center" to specify areas
227
252
-**Use reference images**: Provide style examples, object references, or character photos when appropriate
253
+
-**Pass ALL relevant references**: When recreating templates/memes with different characters, pass both the template image AND the character images as references
228
254
-**Enable search for facts**: Add `--search` when generating content requiring real-time information
229
255
230
256
**For comprehensive prompting strategies, see `references/prompting_guide.md`**
0 commit comments