diff --git a/.changeset/v3.22.6.md b/.changeset/v3.22.6.md deleted file mode 100644 index 184144fa2c..0000000000 --- a/.changeset/v3.22.6.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add automatic configuration import on extension startup (thanks @takakoutso!) -- Add user-configurable search score threshold slider for semantic search (thanks @hannesrudolph!) -- Add import/export modes functionality (thanks @hannesrudolph!) -- Add persistent version indicator on chat screen (thanks @hannesrudolph!) -- Add default headers and testing for litellm fetcher (thanks @andrewshu2000!) -- Add translation orchestration for PR Fixer and Issue Fixer modes (thanks @hannesrudolph!) -- Add auto approve follow up questions (thanks @liwilliam2021!) -- Fix consistent cancellation error messages for thinking vs streaming phases (thanks @roomote!) -- Fix AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!) -- Fix URL loading timeout issues in @ mentions (thanks @MuriloFP!) -- Fix API retry exponential backoff capped at 10 minutes (thanks @MuriloFP!) -- Fix Qdrant URL field auto-filling with default value (thanks @SannidhyaSah!) -- Fix profile context condensation threshold (thanks @PaperBoardOfficial!) -- Fix apply_diff tool documentation for multi-file capabilities -- Fix cache files excluded from rules compilation (thanks @MuriloFP!) -- Add streamlined extension installation and documentation (thanks @devxpain!) -- Fix Architect mode from providing time estimates -- Remove context size from environment details -- Change default mode to architect for new installations -- Suppress Mermaid error rendering -- Improve Mermaid buttons with light background in light mode (thanks @chrarnoldus!) -- Add .vscode/ to write-protected files/directories -- Update AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fe9aef4c..9a629487e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Roo Code Changelog +## [3.22.6] - 2025-07-02 + +- Add timer-based auto approve for follow up questions (thanks @liwilliam2021!) +- Add import/export modes functionality +- Add persistent version indicator on chat screen +- Add automatic configuration import on extension startup (thanks @takakoutso!) +- Add user-configurable search score threshold slider for semantic search (thanks @hannesrudolph!) +- Add default headers and testing for litellm fetcher (thanks @andrewshu2000!) +- Fix consistent cancellation error messages for thinking vs streaming phases +- Fix AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!) +- Fix URL loading timeout issues in @ mentions (thanks @MuriloFP!) +- Fix API retry exponential backoff capped at 10 minutes (thanks @MuriloFP!) +- Fix Qdrant URL field auto-filling with default value (thanks @SannidhyaSah!) +- Fix profile context condensation threshold (thanks @PaperBoardOfficial!) +- Fix apply_diff tool documentation for multi-file capabilities +- Fix cache files excluded from rules compilation (thanks @MuriloFP!) +- Add streamlined extension installation and documentation (thanks @devxpain!) +- Prevent Architect mode from providing time estimates +- Remove context size from environment details +- Change default mode to architect for new installations +- Suppress Mermaid error rendering +- Improve Mermaid buttons with light background in light mode (thanks @chrarnoldus!) +- Add .vscode/ to write-protected files/directories +- Update AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!) + ## [3.22.5] - 2025-06-28 - Remove Gemini CLI provider while we work with Google on a better integration diff --git a/src/package.json b/src/package.json index 4232bf2be7..30168c951c 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.22.5", + "version": "3.22.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",