Skip to content

AI-Kit v1.2.0

Choose a tag to compare

@scsinfo scsinfo released this 16 Mar 12:03
· 18 commits to main since this release
  • 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.