Skip to content

Conversation

@Ref34t
Copy link
Contributor

@Ref34t Ref34t commented Dec 2, 2025

Enhances readme.txt with detailed context for non-technical users and developers.

Changes:

  • Expanded Description with current features and roadmap
  • Added For Developers section with extensibility info and tools
  • Enhanced FAQ from 2 to 7 practical questions
  • Highlighted AI Building Blocks integration

Fixes #133

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Unlinked Accounts

The following contributors have not linked their GitHub and WordPress.org accounts: @[email protected].

Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Unlinked contributors: [email protected].

Co-authored-by: jeffpaul <[email protected]>
Co-authored-by: Ref34t <[email protected]>
Co-authored-by: justlevine <[email protected]>
Co-authored-by: mindctrl <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

❌ Patch coverage is 10.52632% with 51 lines in your changes missing coverage. Please review.
✅ Project coverage is 38.91%. Comparing base (e5692f6) to head (ae23fcc).
⚠️ Report is 226 commits behind head on develop.

Files with missing lines Patch % Lines
includes/Asset_Loader.php 0.00% 29 Missing ⚠️
includes/bootstrap.php 0.00% 17 Missing ⚠️
ai.php 0.00% 2 Missing ⚠️
includes/Abilities/Utilities/Posts.php 0.00% 2 Missing ⚠️
includes/helpers.php 75.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #135      +/-   ##
=============================================
- Coverage      44.42%   38.91%   -5.52%     
- Complexity       111      176      +65     
=============================================
  Files             13       16       +3     
  Lines            610     1010     +400     
=============================================
+ Hits             271      393     +122     
- Misses           339      617     +278     
Flag Coverage Δ
unit 38.91% <10.52%> (-5.52%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

readme.txt Outdated
This plugin is for experimenting with AI features in WordPress. It provides a framework for building and testing AI-powered capabilities.
This plugin brings AI-powered writing and editing tools directly into WordPress. It's also a reference implementation for developers who want to build their own AI features.

= Do I need my own API key? =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assumedly this applies to specific experiments. Experiments that target the Abilities API like the explorer don't require any LLMs to work, and my gut says we're more likely to see e.g. free-browser models come as an experiment than straight into the settings panel.

(This is exacerbated by "API key" being contextually ambiguous, and made a larger nit because it's basically the same content as the next FAQ item)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rephrase to something like "What do I need to use this plugin?" or similar? API key being one thing, when an experiment requires one, and other things like WP 6.9+, etc.


= How much does it cost? =

The plugin itself is free, but you'll need to pay for API usage from your chosen AI provider. Costs vary by provider and usage. Most providers offer free trial credits to get started.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This too should be experiment scoped.

readme.txt Outdated
**Get Started:**

1. Read the [Contributing Guide](https://github.com/WordPress/ai/blob/trunk/CONTRIBUTING.md) for development setup
2. Join the discussion in [#core-ai on WordPress Slack](https://wordpress.slack.com/archives/C08TJ8BPULS)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also link to GitHub discussions here: https://github.com/WordPress/ai/discussions

readme.txt Outdated
This plugin is for experimenting with AI features in WordPress. It provides a framework for building and testing AI-powered capabilities.
This plugin brings AI-powered writing and editing tools directly into WordPress. It's also a reference implementation for developers who want to build their own AI features.

= Do I need my own API key? =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rephrase to something like "What do I need to use this plugin?" or similar? API key being one thing, when an experiment requires one, and other things like WP 6.9+, etc.

readme.txt Outdated

= Do I need my own API key? =

Yes, currently you need to provide your own API key from a supported AI provider (OpenAI, Google AI, or Anthropic). Future versions may allow hosting providers to pre-configure this for you.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Yes, currently you need to provide your own API key from a supported AI provider (OpenAI, Google AI, or Anthropic). Future versions may allow hosting providers to pre-configure this for you.
Yes, currently you need to provide your own API key from a supported AI provider (OpenAI, Google, or Anthropic). Future versions may allow for browser-based and local-hosted models or for hosting providers to pre-configure this for you.

Copy link
Member

@jeffpaul jeffpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ref34t thanks for helping with this, some updates and then I think we're good to merge this in & I can get over to SVN on its own without a release to improve the plugin page on WPORG

@jeffpaul jeffpaul added the props-bot Manually triggers Props Bot to ensure the list of props is up to date. label Dec 5, 2025
@github-actions github-actions bot removed the props-bot Manually triggers Props Bot to ensure the list of props is up to date. label Dec 5, 2025
Ref34t and others added 3 commits December 5, 2025 15:30
Co-authored-by: Jeffrey Paul <[email protected]>
Co-authored-by: Jeffrey Paul <[email protected]>
Co-authored-by: John Parris <[email protected]>
Ref34t and others added 4 commits December 5, 2025 15:31
Co-authored-by: Jeffrey Paul <[email protected]>
Co-authored-by: Jeffrey Paul <[email protected]>
Co-authored-by: Jeffrey Paul <[email protected]>
@jeffpaul jeffpaul added this to the 0.2.0 milestone Dec 5, 2025
@jeffpaul jeffpaul added the props-bot Manually triggers Props Bot to ensure the list of props is up to date. label Dec 5, 2025
@github-actions github-actions bot removed the props-bot Manually triggers Props Bot to ensure the list of props is up to date. label Dec 5, 2025
@jeffpaul jeffpaul merged commit 663daab into WordPress:develop Dec 5, 2025
19 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add context to WPORG readme

4 participants