You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Inline Image Generation directly in the post editor, enabling users to generate images without leaving authoring/editing flows ([#235](https://github.com/WordPress/ai/pull/235)).
19
+
- Generate Image within the Media Library with prompt-based image generation workflows ([#258](https://github.com/WordPress/ai/pull/258)).
20
+
- Generate Review Notes experiment to analyze post content or individual blocks and suggest refinements via Notes comments in the editor ([#260](https://github.com/WordPress/ai/pull/260), [#267](https://github.com/WordPress/ai/pull/267)).
21
+
- Split editor and admin experiments within the settings page ([#232](https://github.com/WordPress/ai/pull/232)).
22
+
- Contextual help text to the Abilities Explorer screen to assist users in understanding what Abilities are and how to use them ([#243](https://github.com/WordPress/ai/pull/243)).
23
+
24
+
### Changed
25
+
- Update “Generate Summary” button style to use consistent UI with other buttons in the ediot ([#253](https://github.com/WordPress/ai/pull/253)).
26
+
- Standardize Abilities invocation using the `runAbility` helper to improve consistency across API calls ([#228](https://github.com/WordPress/ai/pull/228)).
27
+
- Make provider labels in the Abilities Explorer translatable and adjust badge styling for clarity ([#247](https://github.com/WordPress/ai/pull/247)).
28
+
- Improve Abilities Explorer table layout by aligning spacing and styles with WordPress admin table conventions ([#248](https://github.com/WordPress/ai/pull/248)).
29
+
- Improve the Ability test page with better internationalization and add copy-to-clipboard functionality ([#256](https://github.com/WordPress/ai/pull/256)).
30
+
31
+
### Removed
32
+
- Remove unused checkbox column from the Abilities Explorer table, as it was not tied to any bulk actions ([#246](https://github.com/WordPress/ai/pull/246)).
33
+
34
+
### Fixed
35
+
- Fix the position and behavior of the “Copy” button in code blocks within the Abilities Explorer ([#245](https://github.com/WordPress/ai/pull/245)).
36
+
37
+
### Developer
38
+
- Bump `basic-ftp` from 5.1.0 to 5.2.0 ([#259](https://github.com/WordPress/ai/pull/259)).
39
+
7
40
## [0.3.1] - 2026-02-18
8
41
### Fixed
9
42
- Increased image generation request timeout from 30s to 90s to reduce failed generations on slower providers/models ([#226](https://github.com/WordPress/ai/pull/226)).
@@ -45,6 +78,8 @@ All notable changes to this project will be documented in this file, per [the Ke
45
78
46
79
### Security
47
80
- Change our user permission checks to use `edit_post` instead of `read_post` ([GHSA-mxf5-gp98-93wv](https://github.com/WordPress/ai/security/advisories/GHSA-mxf5-gp98-93wv)).
81
+
82
+
### Developer
48
83
- Bumped `diff` from 4.0.2 to 4.0.4 ([#196](https://github.com/WordPress/ai/pull/196)).
49
84
- Bumped `lodash-es` from 4.17.22 to 4.17.23 ([#198](https://github.com/WordPress/ai/pull/198)).
50
85
- Bumped `lodash` from 4.17.21 to 4.17.23 ([#199](https://github.com/WordPress/ai/pull/199)).
@@ -89,10 +124,8 @@ All notable changes to this project will be documented in this file, per [the Ke
89
124
### Fixed
90
125
- Bug in asset loader causing missing dependencies ([#113](https://github.com/WordPress/ai/pull/113)).
91
126
92
-
### Security
93
-
- Bumped `js-yaml` from 3.14.1 to 3.14.2 ([#105](https://github.com/WordPress/ai/pull/105)).
94
-
95
127
### Developer
128
+
- Bumped `js-yaml` from 3.14.1 to 3.14.2 ([#105](https://github.com/WordPress/ai/pull/105)).
96
129
- Updated format script to only format JS to avoid random JSON file changes ([#114](https://github.com/WordPress/ai/pull/114)).
Copy file name to clipboardExpand all lines: CREDITS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo
12
12
13
13
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
Copy file name to clipboardExpand all lines: README.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,15 @@ This [Canonical Plugin](https://make.wordpress.org/core/2022/09/11/canonical-plu
33
33
34
34
## Current Features
35
35
36
-
***[Abilities Explorer](docs/experiments/abilities-explorer.md)** – Browse and interact with registered AI abilities from a dedicated admin screen.
37
-
****[Alt Text Generation](docs/experiments/alt-text-generation.md)** - Generate descriptive alt text for images to improve accessibility.
36
+
***[Abilities Explorer](docs/experiments/abilities-explorer.md)** – Discover, inspect, test, and document all abilities registered via the WordPress Abilities API.
37
+
****[Alt Text Generation](docs/experiments/alt-text-generation.md)** - Generates descriptive alt text for images using AI vision models.
38
38
***[Content Summarization](docs/experiments/summarization.md)** - Summarizes long-form content into digestible overviews.
39
-
***[Excerpt Generation](docs/experiments/excerpt-generation.md)** - Automatically create concise summaries for your posts.
39
+
***[Excerpt Generation](docs/experiments/excerpt-generation.md)** - Generates excerpt suggestions from content.
40
40
***Experiment Framework** - Opt-in system that lets you enable only the AI features you want to use.
41
-
***[Image Generation](docs/experiments/image-generation.md)** - Create feature image from post content directly in the block editor.
41
+
***[Image Generation](docs/experiments/image-generation.md)** - Create images from post content in the editor, also via the Media Library.
42
42
***Multi-Provider Support** - Works with popular AI providers like OpenAI, Google, and Anthropic.
43
-
***Title Generation** - Generate title suggestions for your posts with a single click. Perfect for brainstorming headlines or finding the right tone for your content.
43
+
***Review Notes** - Reviews post content block-by-block and adds Notes with suggestions for Accessibility, Readability, Grammar, and SEO.
44
+
***Title Generation** - Generates title suggestions from content.
44
45
45
46
## Roadmap
46
47
@@ -52,28 +53,22 @@ Overview of planned features:
52
53
***Content Assistant** – AI-powered writing and editing in Gutenberg
53
54
***Site Agent** – Natural language WordPress administration
* Title Generation / Rewriting – Suggests alternative post titles for better clarity, tone, or engagement.
56
-
* Excerpt Generation – Creates concise summaries for post excerpts.
57
-
* Content Summarization – Summarizes long-form content into digestible overviews.
58
56
* Contextual Tagging – Suggests relevant tags and categories to organize content.
59
-
***Media Enhancement** – Auto-captioning and intelligent organization
60
-
* Alt Text Generation – Auto-generates descriptive alt text for images.
61
-
* Image Generation – Produces inline or featured images from text prompts.
62
57
63
58
## Developer Experience
64
59
65
60
The AI Experiments plugin is meant to be studied, forked, and extended. If you’re a host or agency, you can configure AI providers on behalf of your users so they don’t need to bring their own API keys.
66
61
67
62
If you’re a plugin developer, you’ll be able to:
68
63
69
-
*Read the [Contributing Guide](CONTRIBUTING.md) for detailed development information.
70
-
*Register new AI abilities
71
-
*Override default behavior with custom filters
72
-
*Reuse the same building blocks in your own plugins
64
+
* Read the [Contributing Guide](CONTRIBUTING.md) for detailed development information.
65
+
* Register new AI abilities
66
+
* Override default behavior with custom filters
67
+
* Reuse the same building blocks in your own plugins
73
68
74
69
## How to Get Involved
75
70
76
-
We want everyone's input! Whether you're an author, editor, educator, researcher, accessibility expert, user, or just someone with strong feelings about AI, all are welcome.
71
+
We want everyone's input! Whether you're an author, editor, educator, researcher, accessibility expert, user, or someone with strong feelings about AI, all are welcome.
77
72
78
73
Anyone contributing to the AI Experiments plugin is expected to conduct themselves in accordance with the WordPress project's [Code of Conduct](https://github.com/WordPress/.github/blob/trunk/CODE_OF_CONDUCT.md).
Copy file name to clipboardExpand all lines: docs/RELEASE_INSTRUCTIONS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ This issue is for tracking changes for the X.Y.Z release. Target release date:
19
19
- [ ] Props: update `CREDITS.md` file with any new contributors, confirm maintainers are accurate.
20
20
- [ ] Readme updates: Make any other readme changes as necessary in `README.md` and `readme.txt`.
21
21
- [ ] New files: Check to be sure any new files/paths that are unnecessary in the production version are included in `.gitattributes`.
22
-
- [ ] Merge: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request), then do the same for `develop` into `trunk` (`git checkout trunk && git merge --no-ff develop`). `trunk` now contains the stable development version.
22
+
- [ ] Merge release PR: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request).
23
+
- [ ] Merge develop to trunk: Do the same for `develop` into `trunk` (`git checkout trunk && git merge --no-ff develop`). `trunk` now contains the stable development version.
23
24
- [ ] Push: Push your trunk branch to GitHub (e.g. `git push origin trunk`).
24
25
- [ ] [Wait for build](https://xkcd.com/303/): Head to the [Actions](https://github.com/WordPress/ai/actions) tab in the repo and wait for it to finish if it hasn't already. If it doesn't succeed, figure out why and start over.
25
26
- [ ] Check the build: Check out the `trunk` branch and test for functionality locally.
0 commit comments