Skip to content

9.2.0

Latest

Choose a tag to compare

@siddharthlatest siddharthlatest released this 22 Feb 16:52
· 7 commits to dev since this release

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-pro with 400K context window
    • o-series reasoning models: o1, o3, o3-mini, o3-pro, o4-mini with 200K context window
  • Updates Code Review GPT workflow to use gpt-5 model

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 considers o3 and o4-mini as succeeded by gpt-5 and gpt-5-mini respectively, but they remain available in the API.