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.24.0.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ This opens up Roo Code to the entire Hugging Face ecosystem of open source AI mo
35
35
36
36
Take control of how many diagnostic messages appear in your context with new settings (thanks hannesrudolph!) ([#5582](https://github.com/RooCodeInc/Roo-Code/pull/5582)):
37
37
38
-
-**Limit Errors and Warnings**: Prevent overwhelming amounts of diagnostics from cluttering the interface
38
+
-**Limit Errors and Warnings**: Prevent overwhelming amounts of diagnostics from filling up the model's context window
39
39
-**Improved Performance**: Reduce slowdowns caused by processing too many diagnostic messages
40
40
-**Legacy Code Support**: Especially helpful when working with codebases that temporarily have many errors during development
41
41
42
-
This feature is essential for maintaining focus when working with large or legacy codebases.
42
+
This feature is essential for preserving the context window when working with large or legacy codebases that have many diagnostic messages.
0 commit comments