Skip to content

Commit 929298d

Browse files
committed
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
1 parent 8fd171a commit 929298d

File tree

1 file changed

+29
-54
lines changed

1 file changed

+29
-54
lines changed

docs/update-notes/v3.26.mdx

Lines changed: 29 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,14 @@ keywords:
77
- qwen code cli
88
- vercel ai gateway
99
- image generation
10-
- mode selector
1110
image: /img/social-share.jpg
1211
---
1312

1413
# Roo Code 3.26 Release Notes
1514

16-
This document combines all releases in the v3.26 series.
15+
This document combines all releases in the v3.26 series (3.26.0 - 3.26.4).
1716

18-
## Version 3.26.4 (2025-09-01)
19-
20-
This release focuses on memory optimization for image handling and includes several improvements.
21-
22-
### QOL Improvements
23-
24-
* **Memory Optimization**: Optimize memory usage for image handling in webview ([#7556](https://github.com/RooCodeInc/Roo-Code/pull/7556))
25-
26-
### Bug Fixes
27-
28-
* **Special Tokens Handling**: Fixed issue where special tokens would break task processing (thanks pwilkin!) ([#7540](https://github.com/RooCodeInc/Roo-Code/pull/7540))
29-
30-
### Provider Updates
31-
32-
* **Ollama Turbo Mode**: Added API key support for Turbo mode (thanks LivioGama!) ([#7425](https://github.com/RooCodeInc/Roo-Code/pull/7425))
33-
34-
### UI Updates
35-
36-
* **Cloud Tab Rename**: Renamed Account tab to Cloud tab for clarity ([#7558](https://github.com/RooCodeInc/Roo-Code/pull/7558))
37-
38-
### Misc Improvements
39-
40-
* **Release Image**: Added kangaroo-themed release image generation ([#7546](https://github.com/RooCodeInc/Roo-Code/pull/7546))
41-
42-
## Version 3.26.0 (2025-08-26)
43-
44-
This release introduces Grok Code Fast (formerly Sonic), a built-in /init command, and Qwen Code CLI API support.
17+
## Major Features
4518

4619
### Grok Code Fast
4720
As you may have already figured out, our stealth model Sonic has officially been uncloaked! ([#7426](https://github.com/RooCodeInc/Roo-Code/pull/7426))
@@ -110,13 +83,15 @@ PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://
11083

11184
> **📚 Documentation**: See [Image Generation - Editing Existing Images](/features/image-generation#editing-existing-images) for transformation examples.
11285
113-
### Provider Updates
86+
## Provider Updates
11487

88+
* **Ollama Turbo Mode** (v3.26.4): 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))
11589
* **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))
11690
* **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))
11791

118-
### QOL Improvements
92+
## QOL Improvements
11993

94+
* **Memory Optimization** (v3.26.4): Optimized memory usage for image handling in webview, achieving ~75% reduction in memory consumption ([#7556](https://github.com/RooCodeInc/Roo-Code/pull/7556))
12095
* **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))
12196
* **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))
12297
* **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))
@@ -125,13 +100,16 @@ PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://
125100
* **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))
126101
* **Chat UI Cleanup**: Improved consistency in chat input controls and fixed tooltip behavior ([#7436](https://github.com/RooCodeInc/Roo-Code/pull/7436))
127102
* **Clearer Task Headers**: Removed duplicate cache display in task headers to eliminate confusion ([#7443](https://github.com/RooCodeInc/Roo-Code/pull/7443))
128-
* 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))
129-
* Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479))
130-
* 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))
131-
* Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479))
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))
105+
106+
## UI Updates
107+
108+
* **Cloud Tab Rename** (v3.26.4): Renamed Account tab to Cloud tab for clarity ([#7558](https://github.com/RooCodeInc/Roo-Code/pull/7558))
132109

133-
### Bug Fixes
110+
## Bug Fixes
134111

112+
* **Special Tokens Handling** (v3.26.4): Fixed issue where special tokens would break task processing (thanks pwilkin!) ([#7540](https://github.com/RooCodeInc/Roo-Code/pull/7540))
135113
* **Security - Symlink Handling**: Fixed security vulnerability where symlinks could bypass rooignore patterns ([#7405](https://github.com/RooCodeInc/Roo-Code/pull/7405))
136114
* **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))
137115
* **Command Validation**: Fixed handling of substitution patterns in command validation ([#7390](https://github.com/RooCodeInc/Roo-Code/pull/7390))
@@ -140,33 +118,30 @@ PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://
140118
* **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))
141119
* **Todo List Setting**: Fixed newTaskRequireTodos setting to properly enforce todo list requirements ([#7363](https://github.com/RooCodeInc/Roo-Code/pull/7363))
142120
* **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))
143-
* 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))
121+
* 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))
144122
* GPT‑5 reliability improvements:
145123
- Manual condense preserves conversation continuity by correctly handling `previous_response_id` on the next request
146124
- Image inputs work reliably with structured text+image payloads
147125
- Temperature control is shown only for models that support it
148126
- Fewer GPT‑5–specific errors with updated provider definitions and SDK (thanks nlbuescher!)
127+
128+
([#7067](https://github.com/RooCodeInc/Roo-Code/pull/7067))
149129

150-
(#[7067](https://github.com/RooCodeInc/Roo-Code/pull/7067))
151-
* 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))
152-
* GPT‑5 reliability improvements:
153-
- Manual condense preserves conversation continuity by correctly handling `previous_response_id` on the next request
154-
- Image inputs work reliably with structured text+image payloads
155-
- Temperature control is shown only for models that support it
156-
- Fewer GPT‑5–specific errors with updated provider definitions and SDK (thanks nlbuescher!)
157-
158-
(#[7067](https://github.com/RooCodeInc/Roo-Code/pull/7067))
159-
160-
### Misc Improvements
130+
## Misc Improvements
161131

132+
* **Release Image** (v3.26.4): Added kangaroo-themed release image generation ([#7546](https://github.com/RooCodeInc/Roo-Code/pull/7546))
162133
* **Issue Fixer Mode**: Added missing todos parameter in new_task tool usage ([#7391](https://github.com/RooCodeInc/Roo-Code/pull/7391))
163134
* **Privacy Policy Update**: Updated privacy policy to clarify proxy mode data handling (thanks jdilla1277!) ([#7255](https://github.com/RooCodeInc/Roo-Code/pull/7255))
164135
* **Dependencies**: Updated drizzle-kit to v0.31.4 ([#5453](https://github.com/RooCodeInc/Roo-Code/pull/5453))
165136
* **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))
166-
* 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))
167-
* 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))
168-
* Roo Code Cloud SDK bumped to 0.25.0. (#[7475](https://github.com/RooCodeInc/Roo-Code/pull/7475))
169-
* 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))
170-
* 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))
137+
* 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))
138+
* 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))
139+
* Roo Code Cloud SDK bumped to 0.25.0 ([#7475](https://github.com/RooCodeInc/Roo-Code/pull/7475))
140+
141+
## Version History
171142

172-
* Roo Code Cloud SDK bumped to 0.25.0. (#[7475](https://github.com/RooCodeInc/Roo-Code/pull/7475))
143+
- **v3.26.4** (2025-09-01): Memory optimization, special tokens fix, Ollama Turbo mode
144+
- **v3.26.3** (2025-08-29): Image editing features, test debugging improvements
145+
- **v3.26.2** (2025-08-28): Minor fixes and improvements
146+
- **v3.26.1** (2025-08-27): Bug fixes and stability improvements
147+
- **v3.26.0** (2025-08-26): Grok Code Fast, /init command, Qwen Code CLI, Vercel AI Gateway

0 commit comments

Comments
 (0)