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.15.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Roo Code 3.15 Release Notes (2025-05-02)
1
+
# Roo Code 3.15 Release Notes (2025-05-05)
2
2
3
-
This release introduces prompt caching for Google Vertex, improved terminal command handling, UI/UX enhancements, provider updates, and several other improvements and bug fixes.
3
+
This release introduces prompt caching for Google Vertex, improved terminal command handling, UI/UX enhancements, provider updates, performance improvements, and several other improvements and bug fixes across versions 3.15.0 to 3.15.5.
4
4
5
5
## Prompt Caching for Google Vertex
6
6
@@ -47,9 +47,13 @@ This release introduces prompt caching for Google Vertex, improved terminal comm
47
47
* Improved the reliability of stopping terminal commands.
48
48
* Refined inline code styling in chat for better readability (thanks dicharkan!).
49
49
* Clarified tool group display in the Modes view when no tool groups are present.
50
+
* Rendering performance improvements for code blocks in chat (thanks KJ7LNW!).
50
51
51
52
## Bug Fixes
52
53
54
+
* Fix a nasty bug that would cause Roo Code to hang, particularly in orchestrator mode.
55
+
* Terminal: Fix empty command bug.
56
+
* Terminal: More robust process killing.
53
57
* Made retries respect the global auto-approve checkbox.
54
58
* Fixed a selection mode bug in the history view (thanks jr!).
55
59
* Fixed file mentions for filenames containing spaces.
@@ -61,7 +65,11 @@ This release introduces prompt caching for Google Vertex, improved terminal comm
61
65
* Added a reasoning effort setting for OpenAI Compatible providers (thanks mr-ryan-james).
62
66
* Added support for custom API base URLs for OpenAI/OpenAI Compatible providers (thanks gongzhongqiang!).
63
67
* Added support for custom headers for OpenAI Compatible providers.
68
+
* Update `@google/genai` to `0.12` (includes some streaming completion bug fixes).
0 commit comments