You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved reCAPTCHA handling and script loading to the shared hub-for-wpsuiteio package.
Added admin-configurable PHP debug logging. Requires both WP_DEBUG and WP_DEBUG_LOG to be enabled.
Improved AiFeature processing for inputSelector content by converting HTML input to Markdown before sending it to AI, reducing noise and token usage.
In summarize, rewrite, and translate modes, long inputs are now split into quota-aware chunks, processed separately, and merged into a final result.
Summarizer mode now generates a summary of summaries when chunked processing is used.
Added fallback to backend processing when the request would require more than two frontend iterations.
Improved error handling when backend fallback is not available, with a clearer quota-related error message.
AiFeature localization now starts from the current WordPress language in AiKitSidebar, LanguageUtils, and GenerateMetadataBox, so the UI appears in the site language when a matching translation is available, with English as fallback.