Two new features in this release:
Content review. A new Review button in the sidebar analyses what's already in your editor and returns structured feedback across three areas: structure (heading hierarchy, section flow), accessibility (missing alt text, contrast, labelling), and consistency (mixed formatting, mismatched heading levels). Findings appear directly in the sidebar, each with a concrete suggestion for how to fix it.
Pattern-aware composition. When you describe something that closely matches a registered block pattern on your site, Kratt will now insert the full pattern instead of assembling an equivalent layout from scratch. Patterns tend to be better than block-by-block reconstruction because they carry the design intent behind them — the spacing, colours, and proportions the theme author intended.
New filter hooks. Four new hooks give developers control over the new behaviour:
kratt_dummy_review_response— override the dummy review findings in test mode without editing the pluginkratt_editor_content_max_chars— cap how much editor content is sent to the AIkratt_block_snippet_max_chars— control how many characters are extracted per block in the editor summarykratt_pattern_catalog_max— limit how many patterns are offered to the AI, or set to0to disable pattern-aware composition
Click the image to watch the patterns and review demo on YouTube.

