Skip to content

Commit cd7e6db

Browse files
committed
Add release notes for version 3.22.5 and update sidebar navigation
1 parent d0a0c5d commit cd7e6db

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This section contains notes about recent updates to Roo Code, listed by version
55

66
## Version 3.22
77

8+
* [3.22.5](/update-notes/v3.22.5) (2025-06-29)
89
* [3.22.4](/update-notes/v3.22.4) (2025-06-27)
910
* [3.22.3](/update-notes/v3.22.3) (2025-06-27)
1011
* [3.22.2](/update-notes/v3.22.2) (2025-06-27)

docs/update-notes/v3.22.5.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Roo Code 3.22.5 Release Notes (2025-06-29)
2+
3+
This patch release removes the Gemini CLI provider and fixes several internal telemetry issues.
4+
5+
## Provider Updates
6+
7+
* **Gemini CLI Removal**: The Gemini CLI provider has been removed per Google's request for a more standard implementation. Users previously using the Gemini CLI provider should migrate to the standard Gemini provider for continued access to Gemini models ([#5223](https://github.com/RooCodeInc/Roo-Code/pull/5223))
8+
9+
## Bug Fixes
10+
11+
* **Repository URL Handling**: Fixed telemetry functionality to properly handle git repository URLs by automatically converting SSH URLs to HTTPS format, ensuring telemetry works correctly regardless of which URL format users have configured ([#5202](https://github.com/RooCodeInc/Roo-Code/pull/5202)) (thanks liwilliam2021!)
12+
* **Cloud Telemetry**: Fixed cloud telemetry capture for assistant messages that was accidentally broken by a previous optimization ([#5220](https://github.com/RooCodeInc/Roo-Code/pull/5220))
13+
* **Internal Telemetry**: Improved internal telemetry system to prevent duplicate event capturing, enhancing data accuracy and system efficiency ([#5211](https://github.com/RooCodeInc/Roo-Code/pull/5211))
14+
* **Type Error Prevention**: Fixed internal type errors when the gemini-cli provider is removed, ensuring smoother operation ([#5226](https://github.com/RooCodeInc/Roo-Code/pull/5226))

docs/update-notes/v3.22.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ This gives you another powerful free option alongside local models and other fre
5454

5555
## Bug Fixes
5656

57+
* **Repository URL Handling**: Fixed telemetry functionality to properly handle git repository URLs by automatically converting SSH URLs to HTTPS format, ensuring telemetry works correctly regardless of which URL format users have configured (thanks liwilliam2021!) ([#5202](https://github.com/RooCodeInc/Roo-Code/pull/5202))
58+
* **Cloud Telemetry**: Fixed cloud telemetry capture for assistant messages that was accidentally broken by a previous optimization ([#5220](https://github.com/RooCodeInc/Roo-Code/pull/5220))
59+
* **Internal Telemetry**: Improved internal telemetry system to prevent duplicate event capturing, enhancing data accuracy and system efficiency ([#5211](https://github.com/RooCodeInc/Roo-Code/pull/5211))
60+
* **Type Error Prevention**: Fixed internal type errors when the gemini-cli provider is removed, ensuring smoother operation ([#5226](https://github.com/RooCodeInc/Roo-Code/pull/5226))
5761
* **Task Sharing**: Fixed share button popover not opening when clicked - now works properly while maintaining tooltip functionality (thanks daniel-lxs!) ([#5203](https://github.com/RooCodeInc/Roo-Code/pull/5203))
5862
* **Claude Code Reliability**: Fixed hanging and failures when working with large conversation histories on Linux and Code-Server environments by implementing stdin streaming instead of command-line arguments (thanks Fovty, edgan, flyguy7299!) ([#5186](https://github.com/RooCodeInc/Roo-Code/pull/5186))
5963
* **Custom Modes**: Fixed JSON backwards compatibility for `.roomodes` files, ensuring older custom modes work correctly after updating from previous versions (thanks daniel-lxs, domc66, africa1207!) ([#5199](https://github.com/RooCodeInc/Roo-Code/pull/5199))
@@ -71,6 +75,7 @@ This gives you another powerful free option alongside local models and other fre
7175

7276
## Provider Updates
7377

78+
* **Gemini CLI Removal**: The Gemini CLI provider has been removed per Google's request for a more standard implementation. Users previously using the Gemini CLI provider should migrate to the standard Gemini provider for continued access to Gemini models ([#5223](https://github.com/RooCodeInc/Roo-Code/pull/5223))
7479
* **Claude Code**: Fixed token counting issues, message handling for long tasks, removed misleading UI controls, and improved caching/image upload ([#5108](https://github.com/RooCodeInc/Roo-Code/pull/5108), [#5072](https://github.com/RooCodeInc/Roo-Code/pull/5072), [#5105](https://github.com/RooCodeInc/Roo-Code/pull/5105), [#5113](https://github.com/RooCodeInc/Roo-Code/pull/5113))
7580
* **Azure OpenAI**: Fixed compatibility with reasoning models by removing unsupported temperature parameter (thanks ExactDoug!) ([#5116](https://github.com/RooCodeInc/Roo-Code/pull/5116))
7681
* **AWS Bedrock**: Improved throttling error detection and retry functionality ([#4748](https://github.com/RooCodeInc/Roo-Code/pull/4748))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ const sidebars: SidebarsConfig = {
206206
type: 'category',
207207
label: '3.22',
208208
items: [
209+
{ type: 'doc', id: 'update-notes/v3.22.5', label: '3.22.5' },
209210
{ type: 'doc', id: 'update-notes/v3.22.4', label: '3.22.4' },
210211
{ type: 'doc', id: 'update-notes/v3.22.3', label: '3.22.3' },
211212
{ type: 'doc', id: 'update-notes/v3.22.2', label: '3.22.2' },

0 commit comments

Comments
 (0)