Skip to content

1.0.2

Choose a tag to compare

@mageprince mageprince released this 02 Jun 10:16
· 11 commits to master since this release
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