mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#5358)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
7704463a7b
commit
6355cb010c
3 changed files with 26 additions and 28 deletions
|
|
@ -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!)
|
||||
25
CHANGELOG.md
25
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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue