Skip to content

Commit cc1b8a6

Browse files
jeffpauldkotterJasonTheAdams
authored
Merge pull request #106 from WordPress/release/0.1.0
Release/0.1.0 Co-authored-by: dkotter <dkotter@git.wordpress.org> Co-authored-by: JasonTheAdams <jason_the_adams@git.wordpress.org>
2 parents 84c9928 + 83e941b commit cc1b8a6

File tree

5 files changed

+28
-22
lines changed

5 files changed

+28
-22
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/.* export-ignore
1313
/ai.zip export-ignore
1414
/CHANGELOG.md export-ignore
15-
/CODE_OF_CONDUCT.md export-ignore
1615
/composer.json export-ignore
1716
/composer.lock export-ignore
1817
/CONTRIBUTING.md export-ignore

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ All notable changes to this project will be documented in this file, per [the Ke
66

77
## [0.2.0] - YYYY-MM-DD
88

9-
## [0.1.0] - 2025-11-DD
10-
- Initial release of the AI Experiments plugin. 🎉
9+
## [0.1.0] - 2025-11-26
10+
First public release of the AI Experiments plugin, introducing a framework for exploring experimental AI-powered features in WordPress. 🎉
1111

1212
### Added
13+
- Experiment registry and loader system for managing AI features
14+
- Abstract experiment base class for consistent feature development
1315
- Experiment: Title Generation
14-
- Basic Settings Screen
15-
- Abilities: Utilities
16+
- Basic admin settings screen with toggle support
17+
- Initial integration with WP AI Client SDK and Abilities API
18+
- Utilities Ability for common AI tasks and testing
1619

1720
[Unreleased]: https://github.com/wordpress/ai/compare/trunk...develop
1821
[0.2.0]: https://github.com/wordpress/ai/compare/0.1.0...0.2.0

CREDITS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo
1212

1313
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
1414

15-
[Darin Kotter (@dkotter)](https://github.com/dkotter), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Jason Adams (@JasonTheAdams)](https://github.com/JasonTheAdams), [Md Aminul Islam (@theaminuli)](https://github.com/theaminuli), [Dovid Levine (@justlevine)](https://github.com/justlevine), [Felix Arntz (@felixarntz)](https://github.com/felixarntz), [Iqbal Hossain (iqbal-web)](https://github.com/iqbal-web), [Mohamed Khaled (@Ref34t)](https://github.com/Ref34t), [Mujeebu Rahman (@mujuonly)](https://github.com/mujuonly), [Tammie Lister (@karmatosed)](https://github.com/karmatosed), [Blake Bertuccelli-Booth (@bbertucc)](https://github.com/bbertucc), [Aki Hamano (@t-hamano)](https://github.com/t-hamano), [Mukesh Panchal (@mukeshpanchal27)](https://github.com/mukeshpanchal27), [Jonathan Desrosiers (@desrosj)](https://github.com/desrosj), [James LePage (@Jameswlepage)](https://github.com/Jameswlepage).
15+
[Darin Kotter (@dkotter)](https://github.com/dkotter), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Jason Adams (@JasonTheAdams)](https://github.com/JasonTheAdams), [Dovid Levine (@justlevine)](https://github.com/justlevine),[Md Aminul Islam (@theaminuli)](https://github.com/theaminuli), [Felix Arntz (@felixarntz)](https://github.com/felixarntz), [Jonathan Desrosiers (@desrosj)](https://github.com/desrosj), [Mohamed Khaled (@Ref34t)](https://github.com/Ref34t), [Iqbal Hossain (iqbal-web)](https://github.com/iqbal-web), [Lina Wiezkowiak (@linawiezkowiak)](https://github.com/linawiezkowiak), [Rachael Cortellessa (@rachaelcortellessa)](https://github.com/rachaelcortellessa), [James LePage (@Jameswlepage)](https://github.com/Jameswlepage), [Tammie Lister (@karmatosed)](https://github.com/karmatosed), [Aki Hamano (@t-hamano)](https://github.com/t-hamano), [Blake Bertuccelli-Booth (@bbertucc)](https://github.com/bbertucc), [Mujeebu Rahman (@mujuonly)](https://github.com/mujuonly), [Mukesh Panchal (@mukeshpanchal27)](https://github.com/mukeshpanchal27).
1616

1717
## Libraries
1818

ROADMAP.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ This roadmap outlines the planned development of the AI Experiments plugin from
44

55
## Milestone 0.1.0 - Plugin Foundations and First Feature Integration
66

7-
**Target:** Early October 2025
7+
**Target:** Late November 2025 (Aligned with WordPress 6.9 Release)
88

99
### Goals
1010

11-
- [ ] Scaffold the initial plugin structure in the `WordPress/ai` GitHub repository ([#24](https://github.com/WordPress/ai/issues/24))
12-
- [ ] Create a basic admin settings screen with a toggle for enabling experimental features ([#25](https://github.com/WordPress/ai/issues/25))
13-
- [ ] Integrate the WP AI Client SDK (and underlying PHP AI Client SDK) with a simple service provider setup ([#26](https://github.com/WordPress/ai/issues/26))
11+
- [X] Scaffold the initial plugin structure in the `WordPress/ai` GitHub repository ([#24](https://github.com/WordPress/ai/issues/24))
12+
- [X] Create a basic admin settings screen with a toggle for enabling experimental features ([#25](https://github.com/WordPress/ai/issues/25))
13+
- [X] Integrate the WP AI Client SDK (and underlying PHP AI Client SDK) with a simple service provider setup ([#26](https://github.com/WordPress/ai/issues/26))
1414
- [ ] Add developer support for pre-configured AI providers so hosts, agencies, and developers can offer out-of-the-box providers to power plugin features ([#27](https://github.com/WordPress/ai/issues/27))
1515
- [ ] Plugin submission to WordPress.org and public availability via WPORG SVN repo ([#28](https://github.com/WordPress/ai/issues/28))
1616

1717
### Features
1818

19-
- [ ] Implement Title Rewriting using Abilities API, MCP Adapter, and the PHP AI Client ([#10](https://github.com/WordPress/ai/issues/10))
20-
- [ ] Add UI controls in the post editor for rewriting titles ([#29](https://github.com/WordPress/ai/issues/29))
21-
- [ ] Ensure graceful fallback behavior when no provider is configured ([#30](https://github.com/WordPress/ai/issues/30))
19+
- [X] Implement Title Rewriting using Abilities API, MCP Adapter, and the PHP AI Client ([#10](https://github.com/WordPress/ai/issues/10))
20+
- [X] Add UI controls in the post editor for rewriting titles ([#29](https://github.com/WordPress/ai/issues/29))
21+
- [X] Ensure graceful fallback behavior when no provider is configured ([#30](https://github.com/WordPress/ai/issues/30))
2222

2323
## Milestone 0.2.0 - Core Feature Expansion
2424

25-
**Target:** Mid–October 2025
25+
**Target:** Mid–December 2025
2626

2727
### Goals
2828

@@ -39,7 +39,7 @@ This roadmap outlines the planned development of the AI Experiments plugin from
3939

4040
## Milestone 0.3.0 - Experimental Tools and Developer Options
4141

42-
**Target:** 21 October 2025 (Aligned with WordPress 6.9 Beta 1)
42+
**Target:** Mid-January 2026
4343

4444
### Goals
4545

@@ -61,9 +61,9 @@ This roadmap outlines the planned development of the AI Experiments plugin from
6161
- [ ] Add filters and documentation for customizing provider setup ([#34](https://github.com/WordPress/ai/issues/34))
6262
- [ ] Documentation on how to override default behaviors with custom handlers ([#34](https://github.com/WordPress/ai/issues/34))0.3
6363

64-
## Milestone 1.0.0 - WordPress 6.9 Stable Release Candidate
64+
## Milestone 1.0.0 - Stable Release
6565

66-
**Target:** 2 December 2025 (Aligned with WordPress 6.9 Release)
66+
**Target:** Mid-April 2026 (Aligned with WordPress 7.0 Release)
6767

6868
### Goals
6969

readme.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ No, this is an experimental plugin for testing and development purposes.
3030

3131
== Changelog ==
3232

33-
= 0.1.0 - 2025-11-XX =
33+
= 0.1.0 - 2025-11-26 =
3434

35-
* Initial release
36-
* Experiments registry and loader system
37-
* Abstract experiment base class
38-
* Example experiment implementation
35+
First public release of the AI Experiments plugin, introducing a framework for exploring experimental AI-powered features in WordPress. 🎉
36+
37+
* **Added:** Experiment registry and loader system for managing AI features
38+
* **Added:** Abstract experiment base class for consistent feature development
39+
* **Added:** Experiment: Title Generation
40+
* **Added:** Basic admin settings screen with toggle support
41+
* **Added:** Initial integration with WP AI Client SDK and Abilities API
42+
* **Added:** Utilities Ability for common AI tasks and testing

0 commit comments

Comments
 (0)