Skip to content

Releases: alansmodic/extend-ai-enterprise

v0.2.0 — WordPress 7.1 + WP AI 1.3.x

Choose a tag to compare

@alansmodic alansmodic released this 03 Sep 04:41
b3e249d

Governance now enforces on every ability execution path (REST, MCP, WP-CLI, direct PHP). WordPress 7.1 and WordPress AI 1.3.x are required.

Breaking

  • WordPress 7.1 minimum. Rate limiting and output moderation hook the Abilities API lifecycle (wp_pre_execute_ability, wp_ability_execute_result). On older WordPress those gates would be inert, so the plugin declines to activate.
  • replace prompt mode no longer re-applies the policy preamble. The preamble rides the global wpai_system_instruction filter; overrides use the scoped hook that WP AI runs afterwards. Use prepend/append to keep the preamble.

Removed

  • Guidelines_Bridge — WP AI 1.3.0 injects site guidelines natively. Deleted the module, extend_ai_use_guidelines, {guidelines*} template variables, and related filters/UI. Use Gutenberg Guidelines + WP AI’s wpai_use_guidelines filter.

Changed

  • Prompt overrides retargeted to wpai_{slug}_system_instruction.
  • Compatibility band is WP AI 1.3.x (TESTED_MIN 1.3.0 / TESTED_MAX 1.3.99).
  • Rate limiter and output moderator moved off REST-only hooks onto the 7.1 execution lifecycle.

Fixed

  • Per-ability overrides actually apply (slug derivation + correct 2-arg scoped-filter signature).
  • Role gate uses ai/comment-analysis (was ai/comment-moderation, which failed open).
  • 0.1 → 0.2 upgrader strips leftover {guidelines*} templates, drops extend_ai_use_guidelines, and renames stored comment-moderation keys.

Full notes: https://github.com/alansmodic/extend-ai-enterprise/blob/main/CHANGELOG.md

v0.1.0 — Initial release

Choose a tag to compare

@alansmodic alansmodic released this 26 May 02:35

Initial release of the enterprise governance layer for the WordPress AI plugin.

Built entirely on documented filters, REST hooks, and the AI Client SDK's public interface — no fork required.

See CHANGELOG.md for the full feature list.

Tested against: WordPress AI v1.0.0
Requires: WordPress 6.6+, PHP 8.1+