Roo Code v3.36.14 Release Notes (2025-12-18)
This release adds native tool calling for Claude models on Vertex AI, improves error handling with a grace retry mechanism, and fixes MCP compatibility with OpenAI providers.
Provider Updatesโ
- Native Tool Calling for Claude on Vertex AI: All Claude models on Vertex AI now use native tool calling by default, matching the behavior of direct Anthropic API access (#10197)
QOL Improvementsโ
- Grace Retry for Tool Errors: When models fail to use tools, Roo Code now silently retries before showing errors. Clearer "Model Response Incomplete" messages appear only after consecutive failures (#10196)
Bug Fixesโ
- MCP Compatibility with OpenAI Providers: Fixes an issue where MCP servers using
format: "uri"in their tool schemas would fail with OpenAI providers (#10198)