Skip to content

Releases: mageprince/magento2-mage-ai

1.1.2

Choose a tag to compare

@mageprince mageprince released this 06 Aug 09:22
a3d3db8
  • Implement category image generation and editing feature

1.1.1

Choose a tag to compare

@mageprince mageprince released this 10 Jun 06:57
87e0e5c
  • #6 Implement global baseline prompt configuration

Thanks to @maximilianmosimann for the suggestion and submit feature request.

1.1.0

Choose a tag to compare

@mageprince mageprince released this 09 Jun 04:52
2078cfb

New Features

  • AI Image Editing — new "Edit Image with MageAI" button on the product page. Pick any existing product image, describe the change in a prompt (or use the configured default), preview the edited result side-by-side with the
    original, and replace it in the gallery on confirm. Supported on OpenAI and Gemini.
  • Added Default Image Modify Prompt under Stores > Configuration > Mageprince > MageAI > Image Generation (supports {{ product.name }} and {{ product.attributes }}).

1.0.3

Choose a tag to compare

@mageprince mageprince released this 04 Jun 06:11
de74ee5

New Features

  • New "Generate Image with MageAI" button in the product Images (next to "Add Video")
  • Generate product images from a custom prompt — or leave it empty to use a configurable default prompt
  • Generated images are added straight to the product gallery and saved with the product
  • Supports OpenAI (GPT Image) and Google Gemini image models
  • Prompt variables {{ product.name }} and {{ product.attributes }} supported, with a separate attribute selection for images (independent from descriptions)
  • New Image Generation settings under Stores → Configuration → Mageprince → MageAI
    • Default image prompt, attribute selection
    • OpenAI image model, size, and quality
    • Gemini image model

1.0.2

Choose a tag to compare

@mageprince mageprince released this 02 Jun 10:16
0dcec9f

Improvements

  • Added support for Anthropic (Claude) and Google (Gemini) alongside OpenAI
  • Product attribute selector changed from single to multiselect — generate based on multiple attributes at once
  • Prompt templates now use {{ product.name }} and {{ product.attributes }} variables instead of sprintf placeholders
  • Added Temperature config
  • Updated default prompts with SEO-focused guidelines and character-range targets
  • Removed full copy of Page Builder core template (html-code.html) — buttons are now injected via mixin DOM injection, eliminating upgrade risk

Bug Fixes

  • Generate buttons now work on unsaved (new) products — attribute values are read directly from the form instead of loaded from the database

1.0.1

Choose a tag to compare

@mageprince mageprince released this 05 May 14:59
cd6bfba
  • Implement custom prompt feature for product short and long description
  • Code improvements

1.0.0

Choose a tag to compare

@mageprince mageprince released this 07 Apr 05:41
4bd5c68

This is the first official release of the Magento 2 AI Product Content Generator extension powered by OpenAI.