Skip to main content

v1.0.0-beta.2

  • Added — AI chat reliably completes complex multi-step requests (e.g. landing page with a generated hero image) on any AI provider and any model, including weaker or auto-routed ones that previously left the editor empty or partially built.
  • Improved — External AI tools connected via MCP (Claude Desktop, ChatGPT, etc.) can now build dynamic content (loops, conditions, {{ post.title }} and other data bindings) instead of being limited to static HTML.
  • Fixed — Simple AI edits (rename a title, remove a block, etc.) now run as a single faster request instead of triggering a wasted follow-up call.
  • Fixed — Fatal error on activation under PHP 8.1 caused by a true literal return type (PHP 8.2+ syntax) in the AI environment check.

AI

  • Added — AI chat reliably completes complex multi-step requests (e.g. landing page with a generated hero image) on any AI provider and any model, including weaker or auto-routed ones that previously left the editor empty or partially built.
  • Improved — External AI tools connected via MCP (Claude Desktop, ChatGPT, etc.) can now build dynamic content (loops, conditions, {{ post.title }} and other data bindings) instead of being limited to static HTML.
  • Improved — AI assistant no longer narrates its plan step-by-step ("Step 1: …, Step 2: …"); it performs all edits in a single response whenever possible.
  • Improved — AI assistant no longer inserts the same hero or section several times when working with less capable models.
  • Improved — AI-generated images are correctly displayed in the editor — the real image URL is now inlined instead of an unresolved template placeholder.
  • Improved — When AI image generation fails, the assistant explains the problem and falls back to a CSS-only design instead of stalling silently.
  • Fixed — Simple AI edits (rename a title, remove a block, etc.) now run as a single faster request instead of triggering a wasted follow-up call.
  • Fixed — AI creativity setting (temperature) stays consistent throughout long conversations instead of resetting after the first response.

Plugin

  • Fixed — Fatal error on activation under PHP 8.1 caused by a true literal return type (PHP 8.2+ syntax) in the AI environment check.