You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This release improves performance for large codebases and enhances development workflows.
3
+
keywords:
4
+
- roo code 3.23.16
5
+
- performance improvements
6
+
- code indexing
7
+
- rate limiting
8
+
image: /img/social-share.jpg
9
+
---
10
+
11
+
# Roo Code 3.23.16 Release Notes (2025-07-19)
12
+
13
+
This release improves performance for large codebases and enhances development workflows.
14
+
15
+
## Performance Improvements
16
+
17
+
***Code Indexing**: Added memory-safe batch limiting to prevent overflow when scanning large codebases (thanks daniel-lxs!) ([#5891](https://github.com/RooCodeInc/Roo-Code/pull/5891))
18
+
***API Rate Limiting**: Implemented global rate limiting with exponential backoff for OpenAI-compatible embeddings, preventing API overload and improving reliability (thanks daniel-lxs!) ([#5854](https://github.com/RooCodeInc/Roo-Code/pull/5854))
19
+
20
+
## QOL Improvements
21
+
22
+
***Development Environment**: Fixed Docker port conflicts for evaluation services by using ports 5433 (PostgreSQL) and 6380 (Redis) instead of default ports (thanks roomote!) ([#5909](https://github.com/RooCodeInc/Roo-Code/pull/5909))
23
+
***Release Engineering**: Enhanced release notes generation to include issue numbers and reporters for better attribution (thanks roomote!) ([#5940](https://github.com/RooCodeInc/Roo-Code/pull/5940))
24
+
25
+
## Misc Improvements
26
+
27
+
***Repository Statistics**: Excluded non-English translation files from GitHub language statistics for more accurate codebase representation (thanks roomote!) ([#5943](https://github.com/RooCodeInc/Roo-Code/pull/5943))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.23.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ We've added native Windows support for the Claude Code provider (thanks Sannidhy
133
133
-**Project Analysis**: Fixed list-files tool to ensure complete directory structure is visible when analyzing large projects (thanks qdaxb!) ([#5303](https://github.com/RooCodeInc/Roo-Code/pull/5303))
134
134
-**API Task Logging**: Fixed an issue where API-initiated tasks would attempt to write logs to workspace directories that might not exist. Logs now write to the system's temporary directory instead ([#5833](https://github.com/RooCodeInc/Roo-Code/pull/5833))
135
135
-**Claude Model Detection**: Fixed context length errors when using Claude models through alternative providers like Google Vertex AI (thanks daniel-lxs, TheFynx!)
136
+
-**Development Environment**: Fixed Docker port conflicts for evaluation services by using ports 5433 (PostgreSQL) and 6380 (Redis) instead of default ports (thanks roomote!)
136
137
137
138
## Provider Updates
138
139
@@ -146,6 +147,10 @@ We've added native Windows support for the Claude Code provider (thanks Sannidhy
146
147
147
148
## Misc Improvements
148
149
150
+
-**Code Indexing**: Added memory-safe batch limiting to prevent overflow when scanning large codebases (thanks daniel-lxs!)
151
+
-**API Rate Limiting**: Implemented global rate limiting with exponential backoff for OpenAI-compatible embeddings, preventing API overload and improving reliability (thanks daniel-lxs!)
152
+
-**Release Engineering**: Enhanced release notes generation to include issue numbers and reporters for better attribution (thanks roomote!)
153
+
-**Repository Statistics**: Excluded non-English translation files from GitHub language statistics for more accurate codebase representation (thanks roomote!)
149
154
-**Error Telemetry**: Improved debugging capabilities for better reliability and faster issue resolution, with enhanced privacy protection through hashed file paths (thanks daniel-lxs!) ([#5595](https://github.com/RooCodeInc/Roo-Code/pull/5595))
150
155
-**Type Definitions**: Updated internal type definitions for improved compatibility and development experience
151
156
-**GitHub Actions**: Fixed GitHub Actions workflow warnings by removing invalid parameters from CI/CD configuration (thanks hamirmahal!) ([#5676](https://github.com/RooCodeInc/Roo-Code/pull/5676))
0 commit comments