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.16.2.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
This release includes clearer XML tool use formatting instructions for easier understanding and improved error handling for a more robust experience.
4
4
5
-
## QOL Improvements
6
-
***Clarified XML Tool Formatting Instructions**: Documentation and prompts now provide clearer examples of how to format XML tool use. This helps users and contributors avoid mistakes and work more efficiently.
5
+
## Tool Use Improvements
6
+
***Clarified XML Tool Formatting Instructions**: Documentation and prompts now provide clearer examples of how to format XML tool use, preventing the `<tool_name>` and other tool use errors.
7
+
* This fix is largely targeted at issues faced with Gemini 2.5 when using tools
7
8
8
9
## Misc Improvements
9
10
***Improved Error Handling for Streaming**: Fixed an issue where the app could get stuck waiting for a response. The app now recovers gracefully from errors during streaming, reducing the likelihood of unresponsive behavior and improving reliability. (thanks monkeyDluffy6017!)
Copy file name to clipboardExpand all lines: docs/update-notes/v3.16.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ Navigating code discussed in AI responses is now significantly easier:
33
33
34
34
<imgsrc="/img/v3.16/v3.16.png"alt="Clickable code references in chat"width="450" />
35
35
36
+
## Tool Use Improvements
37
+
***Clarified XML Tool Formatting Instructions**: Documentation and prompts now provide clearer examples of how to format XML tool use, preventing the `<tool_name>` and other tool use errors.
38
+
* This fix is largely targeted at issues faced with Gemini 2.5 when using tools
39
+
36
40
## Continued UI/UX Improvements (thanks @elianiva!)
37
41
38
42
General UI improvements for a more consistent, visually appealing, and intuitive experience:
@@ -69,7 +73,6 @@ We've implemented a mechanism to detect and prevent tool execution loops, enhanc
69
73
This ensures a smoother, more reliable, and frustration-free interaction with the extension's tools.
70
74
***Dutch Localization Added**: Added Dutch language support, allowing Dutch-speaking users to use the extension in their native language for a more inclusive experience. (thanks Githubguy132010!)
71
75
***Responsive Footer Buttons in About Section**: Fixed the layout of footer buttons in the About section, ensuring they wrap correctly on narrow screens for a better mobile experience and improved accessibility. (thanks ecmasx!)
72
-
***Clarified XML Tool Formatting Instructions**: Documentation and prompts now provide clearer examples of how to format XML tool use. This helps users and contributors avoid mistakes and work more efficiently. (thanks Hannes Rudolph!)
73
76
* Improve accessibility of auto-approve toggles (thanks Deon588!)
74
77
* You can now toggle the `terminal.integrated.inheritEnv` VSCode setting directly for the Roo Code settings (thanks KJ7LNW!)
0 commit comments