RooPrompts/docs/update-notes/v3.10.0.md
2025-05-17 14:58:58 +05:30

20 lines
No EOL
1.3 KiB
Markdown

# Roo Code 3.10.0 Release Notes (2025-03-20)
This release introduces suggested responses, improved large file handling, and enhanced @-mention capabilities.
## Feature Highlights
* **Suggested Responses:** Added options for quick responses when Roo asks questions. Pick from a list instead of typing everything out. (thanks samhvw8!)
* **Large File Support:** Reading large files is now more efficient with chunked loading, allowing work with files that previously caused context issues. (thanks samhvw8!)
* **Improved @-mentions:** Completely redesigned file and folder lookup for @-mentions, using server-side processing with gitignore support for more accurate results when referencing workspace files.
## Bug Fixes & Improvements
* Made suggested responses optional to prevent conflicts with overridden system prompts.
* Fixed MCP error logging. (thanks aheizi!)
* Fixed changelog formatting in GitHub Releases. (thanks pdecat!)
* Fixed bug causing task history loss when using WSL.
* Consolidated code actions into a submenu. (thanks samhvw8!)
* Improved `search_files` tool formatting and logic. (thanks KJ7LNW!)
* Added fake provider for integration tests. (thanks franekp!)
* Reflected Cross-region inference option in ap-xx region. (thanks Yoshino-Yukitaro!)