Skip to content

Commit 26ca7e2

Browse files
committed
3.19.4 missed update
1 parent 9ae6df4 commit 26ca7e2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/update-notes/v3.19.4.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ We've resolved multiple memory leaks across the extension, resulting in improved
1414
- **Clipboard**: useCopyToClipboard now clears setTimeout to avoid memory leaks (thanks kiwina!)
1515
- **ClineProvider**: Instance cleanup improved to prevent lingering resources (thanks xyOz-dev!)
1616

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+
1725
## QOL Improvements
1826

1927
* **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!)
2028

2129
## Misc Improvements
2230

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!)
2332
* **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!)
2433
* **Improved Docker setup for evals**: Dockerfile and docker-compose updated for better isolation, real-time monitoring, and streamlined configuration
2534
* **Move evals into pnpm workspace, switch from SQLite to Postgres**: Evals are now managed in a pnpm workspace and use PostgreSQL for improved scalability

docs/update-notes/v3.19.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ This release series focuses on streamlining the user interface with intelligent
66

77
* **Gemini Latency**: Replaced explicit caching with implicit caching for Gemini models to significantly reduce latency ([#4488](https://github.com/RooCodeInc/Roo-Code/pull/4488))
88

9+
* **Bedrock**: Improved model information detection for custom Bedrock ARNs, ensuring better compatibility (thanks adamhill!)
10+
911
## QOL Improvements
1012

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!)
1114
* **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))
1215
* **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))
1316

1417
## Bug Fixes
1518

19+
* **Mermaid Diagrams**: Fixed Content Security Policy (CSP) errors for Mermaid diagrams by implementing an enhanced bundling strategy (thanks KJ7LNW!)
1620
* **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))
1721
* **Copy Button**: Fixed an issue with the copy button logic (thanks samhvw8!) ([#4458](https://github.com/RooCodeInc/Roo-Code/pull/4458))
1822

@@ -22,6 +26,8 @@ This release series focuses on streamlining the user interface with intelligent
2226

2327
## Misc Improvements
2428

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!)
2531
* **Build Scripts**: Removed unnecessary `npx` usage from some npm scripts (thanks user202729!) ([#4003](https://github.com/RooCodeInc/Roo-Code/pull/4003))
2632

2733
Thank you to all our contributors for making Roo Code better with each release!

0 commit comments

Comments
 (0)