Roo Code 3.33.3 Release Notes (2025-11-20)
This release introduces image preview support for Google Gemini 3 Pro, adds Minimax as a new provider, and includes several important bug fixes and quality of life improvements.
Google Gemini 3 Pro Image Preview
We've added support for image generation with Google Gemini 3 Pro image generation model (#9440)
QOL Improvements
- Minimax Provider Support: Added support for Minimax as an Anthropic-compatible provider (#9455)
- Reasoning History: Reasoning is now stored in conversation history for all providers (#9451)
- Improved Read File Tool: Enhanced the
read_filetool description with clearer examples (#9422)
Bug Fixes
- Environment Details Duplication: Fixed an issue where
environment_detailswere duplicated when resuming cancelled tasks (#9442) - Preserve Reasoning Flag: Fixed the
preserveReasoningflag to correctly control API reasoning inclusion (#9453) - OpenAI Parallel Tool Calls: Prevented OpenAI Native parallel tool calls when using native tool calling to avoid errors (#9433)
- Search and Replace Parsing: Improved symbol parsing in the search and replace functionality (#9456)
- Skipped Tool Results: Fixed an issue where
tool_resultblocks were not sent for skipped tools in the native protocol (#9457) - Markdown Formatting: Improved markdown formatting and added reasoning support (#9458)