Releases: mageprince/magento2-mage-ai
Releases · mageprince/magento2-mage-ai
Release list
1.1.2
1.1.1
- #6 Implement global baseline prompt configuration
Thanks to @maximilianmosimann for the suggestion and submit feature request.
1.1.0
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
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
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
- Implement custom prompt feature for product short and long description
- Code improvements
1.0.0
This is the first official release of the Magento 2 AI Product Content Generator extension powered by OpenAI.