3.0.0 (2026-03-06)
⚠ BREAKING CHANGES
- ideogram_edit now uses V3 API endpoint. The 'model'
parameter is replaced with 'rendering_speed'. Outpainting mode
(expand_directions, expand_pixels) has been removed. Character reference
images are now supported.
- Endpoint changed from /edit to /v1/ideogram-v3/edit
- Field name changed from image_file to image
- Uses rendering_speed (FLASH/TURBO/DEFAULT/QUALITY) instead of model
- magic_prompt field replaces magic_prompt_option
- style_type limited to V3 subset (AUTO/GENERAL/REALISTIC/DESIGN/FICTION)
- Updated all unit and integration tests for V3 format
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- docs: update API reference and README for v3.0.0 with 10 tools
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- style: fix formatting issues across v3 tool files
Run prettier --write to fix formatting in 8 files modified during v3 implementation.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- chore: move plan files to ~/.superpowers/plans
Plan documents are developer-local artifacts, not project source files.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- fix: resolve MD028 blank line inside blockquote in README
Replace blank line between blockquotes with > continuation to satisfy
markdownlint MD028 rule.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com