Skip to content

Commit b2f6012

Browse files
github-actions[bot]mrubens
authored andcommitted
Changeset version bump (#5358)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 601bee5 commit b2f6012

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

.changeset/v3.22.6.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Roo Code Changelog
22

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+
328
## [3.22.5] - 2025-06-28
429

530
- Remove Gemini CLI provider while we work with Google on a better integration

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.22.5",
6+
"version": "3.22.6",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)