|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.22.6] - 2025-07-02 |
| 4 | + |
| 5 | +- Add timer-based auto approve for follow up questions (thanks @liwilliam2021!) |
| 6 | +- Add import/export modes functionality |
| 7 | +- Add persistent version indicator on chat screen |
| 8 | +- Add automatic configuration import on extension startup (thanks @takakoutso!) |
| 9 | +- Add user-configurable search score threshold slider for semantic search (thanks @hannesrudolph!) |
| 10 | +- Add default headers and testing for litellm fetcher (thanks @andrewshu2000!) |
| 11 | +- Fix consistent cancellation error messages for thinking vs streaming phases |
| 12 | +- Fix AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!) |
| 13 | +- Fix URL loading timeout issues in @ mentions (thanks @MuriloFP!) |
| 14 | +- Fix API retry exponential backoff capped at 10 minutes (thanks @MuriloFP!) |
| 15 | +- Fix Qdrant URL field auto-filling with default value (thanks @SannidhyaSah!) |
| 16 | +- Fix profile context condensation threshold (thanks @PaperBoardOfficial!) |
| 17 | +- Fix apply_diff tool documentation for multi-file capabilities |
| 18 | +- Fix cache files excluded from rules compilation (thanks @MuriloFP!) |
| 19 | +- Add streamlined extension installation and documentation (thanks @devxpain!) |
| 20 | +- Prevent Architect mode from providing time estimates |
| 21 | +- Remove context size from environment details |
| 22 | +- Change default mode to architect for new installations |
| 23 | +- Suppress Mermaid error rendering |
| 24 | +- Improve Mermaid buttons with light background in light mode (thanks @chrarnoldus!) |
| 25 | +- Add .vscode/ to write-protected files/directories |
| 26 | +- Update AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!) |
| 27 | + |
3 | 28 | ## [3.22.5] - 2025-06-28 |
4 | 29 |
|
5 | 30 | - Remove Gemini CLI provider while we work with Google on a better integration |
|
0 commit comments