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
<criterion>All links and references are correct</criterion>
127
+
<criterion>The final release notes need to specifically include only the items (or groups) referred to in the changelog for the version we are working on</criterion>
@@ -24,18 +42,6 @@ The Roo Code Marketplace is a central hub for discovering and installing communi
24
42
25
43
The Roo Code Marketplace is available directly within the Roo Code extension in VS Code. Access it by clicking the marketplace icon <Codiconname="extensions" /> in the top menu bar.
26
44
27
-
:::warning Experimental Feature
28
-
The Marketplace is an experimental feature and must be enabled in settings.
29
-
30
-
1. Open Roo Code settings (<Codiconname="gear" />).
31
-
2. Navigate to **Roo Code > Experimental Settings**.
32
-
3. Enable the **Marketplace** option.
33
-
34
-
<imgsrc="/img/marketplace/marketplace-7.png"alt="Enable Marketplace toggle in experimental settings"width="400" />
35
-
36
-
See the main [Experimental Features](/features/experimental/experimental-features) page for more information.
This release launches the Roo Marketplace, adds support for the latest Gemini 2.5 models, and introduces Excel file support along with numerous improvements and fixes.
We're excited to announce the official launch of the [Roo Marketplace](/features/marketplace) ([#4788](https://github.com/RooCodeInc/Roo-Code/pull/4788)):
8
+
9
+
-**Discover Great MCPs and Modes**: Browse and install community-created Model Context Protocol servers and custom modes directly from within Roo Code
10
+
-**Seamless Integration**: The marketplace is now available to all users without needing experimental features
11
+
-**Easy Installation**: Find and install the tools you need with just a few clicks
12
+
13
+
The Roo Marketplace makes it easy to extend Roo Code's functionality with powerful integrations created by our vibrant community.
We've added support for [Google's latest Gemini 2.5 models](https://blog.google/products/gemini/gemini-2-5-model-family-expands/) (thanks @daniel-lxs!) ([#4762](https://github.com/RooCodeInc/Roo-Code/pull/4762), [#4770](https://github.com/RooCodeInc/Roo-Code/pull/4770), [#4767](https://github.com/RooCodeInc/Roo-Code/pull/4767)):
18
+
19
+
-**Gemini 2.5 Pro**: Enhanced capabilities for complex coding tasks
20
+
-**Gemini 2.5 Flash**: Fast model with improved performance
21
+
-**Gemini 2.5 Flash Lite**: Lightweight model perfect for quick tasks
22
+
23
+
These new models bring enhanced reasoning capabilities and better performance across various coding tasks.
24
+
25
+
## Excel File Support
26
+
27
+
Added support for reading Excel (.xlsx) files in tools (thanks @chrarnoldus!) ([#4751](https://github.com/RooCodeInc/Roo-Code/pull/4751)). You can now:
28
+
29
+
-**Read Excel Files**: Directly analyze and work with Excel spreadsheets
30
+
-**Extract Data**: Access cell values, formulas, and sheet information
31
+
-**Seamless Integration**: Works with all existing Roo Code tools and features
32
+
33
+
## QOL Improvements
34
+
35
+
***OpenAI Compatible Max Tokens**: Added checkbox option for max tokens in OpenAI compatible provider settings (thanks @AlexandruSmirnov!) ([#4600](https://github.com/RooCodeInc/Roo-Code/pull/4600), [#4623](https://github.com/RooCodeInc/Roo-Code/pull/4623))
36
+
***Provider Updates**: Updated model lists and pricing for Groq & Mistral (thanks @KanTakahiro!) ([#4798](https://github.com/RooCodeInc/Roo-Code/pull/4798), [#4797](https://github.com/RooCodeInc/Roo-Code/pull/4797))
37
+
***Terminal Details**: Now includes current working directory for better context awareness ([#4783](https://github.com/RooCodeInc/Roo-Code/pull/4783))
38
+
***Multi-file Diff**: Encourages use of start_line parameter to match legacy diff behavior ([#4777](https://github.com/RooCodeInc/Roo-Code/pull/4777))
39
+
40
+
## UI/UX Improvements
41
+
42
+
***Marketplace Branding**: Updated to show "Roo Marketplace" for consistent branding (thanks @SannidhyaSah!) ([#4718](https://github.com/RooCodeInc/Roo-Code/pull/4718))
43
+
***History UI**: Refactored to more consistent and modern interface (thanks @elianiva!) ([#4598](https://github.com/RooCodeInc/Roo-Code/pull/4598))
44
+
***Context Menu**: Adjusted positioning to be near GitHub Copilot for easier access ([#4306](https://github.com/RooCodeInc/Roo-Code/pull/4306))
45
+
***Panel Focus**: Always focus the panel when clicked to ensure menu buttons are visible (thanks @hassoncs!) ([#4312](https://github.com/RooCodeInc/Roo-Code/pull/4312))
46
+
47
+
## Bug Fixes
48
+
49
+
***API Conversation History**: Added proper error handling for conversation history issues (thanks @KJ7LNW!) ([#4741](https://github.com/RooCodeInc/Roo-Code/pull/4741), [#4738](https://github.com/RooCodeInc/Roo-Code/pull/4738))
50
+
***Model ID Errors**: Fixed ambiguous model ID error messages (thanks @elianiva!) ([#4709](https://github.com/RooCodeInc/Roo-Code/pull/4709), [#4710](https://github.com/RooCodeInc/Roo-Code/pull/4710))
***Subtask Completion**: Fixed mismatch between subtask and overall task completion (thanks @feifei325!) ([#4656](https://github.com/RooCodeInc/Roo-Code/pull/4656))
54
+
***Windows MCP Configuration**: Fixed path normalization in MCP variable injection on Windows (thanks @daniel-lxs!) ([#4607](https://github.com/RooCodeInc/Roo-Code/pull/4607))
55
+
56
+
## Misc Improvements
57
+
58
+
***Test Mode Update**: Updated test mode to support Vitest testing framework ([#4778](https://github.com/RooCodeInc/Roo-Code/pull/4778))
59
+
***Working Directory Warning**: Removed unnecessary warning about working directory changes ([#4795](https://github.com/RooCodeInc/Roo-Code/pull/4795))
60
+
***Telemetry**: Added marketplace tab view and install click tracking ([#4781](https://github.com/RooCodeInc/Roo-Code/pull/4781))
61
+
***Windows Docker**: Updated evals Docker setup to work on Windows (thanks @StevenTCramer!) ([#4467](https://github.com/RooCodeInc/Roo-Code/pull/4467))
0 commit comments