Roo Code 3.25.10 Release Notes (2025-08-07)
This release introduces support for OpenAI's GPT-5 models with verbosity controls and fixes important bugs in XML parsing and error message display.
GPT-5 Model Supportโ
We've added support for OpenAI's latest GPT-5 model family (#6819):
-
GPT-5 Models: Three new model variants are now available:
gpt-5-2025-08-07
: The full GPT-5 model, now set as the default for OpenAI Native providergpt-5-mini-2025-08-07
: A smaller, faster variant for quick responsesgpt-5-nano-2025-08-07
: The most compact version for resource-constrained scenarios
-
Verbosity Controls: New settings to control model output detail levels (low, medium, high), allowing you to fine-tune response length and detail based on your needs
All GPT-5 models support streaming responses for real-time interaction.
๐ Documentation: See OpenAI Provider Guide for detailed information about GPT-5 models and verbosity settings.