|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.11.0] - 2025-03-30 |
| 4 | + |
| 5 | +- Replace single-block-diff with multi-block-diff fast editing strategy |
| 6 | +- Support project-level MCP config in .roo/mcp.json (thanks @aheizi!) |
| 7 | +- Show OpenRouter and Requesty key balance on the settings screen |
| 8 | +- Support import/export of settings |
| 9 | +- Add pinning and sorting for API configuration dropdown (thanks @jwcraig!) |
| 10 | +- Add Gemini 2.5 Pro to GCP Vertex AI provider (thanks @nbihan-mediware!) |
| 11 | +- Smarter retry logic for Gemini |
| 12 | +- Fix Gemini command escaping |
| 13 | +- Support @-mentions of files with spaces in the name (thanks @samhvw8!) |
| 14 | +- Improvements to partial file reads (thanks @KJ7LNW!) |
| 15 | +- Fix list_code_definition_names to support files (thanks @KJ7LNW!) |
| 16 | +- Refactor tool-calling logic to make the code a lot easier to work with (thanks @diarmidmackenzie, @bramburn, @KJ7LNW, and everyone else who helped!) |
| 17 | +- Prioritize “Add to Context” in the code actions and include line numbers (thanks @samhvw8!) |
| 18 | +- Add an activation command that other extensions can use to interface with Roo Code (thanks @gtaylor!) |
| 19 | +- Preserve language characters in file @-mentions (thanks @aheizi!) |
| 20 | +- Browser tool improvements (thanks @afshawnlotfi!) |
| 21 | +- Display info about partial reads in the chat row |
| 22 | +- Link to the settings page from the auto-approve toolbar |
| 23 | +- Link to provider docs from the API options |
| 24 | +- Fix switching profiles to ensure only the selected profile is switched (thanks @feifei325!) |
| 25 | +- Allow custom o3-mini-<reasoning> model from OpenAI-compatible providers (thanks @snoyiatk!) |
| 26 | +- Edit suggested answers before accepting them (thanks @samhvw8!) |
| 27 | + |
3 | 28 | ## [3.10.5] - 2025-03-25 |
4 | 29 |
|
5 | 30 | - Updated value of max tokens for gemini-2.5-pro-03-25 to 65,536 (thanks @linegel!) |
|
0 commit comments