Haydi 1.2.0
Haydi 1.2.0 makes multi-step AI actions more reliable and adds controlled Editor access to the WordPress admin experience.
Highlights
- More reliable follow-up: after you review and apply a change proposed by Haydi, the AI can now continue where it left off instead of losing context.
- Editor access: trusted Editors can now use Haydi alongside Administrators by default.
- Administrator model controls: Administrators can choose which model Editors use under Settings → Haydi, while retaining full model selection themselves.
- Flexible access rules: developers can change who has access through the
haydi_access_capabilityfilter.
Upgrade note
Browser access previously required manage_options; version 1.2.0 admits trusted Editors by default. Sites that want to preserve administrator-only access can add:
add_filter( 'haydi_access_capability', static fn() => 'manage_options' );Bearer-token REST and MCP authorization remains independent of WordPress roles.