Skip to content

Commit bb2e39e

Browse files
Add release notes for v3.26.4 (#328)
* Add release notes for v3.26.4 - Memory optimization for image handling - Bug fixes for special tokens handling - Ollama Turbo mode support - UI improvements (Cloud tab rename) - Kangaroo-themed release image * Fix: Properly blend v3.26.4 changes into combined notes - Integrated v3.26.4 changes into existing sections rather than separate section - Added version indicators (v3.26.4) to relevant items - Reorganized sections for better flow - Added Version History section at the end * Fix: Remove version history section from combined notes - Follow v3.25 and v3.24 pattern - no version history in combined docs - Keep features organized by theme without version indicators - Maintain clean structure matching other combined release notes
1 parent 34bbb71 commit bb2e39e

File tree

4 files changed

+50
-27
lines changed

4 files changed

+50
-27
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ image: /img/social-share.jpg
1919

2020
### Version 3.26
2121

22+
* [3.26.4](/update-notes/v3.26.4) (2025-09-01)
2223
* [3.26.3](/update-notes/v3.26.3) (2025-08-29)
2324
* [3.26.2](/update-notes/v3.26.2) (2025-08-28)
2425
* [3.26.1](/update-notes/v3.26.1) (2025-08-27)

docs/update-notes/v3.26.4.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
description: Memory optimization for image handling and bug fixes.
3+
keywords:
4+
- roo code 3.26.4
5+
- memory optimization
6+
- ollama turbo
7+
image: /img/social-share.jpg
8+
---
9+
10+
# Roo Code 3.26.4 Release Notes (2025-09-01)
11+
12+
This release focuses on memory optimization for image handling and includes several improvements.
13+
14+
## QOL Improvements
15+
16+
* **Memory Optimization**: Optimize memory usage for image handling in webview ([#7556](https://github.com/RooCodeInc/Roo-Code/pull/7556))
17+
18+
## Bug Fixes
19+
20+
* **Special Tokens Handling**: Fixed issue where special tokens would break task processing (thanks pwilkin!) ([#7540](https://github.com/RooCodeInc/Roo-Code/pull/7540))
21+
22+
## Provider Updates
23+
24+
* **Ollama Turbo Mode**: Added API key support for Turbo mode (thanks LivioGama!) ([#7425](https://github.com/RooCodeInc/Roo-Code/pull/7425))
25+
26+
## UI Updates
27+
28+
* **Cloud Tab Rename**: Renamed Account tab to Cloud tab for clarity ([#7558](https://github.com/RooCodeInc/Roo-Code/pull/7558))
29+
30+
## Misc Improvements
31+
32+
* **Release Image**: Added kangaroo-themed release image generation ([#7546](https://github.com/RooCodeInc/Roo-Code/pull/7546))

docs/update-notes/v3.26.mdx

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
---
2-
description: Roo Code v3.26 series - Grok Code Fast, built-in /init command, Qwen Code CLI API support, and Vercel AI Gateway integration.
2+
description: Roo Code v3.26 series - Grok Code Fast, built-in /init command, Qwen Code CLI API support, Vercel AI Gateway integration, and image generation enhancements.
33
keywords:
44
- roo code 3.26
55
- grok code fast
66
- init command
77
- qwen code cli
88
- vercel ai gateway
9+
- image generation
910
image: /img/social-share.jpg
1011
---
1112

1213
# Roo Code 3.26 Release Notes
1314

1415
This document combines all releases in the v3.26 series.
1516

16-
## Version 3.26.0 (2025-08-26)
17-
18-
This release introduces Grok Code Fast (formerly Sonic), a built-in /init command, and Qwen Code CLI API support.
19-
2017
### Grok Code Fast
18+
2119
As you may have already figured out, our stealth model Sonic has officially been uncloaked! ([#7426](https://github.com/RooCodeInc/Roo-Code/pull/7426))
2220

2321
From xAI, this model is optimized for coding tasks and already beloved by the community in Code Mode for its:
@@ -86,11 +84,13 @@ PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://
8684
8785
### Provider Updates
8886

87+
* **Ollama Turbo Mode**: Added API key support for Turbo mode, enabling faster model execution with datacenter-grade hardware (thanks LivioGama!) ([#7425](https://github.com/RooCodeInc/Roo-Code/pull/7425))
8988
* **DeepSeek V3.1 on Fireworks**: Added support for DeepSeek V3.1 model in the Fireworks AI provider (thanks dmarkey!) ([#7375](https://github.com/RooCodeInc/Roo-Code/pull/7375))
9089
* **Provider Visibility**: Static providers with no models are now hidden from the provider list for a cleaner interface ([#7392](https://github.com/RooCodeInc/Roo-Code/pull/7392))
9190

9291
### QOL Improvements
9392

93+
* **Memory Optimization**: Optimized memory usage for image handling in webview, achieving ~75% reduction in memory consumption ([#7556](https://github.com/RooCodeInc/Roo-Code/pull/7556))
9494
* **Auto-Approve Toggle UI**: The auto-approve toggle now stays at the bottom when expanded, reducing mouse movements (thanks elianiva, kyle-apex!) ([#7318](https://github.com/RooCodeInc/Roo-Code/pull/7318))
9595
* **OpenRouter Cache Pricing**: Cache read and write prices are now displayed for OpenRouter models (thanks chrarnoldus!) ([#7176](https://github.com/RooCodeInc/Roo-Code/pull/7176))
9696
* **Protected Workspace Files**: VS Code workspace configuration files (*.code-workspace) are now protected from accidental modification (thanks thelicato!) ([#7403](https://github.com/RooCodeInc/Roo-Code/pull/7403))
@@ -99,13 +99,13 @@ PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://
9999
* **Model ID Visibility**: API configuration dropdown now shows model IDs alongside profile names for easier identification ([#7423](https://github.com/RooCodeInc/Roo-Code/pull/7423))
100100
* **Chat UI Cleanup**: Improved consistency in chat input controls and fixed tooltip behavior ([#7436](https://github.com/RooCodeInc/Roo-Code/pull/7436))
101101
* **Clearer Task Headers**: Removed duplicate cache display in task headers to eliminate confusion ([#7443](https://github.com/RooCodeInc/Roo-Code/pull/7443))
102-
* Improved padding and click targets in the image model picker for easier selection and fewer misclicks. (#[7494](https://github.com/RooCodeInc/Roo-Code/pull/7494))
103-
* Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479))
104-
* Improved padding and click targets in the image model picker for easier selection and fewer misclicks. (#[7494](https://github.com/RooCodeInc/Roo-Code/pull/7494))
105-
* Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479))
102+
* **Cloud Tab Rename**: Renamed Account tab to Cloud tab for clarity ([#7558](https://github.com/RooCodeInc/Roo-Code/pull/7558))
103+
* Improved padding and click targets in the image model picker for easier selection and fewer misclicks ([#7494](https://github.com/RooCodeInc/Roo-Code/pull/7494))
104+
* Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>` ([#7479](https://github.com/RooCodeInc/Roo-Code/pull/7479))
106105

107106
### Bug Fixes
108107

108+
* **Special Tokens Handling**: Fixed issue where special tokens would break task processing (thanks pwilkin!) ([#7540](https://github.com/RooCodeInc/Roo-Code/pull/7540))
109109
* **Security - Symlink Handling**: Fixed security vulnerability where symlinks could bypass rooignore patterns ([#7405](https://github.com/RooCodeInc/Roo-Code/pull/7405))
110110
* **Security - Default Commands**: Removed potentially unsafe commands (`npm test`, `npm install`, `tsc`) from default allowed list (thanks thelicato, SGudbrandsson!) ([#7404](https://github.com/RooCodeInc/Roo-Code/pull/7404))
111111
* **Command Validation**: Fixed handling of substitution patterns in command validation ([#7390](https://github.com/RooCodeInc/Roo-Code/pull/7390))
@@ -114,33 +114,22 @@ PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://
114114
* **Requesty Model Listing**: Fixed model listing for Requesty provider when using custom base URLs (thanks dtrugman!) ([#7378](https://github.com/RooCodeInc/Roo-Code/pull/7378))
115115
* **Todo List Setting**: Fixed newTaskRequireTodos setting to properly enforce todo list requirements ([#7363](https://github.com/RooCodeInc/Roo-Code/pull/7363))
116116
* **Image Generation Settings** (v3.26.3): Fixed issue where the saved API key would clear when switching modes ([#7536](https://github.com/RooCodeInc/Roo-Code/pull/7536))
117-
* ImageGenerationSettings no longer shows a dirty state on first open; the save button only enables after an actual change. (#[7495](https://github.com/RooCodeInc/Roo-Code/pull/7495))
117+
* ImageGenerationSettings no longer shows a dirty state on first open; the save button only enables after an actual change ([#7495](https://github.com/RooCodeInc/Roo-Code/pull/7495))
118118
* GPT‑5 reliability improvements:
119119
- Manual condense preserves conversation continuity by correctly handling `previous_response_id` on the next request
120120
- Image inputs work reliably with structured text+image payloads
121121
- Temperature control is shown only for models that support it
122122
- Fewer GPT‑5–specific errors with updated provider definitions and SDK (thanks nlbuescher!)
123-
124-
(#[7067](https://github.com/RooCodeInc/Roo-Code/pull/7067))
125-
* ImageGenerationSettings no longer shows a dirty state on first open; the save button only enables after an actual change. (#[7495](https://github.com/RooCodeInc/Roo-Code/pull/7495))
126-
* GPT‑5 reliability improvements:
127-
- Manual condense preserves conversation continuity by correctly handling `previous_response_id` on the next request
128-
- Image inputs work reliably with structured text+image payloads
129-
- Temperature control is shown only for models that support it
130-
- Fewer GPT‑5–specific errors with updated provider definitions and SDK (thanks nlbuescher!)
131-
132-
(#[7067](https://github.com/RooCodeInc/Roo-Code/pull/7067))
123+
124+
([#7067](https://github.com/RooCodeInc/Roo-Code/pull/7067))
133125

134126
### Misc Improvements
135127

128+
* **Release Image**: Added kangaroo-themed release image generation ([#7546](https://github.com/RooCodeInc/Roo-Code/pull/7546))
136129
* **Issue Fixer Mode**: Added missing todos parameter in new_task tool usage ([#7391](https://github.com/RooCodeInc/Roo-Code/pull/7391))
137130
* **Privacy Policy Update**: Updated privacy policy to clarify proxy mode data handling (thanks jdilla1277!) ([#7255](https://github.com/RooCodeInc/Roo-Code/pull/7255))
138131
* **Dependencies**: Updated drizzle-kit to v0.31.4 ([#5453](https://github.com/RooCodeInc/Roo-Code/pull/5453))
139132
* **Test Debugging** (v3.26.3): Console logs now visible in tests when using the --no-silent flag (thanks hassoncs!) ([#7467](https://github.com/RooCodeInc/Roo-Code/pull/7467))
140-
* Release automation: version bumps, changelog updates, and auto-publishing on merge for a faster, more reliable release process. (#[7490](https://github.com/RooCodeInc/Roo-Code/pull/7490))
141-
* New TaskSpawned developer event so integrations can detect when a subtask is created and capture its ID for chaining or monitoring. (#[7465](https://github.com/RooCodeInc/Roo-Code/pull/7465))
142-
* Roo Code Cloud SDK bumped to 0.25.0. (#[7475](https://github.com/RooCodeInc/Roo-Code/pull/7475))
143-
* Release automation: version bumps, changelog updates, and auto-publishing on merge for a faster, more reliable release process. (#[7490](https://github.com/RooCodeInc/Roo-Code/pull/7490))
144-
* New TaskSpawned developer event so integrations can detect when a subtask is created and capture its ID for chaining or monitoring. (#[7465](https://github.com/RooCodeInc/Roo-Code/pull/7465))
145-
146-
* Roo Code Cloud SDK bumped to 0.25.0. (#[7475](https://github.com/RooCodeInc/Roo-Code/pull/7475))
133+
* Release automation: version bumps, changelog updates, and auto-publishing on merge for a faster, more reliable release process ([#7490](https://github.com/RooCodeInc/Roo-Code/pull/7490))
134+
* New TaskSpawned developer event so integrations can detect when a subtask is created and capture its ID for chaining or monitoring ([#7465](https://github.com/RooCodeInc/Roo-Code/pull/7465))
135+
* Roo Code Cloud SDK bumped to 0.25.0 ([#7475](https://github.com/RooCodeInc/Roo-Code/pull/7475))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const sidebars: SidebarsConfig = {
217217
label: '3.26',
218218
items: [
219219
{ type: 'doc', id: 'update-notes/v3.26', label: '3.26 Combined' },
220+
{ type: 'doc', id: 'update-notes/v3.26.4', label: '3.26.4' },
220221
{ type: 'doc', id: 'update-notes/v3.26.3', label: '3.26.3' },
221222
{ type: 'doc', id: 'update-notes/v3.26.2', label: '3.26.2' },
222223
{ type: 'doc', id: 'update-notes/v3.26.1', label: '3.26.1' },

0 commit comments

Comments
 (0)