| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…r custom Vendor directory
…om us instead of Core if needed
…and to also generate embeddings
…. May remove before merging the PR
…Client things in the future we want to load, those can all be handled independently of one another
|
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. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. Co-authored-by: dkotter <dkotter@git.wordpress.org> Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org> To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 27.33270% with 771 lines in your changes missing coverage. Please review. @@ Coverage Diff @@
## develop #892 +/- ##
=============================================
- Coverage 80.31% 75.46% -4.85%
- Complexity 2591 2924 +333
=============================================
Files 111 121 +10
Lines 10536 11597 +1061
=============================================
+ Hits 8462 8752 +290
- Misses 2074 2845 +771
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
…ode. Modify it a bit to have detection be lazy, meaning it only detects support when needed instead of all the time
| Back | FazBrowse Home | New Git URL |
What?
Brings the embedding related changes over from the PHP AI Client and loads those conditionally when needed, allowing us to start supporting that work.
Why?
Embedding supported was added to v1.4.0 of the PHP AI Client. We were hoping to get this in to WordPress 7.1 but that has been pushed now to 7.2. Instead of having to wait until WordPress 7.2 is released to take advantage of this new functionality, this PR pulls that code into the AI plugin, behind a conditional gate, so we can start taking advantage of that earlier.
How?
Use of AI Tools
AI assistance: Yes
Tool(s): Claude Code
Model(s): Opus 4.8
Used for: Brainstorming and planning the initial approach and then executing on that approach. Final review and testing by me
Testing Instructions
Easiest way to test is via the custom WP-CLI command this PR has. Note you'll also need to install an AI Provider plugin that supports embeddings.
Changelog Entry