Skip to content

Haydi 1.2.0

Choose a tag to compare

@raicem raicem released this 12 Aug 13:45
· 6 commits to trunk since this release
3161ca8

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_capability filter.

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.