Skip to main content

Roo Code 3.36.2 Release Notes (2025-12-05)

This release adds dynamic API settings support for Roo models, optimizes GPT-5 model configurations, and fixes Chutes provider model fetching.

Roo Code v3.36.2 Release

Provider Updates

  • Dynamic model settings: Roo models now receive configuration dynamically from the API, enabling faster iteration on model-specific settings without extension updates (#9852)
  • Optimized GPT-5 tool configuration: GPT-5.x, GPT-5.1.x, and GPT-4.1 models now use only the apply_patch tool for file editing, improving code editing performance (#9853)

Bug Fixes

  • Chutes provider fix: Resolved model fetching errors for the Chutes provider by making schema validation more robust for optional fields (#9854)