Skip to content

Commit 18ee69d

Browse files
3.16 (#171)
* docs: Add Chutes AI and Groq provider documentation; update sidebar and release notes for version 3.16 * docs: Update v3.16 release notes with new features, UI improvements, and bug fixes * docs: Revise v3.16 release notes to enhance clarity and detail; update sections on Gemini model, settings navigation, and bug fixes * docs: Add v3.16.0 release notes and update sidebar for version 3.16.0 * Update docs/update-notes/v3.16.md Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent c2ab3af commit 18ee69d

File tree

9 files changed

+201
-1
lines changed

9 files changed

+201
-1
lines changed

docs/providers/chutes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
sidebar_label: Chutes AI
3+
---
4+
5+
# Using Chutes AI With Roo Code
6+
7+
Chutes.ai offers free API access to several large language models (LLMs), allowing developers to integrate and experiment with these models without immediate financial commitment. They provide access to a curated set of open-source and proprietary language models, often with a focus on specific capabilities or regional language support.
8+
9+
**Website:** [https://chutes.ai/](https://chutes.ai/)
10+
11+
## Getting an API Key
12+
13+
To use Chutes AI with Roo Code, obtain an API key from the [Chutes AI platform](https://chutes.ai/). After signing up or logging in, you should find an option to generate or retrieve your API key within your account dashboard or settings.
14+
15+
## Supported Models
16+
17+
Roo Code will attempt to fetch the list of available models from the Chutes AI API. The specific models available will depend on Chutes AI's current offerings.
18+
19+
Always refer to the official Chutes AI documentation or your dashboard for the most up-to-date list of supported models.
20+
21+
## Configuration in Roo Code
22+
23+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
24+
2. **Select Provider:** Choose "Chutes AI" from the "API Provider" dropdown.
25+
3. **Enter API Key:** Paste your Chutes AI API key into the "Chutes AI API Key" field.
26+
4. **Select Model:** Choose your desired model from the "Model" dropdown.

docs/providers/groq.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
sidebar_label: Groq
3+
---
4+
5+
# Using Groq With Roo Code
6+
7+
Groq specializes in providing very high-speed inference for large language models, utilizing their custom-built Language Processing Units (LPUs). This can result in significantly faster response times for supported models.
8+
9+
**Website:** [https://groq.com/](https://groq.com/)
10+
11+
## Getting an API Key
12+
13+
To use Groq with Roo Code, you'll need an API key from the [GroqCloud Console](https://console.groq.com/). After signing up or logging in, navigate to the API Keys section of your dashboard to create and copy your key.
14+
15+
## Supported Models
16+
17+
Roo Code will attempt to fetch the list of available models from the Groq API. Common models available via Groq include:
18+
19+
* `llama3-8b-8192`
20+
* `llama3-70b-8192`
21+
* `mixtral-8x7b-32768`
22+
* `gemma-7b-it`
23+
24+
Refer to the [Groq Documentation](https://console.groq.com/docs/models) for the most up-to-date list of supported models and their capabilities.
25+
26+
## Configuration in Roo Code
27+
28+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
29+
2. **Select Provider:** Choose "Groq" from the "API Provider" dropdown.
30+
3. **Enter API Key:** Paste your Groq API key into the "Groq API Key" field.
31+
4. **Select Model:** Choose your desired model from the "Model" dropdown.

docs/update-notes/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This section contains notes about recent updates to Roo Code, listed by version number.
44

5+
## Version 3.16
6+
7+
* [3.16](/update-notes/v3.16) (2025-05-06)
8+
59
## Version 3.15
610

711
* [3.15](/update-notes/v3.15) (2025-05-05)

docs/update-notes/v3.16.0.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Roo Code 3.16.0 Release Notes
2+
3+
*Release notes for Roo Code v3.16.0, published on 2025-05-06.*
4+
5+
This release introduces vertical tab navigation for settings, new API providers ([Groq](/providers/groq) and [Chutes AI](/providers/chutes)), clickable code references, and numerous UI/UX enhancements, alongside various bug fixes and miscellaneous improvements.
6+
7+
## Gemini Model and Caching Updates
8+
- The `gemini-2.5-pro-preview-05-06` model is now available for [Vertex](/providers/vertex) and [Google Gemini](/providers/gemini) providers. Users of the older `gemini-2.5-pro-preview-03-25` will automatically benefit from this newer model, as the previous ID now aliases to the latest version on Google's backend. No configuration changes are needed. (thanks @zetaloop!)
9+
- Prompt caching is now enabled by default for supported Gemini models on the [Vertex](/providers/vertex) and [Google Gemini](/providers/gemini) providers, leading to:
10+
- **Faster Responses for Repeated Queries**: Gemini remembers previous similar prompts.
11+
- **Reduced API Usage**: Minimizes redundant API calls.
12+
- **Simplified Experience with Opt-Out Control**: Active out-of-the-box, but can be disabled in settings.
13+
14+
## Total Settings Navigation Overhaul (thanks @dlab-anton!)
15+
16+
The settings interface has been revamped with a new vertical tab layout for a more efficient and intuitive experience:
17+
- **One-Click Access:** Navigate between settings sections with a single click via the new vertical tabs in the settings view.
18+
- **Improved Layout and Clarity:** Settings are now organized in a clear vertical list for better visibility.
19+
20+
<img src="/img/v3.16/v3.16.gif" alt="Settings vertical tab navigation" width="800" />
21+
22+
## MCP Service Improvements
23+
24+
- MCP server errors are now captured and shown in a new "Errors" tab (thanks @robertheadley!)
25+
- Error logging will no longer break MCP functionality if the server is properly connected (thanks @ksze!)
26+
27+
## Clickable Code References in Chat (thanks @KJ7LNW!)
28+
29+
Navigating code discussed in AI responses is now significantly easier:
30+
- **Clickable Code and Filenames**: Any [`code`](#) or [`filename.extension()`](#) mentioned by the AI is now a clickable link.
31+
- **Jump to Specific Lines**: Links open the relevant file in your editor and navigate directly to the referenced line number.
32+
- **Streamlined Code Exploration**: Quickly move from AI explanations to the exact spot in your codebase.
33+
34+
<img src="/img/v3.16/v3.16.png" alt="Clickable code references in chat" width="450" />
35+
36+
## Continued UI/UX Improvements (thanks @elianiva!)
37+
38+
General UI improvements for a more consistent, visually appealing, and intuitive experience:
39+
- **Visually Unified Design**: A more consistent look and feel across settings, prompt interactions, and mode selections.
40+
- **Improved Theme Adaptability**: Better consistency across different VS Code themes.
41+
- **Streamlined Interactions**: Tidied up UI elements like mode selection and prompt enhancement areas.
42+
- **Modernized Icons and Tooltips for Code Blocks**: Code block controls (copy, wrap, expand/collapse) now use crisp Lucide icons and feature translated tooltips for better accessibility.
43+
44+
<img src="/img/v3.16/v3.16-1.png" alt="General UI/UX improvements example" width="800" />
45+
46+
*These are just a few examples of the many UI/UX improvements in this release.*
47+
48+
## New Provider: Groq Integration (thanks @shariqriazz!)
49+
You can now connect to [Groq](/providers/groq) and utilize their high-speed language models directly within the extension.
50+
51+
## New Provider: Chutes AI Integration (thanks @shariqriazz!)
52+
Support for [Chutes AI](/providers/chutes) has also been added, allowing you to leverage their specialized AI capabilities.
53+
54+
## Misc. Bug Fixes & QOL Improvements
55+
56+
- Fix migration and persistence of per-mode API profiles (thanks @alasano!)
57+
- Fix usage of [`path.basename()`](#) in the extension webview (thanks @samhvw8!)
58+
- Fix display issue of the programming language dropdown in the code block component (thanks @zhangtony239!)
59+
- Requesty provider fixes (thanks @dtrugman!)
60+
- Improve accessibility of auto-approve toggles (thanks @Deon588!)
61+
- You can now toggle the [`terminal.integrated.inheritEnv`](#) VSCode setting directly for the Roo Code settings (thanks @KJ7LNW!)
62+
- Ensure evals exercises are up-to-date before running evals (thanks @shariqriazz!)
63+
- Organize provider settings into separate components
64+
- Add support for tests that use ESM libraries
65+
- Move environment detail generation to a separate module

docs/update-notes/v3.16.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Roo Code 3.16 Release Notes
2+
3+
*These release notes include all the improvements from v3.16.x. Last updated with 3.16.0 on 2025-05-06*
4+
5+
This release introduces vertical tab navigation for settings, new API providers (Groq and Chutes), clickable code references, and numerous UI/UX enhancements, alongside various bug fixes and miscellaneous improvements.
6+
7+
## Gemini Model and Caching Updates
8+
- The `gemini-2.5-pro-preview-05-06` model is now available for [Vertex](/providers/vertex) and [Google Gemini](/providers/gemini) providers. Users of the older `gemini-2.5-pro-preview-03-25` will automatically benefit from this newer model, as the previous ID now aliases to the latest version on Google's backend. No configuration changes are needed. (thanks @zetaloop!)
9+
- Prompt caching is now enabled by default for supported Gemini models on the [Vertex](/providers/vertex) and [Google Gemini](/providers/gemini) providers, leading to:
10+
- **Faster Responses for Repeated Queries**: Gemini remembers previous similar prompts.
11+
- **Reduced API Usage**: Minimizes redundant API calls.
12+
- **Simplified Experience with Opt-Out Control**: Active out-of-the-box, but can be disabled in settings.
13+
14+
## Total Settings Navigation Overhaul (thanks @dlab-anton!)
15+
16+
FINALLY the settings interface has been revamped with a new vertical tab layout for a more efficient and intuitive experience
17+
- **One-Click Access:** Navigate between settings sections with a single click via the new vertical tabs in the settings view.
18+
- **Improved Layout and Clarity:** Settings are now organized in a clear vertical list for better visibility.
19+
20+
<img src="/img/v3.16/v3.16.gif" alt="Settings vertical tab navigation" width="800" />
21+
22+
## MCP Service Improvements
23+
24+
- MCP server errors are now captured and shown in a new "Errors" tab (thanks @robertheadley!)
25+
- Error logging will no longer break MCP functionality if the server is properly connected (thanks @ksze!)
26+
27+
## Clickable Code References in Chat (thanks @KJ7LNW!)
28+
29+
Navigating code discussed in AI responses is now significantly easier:
30+
- **Clickable Code and Filenames**: Any `code` or `filename.extension()` mentioned by the AI is now a clickable link.
31+
- **Jump to Specific Lines**: Links open the relevant file in your editor and navigate directly to the referenced line number.
32+
- **Streamlined Code Exploration**: Quickly move from AI explanations to the exact spot in your codebase.
33+
34+
<img src="/img/v3.16/v3.16.png" alt="Clickable code references in chat" width="450" />
35+
36+
## Continued UI/UX Improvements (thanks @elianiva!)
37+
38+
General UI improvements for a more consistent, visually appealing, and intuitive experience:
39+
- **Visually Unified Design**: A more consistent look and feel across settings, prompt interactions, and mode selections.
40+
- **Improved Theme Adaptability**: Better consistency across different VS Code themes.
41+
- **Streamlined Interactions**: Tidied up UI elements like mode selection and prompt enhancement areas.
42+
- **Modernized Icons and Tooltips for Code Blocks**: Code block controls (copy, wrap, expand/collapse) now use crisp Lucide icons and feature translated tooltips for better accessibility.
43+
44+
<img src="/img/v3.16/v3.16-1.png" alt="General UI/UX improvements example" width="800" />
45+
46+
*These are just a few examples of the many UI/UX improvements in this release.*
47+
48+
## New Provider: Groq Integration (thanks @shariqriazz!)
49+
You can now connect to [Groq](/providers/groq) and utilize their high-speed language models directly within the extension.
50+
51+
## New Provider: Chutes AI Integration (thanks @shariqriazz!)
52+
Support for [Chutes AI](/providers/chutes) has also been added, allowing you to leverage their specialized AI capabilities.
53+
54+
## Misc. Bug Fixes & QOL Improvements
55+
56+
- Fix migration and persistence of per-mode API profiles (thanks @alasano!)
57+
- Fix usage of `path.basename` in the extension webview (thanks @samhvw8!)
58+
- Fix display issue of the programming language dropdown in the code block component (thanks @zhangtony239!)
59+
- Requesty provider fixes (thanks @dtrugman!)
60+
- Improve accessibility of auto-approve toggles (thanks @Deon588!)
61+
- You can now toggle the `terminal.integrated.inheritEnv` VSCode setting directly for the Roo Code settings (thanks @KJ7LNW!)
62+
- Ensure evals exercises are up-to-date before running evals (thanks @shariqriazz!)
63+
- Organize provider settings into separate components
64+
- Add support for tests that use ESM libraries
65+
- Move environment detail generation to a separate module

sidebars.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ const sidebars: SidebarsConfig = {
103103
'providers/anthropic',
104104
'providers/bedrock',
105105
'providers/deepseek',
106-
'providers/vertex',
106+
'providers/chutes',
107107
'providers/gemini',
108108
'providers/glama',
109+
'providers/groq',
109110
'providers/human-relay',
110111
'providers/lmstudio',
111112
'providers/mistral',
@@ -166,6 +167,14 @@ const sidebars: SidebarsConfig = {
166167
label: 'Update Notes',
167168
items: [
168169
'update-notes/index',
170+
{
171+
type: 'category',
172+
label: '3.16',
173+
items: [
174+
{ type: 'doc', id: 'update-notes/v3.16', label: '3.16 Combined' },
175+
{ type: 'doc', id: 'update-notes/v3.16.0', label: '3.16.0' },
176+
],
177+
},
169178
{
170179
type: 'category',
171180
label: '3.15',

static/img/v3.16/v3.16-1.png

620 KB
Loading

static/img/v3.16/v3.16.gif

9.06 MB
Loading

static/img/v3.16/v3.16.png

31.6 KB
Loading

0 commit comments

Comments
 (0)