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
Copy file name to clipboardExpand all lines: docs/update-notes/v3.19.4.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,21 @@ We've resolved multiple memory leaks across the extension, resulting in improved
14
14
-**Clipboard**: useCopyToClipboard now clears setTimeout to avoid memory leaks (thanks kiwina!)
15
15
-**ClineProvider**: Instance cleanup improved to prevent lingering resources (thanks xyOz-dev!)
16
16
17
+
## Bug Fixes
18
+
19
+
***Mermaid Diagrams**: Fixed Content Security Policy (CSP) errors for Mermaid diagrams by implementing an enhanced bundling strategy (thanks KJ7LNW!)
20
+
21
+
## Provider Updates
22
+
23
+
***Bedrock**: Improved model information detection for custom Bedrock ARNs, ensuring better compatibility (thanks adamhill!)
24
+
17
25
## QOL Improvements
18
26
19
27
***Fix reading PDF, DOCX, and IPYNB files in [`read_file`](/advanced-usage/available-tools/read-file) tool**: Ensures reliable reading of these file types (thanks samhvw8!)
20
28
21
29
## Misc Improvements
22
30
31
+
***OpenAI Compatible Embedder**: Added a new embedder for codebase indexing that is compatible with the OpenAI API, expanding options for local and custom embedding models (thanks SannidhyaSah!)
23
32
***Enforce [`codebase_search`](/advanced-usage/available-tools/codebase-search) as primary tool**: Roo Code now always uses codebase_search as the first step for code understanding tasks, improving accuracy and consistency (thanks hannesrudolph!)
24
33
***Improved Docker setup for evals**: Dockerfile and docker-compose updated for better isolation, real-time monitoring, and streamlined configuration
25
34
***Move evals into pnpm workspace, switch from SQLite to Postgres**: Evals are now managed in a pnpm workspace and use PostgreSQL for improved scalability
Copy file name to clipboardExpand all lines: docs/update-notes/v3.19.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,17 @@ This release series focuses on streamlining the user interface with intelligent
6
6
7
7
***Gemini Latency**: Replaced explicit caching with implicit caching for Gemini models to significantly reduce latency ([#4488](https://github.com/RooCodeInc/Roo-Code/pull/4488))
8
8
9
+
***Bedrock**: Improved model information detection for custom Bedrock ARNs, ensuring better compatibility (thanks adamhill!)
10
+
9
11
## QOL Improvements
10
12
13
+
***Fix reading PDF, DOCX, and IPYNB files in [`read_file`](/advanced-usage/available-tools/read-file) tool**: Ensures reliable reading of these file types (thanks samhvw8!)
11
14
***MCP Server Management**: Users can now manually refresh the list of MCP servers. The UI has also been improved to correctly reflect state changes when managing servers (thanks taylorwilsdon!) ([#4267](https://github.com/RooCodeInc/Roo-Code/pull/4267))
12
15
***History Preview**: Buttons in the history preview now fade when there is no interaction, providing a cleaner UI (thanks samhvw8!) ([#4458](https://github.com/RooCodeInc/Roo-Code/pull/4458))
13
16
14
17
## Bug Fixes
15
18
19
+
***Mermaid Diagrams**: Fixed Content Security Policy (CSP) errors for Mermaid diagrams by implementing an enhanced bundling strategy (thanks KJ7LNW!)
16
20
***LiteLLM Provider**: Fixed a bug that caused an error when the LiteLLM provider URL contained a trailing slash (thanks kcwhite!) ([#4275](https://github.com/RooCodeInc/Roo-Code/pull/4275))
17
21
***Copy Button**: Fixed an issue with the copy button logic (thanks samhvw8!) ([#4458](https://github.com/RooCodeInc/Roo-Code/pull/4458))
18
22
@@ -22,6 +26,8 @@ This release series focuses on streamlining the user interface with intelligent
22
26
23
27
## Misc Improvements
24
28
29
+
***OpenAI Compatible Embedder**: Added a new embedder for codebase indexing that is compatible with the OpenAI API, expanding options for local and custom embedding models (thanks SannidhyaSah!)
30
+
***Enforce [`codebase_search`](/advanced-usage/available-tools/codebase-search) as primary tool**: Roo Code now always uses codebase_search as the first step for code understanding tasks, improving accuracy and consistency (thanks hannesrudolph!)
25
31
***Build Scripts**: Removed unnecessary `npx` usage from some npm scripts (thanks user202729!) ([#4003](https://github.com/RooCodeInc/Roo-Code/pull/4003))
26
32
27
33
Thank you to all our contributors for making Roo Code better with each release!
0 commit comments