bump-openai-version
Installation
SKILL.md
Bump OpenAI Version
Use this skill when asked to upgrade the OpenAI NuGet package in this repository. Start with the assumption that the new SDK version is compatible: update the centrally managed version, restore, build, and test. Investigate upstream changes or adapt MEAI only when validation exposes a compatibility problem.
Inputs
- Require the target OpenAI package version. If it is not supplied, ask for it rather than assuming that the latest version is wanted.
- Integration tests require credentials already configured as described in
test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md. Never request, print, copy, or commit credentials.
Existing dotnet/extensions PR Preflight
Search open pull requests in dotnet/extensions before doing deeper analysis. Search for the target version plus terms such as OpenAI, OpenAI SDK, and Microsoft.Extensions.AI.OpenAI.
If a likely matching PR exists, report it and stop unless the user explicitly asks to continue. If GitHub access fails, report the failure and ask whether to proceed without the preflight.