Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Mar 04:48
· 1 commit to main since this release

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

✨ Features

  • v3.0.0 - Full Ideogram API coverage with 10 tools (#12) (bf64266)

🐛 Bug Fixes

  • resolve high-severity security vulnerabilities in production dependencies (#13) (6e7e96d)