Update the AI Provider plugins to their latest versions - #275
Conversation
…g; update those to their latest versions
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## trunk #275 +/- ##
=========================================
Coverage 86.49% 86.49%
Complexity 1327 1327
=========================================
Files 68 68
Lines 4295 4295
=========================================
Hits 3715 3715
Misses 580 580
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What?
Ensure we reference the three core AI Provider plugins by the right slug and we update to the latest versions of those.
Why?
We include the three core AI Provider plugins (Anthropic, Google, OpenAI) in our composer config and use those in integration tests. Those were being referenced by old slug names and were using out-dated versions. This PR updates both.
How?
composer updateon those three packages to pull in the latest versionsUse of AI Tools
No
Testing Instructions
Nothing much to test here. Can run integration tests locally if desired to ensure those still work
Changelog Entry