Summary
Maintenance release with expanded GPT-5.2 and o-series model support, GitHub Actions model update, and Go base image upgrade.
Enhancements
- Adds support for new OpenAI models released after GPT-5.1:
- GPT-5.2 family:
gpt-5.2,gpt-5.2-pro,gpt-5-prowith 400K context window - o-series reasoning models:
o1,o3,o3-mini,o3-pro,o4-miniwith 200K context window
- GPT-5.2 family:
- Updates Code Review GPT workflow to use
gpt-5model
Chore
- Update base build to use Go 1.26.0, bringing performance and security improvements
Upgrade notes
- New GPT-5.2 models (
gpt-5.2,gpt-5.2-pro,gpt-5-pro) are now supported with 400K token context windows. If you're using AI Answer or other OpenAI-powered features, these models are available alongside the existing GPT-5 family. - The o-series reasoning models (
o1,o3,o3-mini,o3-pro,o4-mini) are now also supported with 200K token context windows. Note: OpenAI considerso3ando4-minias succeeded bygpt-5andgpt-5-minirespectively, but they remain available in the API.