Skip to content

Commit d09df80

Browse files
Backfill hero images from changelog (#365)
* Backfilled hero images from changelog * fix: remove redundant image markdown from v3.28.6 release notes
1 parent e373066 commit d09df80

File tree

33 files changed

+34
-18
lines changed

33 files changed

+34
-18
lines changed

docs/update-notes/v3.26.0.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ keywords:
55
- grok code fast
66
- init command
77
- qwen code cli
8-
image: /img/social-share.jpg
8+
image: /img/v3.26.0/v3.26.0.png
99
---
1010

1111
# Roo Code 3.26.0 Release Notes (2025-08-26)
1212

1313
This release introduces Grok Code Fast (formerly Sonic), a built-in /init command, and Qwen Code CLI API support.
1414

15+
<img src="/img/v3.26.0/v3.26.0.png" alt="Roo Code v3.26.0 Release" width="600" />
1516
## Grok Code Fast
1617
As you may have already figured out, our stealth model Sonic has officially been uncloaked! ([#7426](https://github.com/RooCodeInc/Roo-Code/pull/7426))
1718

docs/update-notes/v3.26.1.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ keywords:
77
- vercel embeddings
88
- cloud remote control
99
- ui improvements
10-
image: /img/social-share.jpg
10+
image: /img/v3.26.1/v3.26.1.png
1111
---
1212

1313
# Roo Code v3.26.1 Release Notes (2025-08-27)
1414

1515
This release adds comprehensive Vercel AI Gateway support as a full provider with embeddings integration, improves cloud agent remote control, and enhances UI consistency.
1616

17+
<img src="/img/v3.26.1/v3.26.1.png" alt="Roo Code v3.26.1 Release" width="600" />
1718
## Vercel AI Gateway Provider
1819

1920
We've added Vercel AI Gateway as a complete provider integration (thanks joshualipman123!) ([#7396](https://github.com/RooCodeInc/Roo-Code/pull/7396), [#7433](https://github.com/RooCodeInc/Roo-Code/pull/7433)):

docs/update-notes/v3.26.2.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ keywords:
2222
- bug fixes
2323
- release automation
2424
- taskspawned event
25-
image: /img/social-share.jpg
25+
image: /img/v3.26.2/v3.26.2.png
2626
---
2727

2828
# Roo Code 3.26.2 Release Notes (2025-08-28)
2929

3030
This release adds integrated image generation, a free Gemini image preview option, improved GPT-5 availability without BYOK rate limit blockers, and multiple quality-of-life improvements and fixes.
3131

32+
<img src="/img/v3.26.2/v3.26.2.png" alt="Roo Code v3.26.2 Release" width="600" />
3233
## Image Generation (OpenRouter) — Free option: Gemini 2.5 Flash Image Preview
3334

3435
Generate images from natural‑language prompts directly inside Roo Code using OpenRouter’s image generation models. Configure your OpenRouter API key, pick a supported model, and preview results in the built‑in Image Viewer. See [Image Generation](/features/image-generation) and [OpenRouter Provider](/providers/openrouter) for setup and model selection.

docs/update-notes/v3.26.3.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ keywords:
44
- roo code 3.26.3
55
- image editing
66
- image generation
7-
image: /img/social-share.jpg
7+
image: /img/v3.26.3/v3.26.3.png
88
---
99

1010
# Roo Code 3.26.3 Release Notes (2025-08-29)
1111

1212
This release adds image editing capabilities to the image generation tool and improves developer experience.
1313

14+
<img src="/img/v3.26.3/v3.26.3.png" alt="Roo Code v3.26.3 Release" width="600" />
1415
## Image Editing with Input Images
1516

1617
We've enhanced the image generation tool with the ability to edit and transform existing images ([#7525](https://github.com/RooCodeInc/Roo-Code/pull/7525)):

docs/update-notes/v3.26.4.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ keywords:
44
- roo code 3.26.4
55
- memory optimization
66
- ollama turbo
7-
image: /img/social-share.jpg
7+
image: /img/v3.26.4/v3.26.4.png
88
---
99

1010
# Roo Code 3.26.4 Release Notes (2025-09-01)
1111

1212
This release focuses on memory optimization for image handling and includes several improvements.
1313

14+
<img src="/img/v3.26.4/v3.26.4.png" alt="Roo Code v3.26.4 Release" width="600" />
1415
## QOL Improvements
1516

1617
* **Memory Optimization**: Optimize memory usage for image handling in webview ([#7556](https://github.com/RooCodeInc/Roo-Code/pull/7556))

docs/update-notes/v3.26.5.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ keywords:
55
- qwen3 thinking model
66
- code indexing batch size
77
- mcp auto-approve
8-
image: /img/social-share.jpg
8+
image: /img/v3.26.5/v3.26.5.png
99
---
1010

1111
# Roo Code 3.26.5 Release Notes (2025-09-03)
1212

1313
This release adds support for the Qwen3 235B Thinking model with a 262K context window, introduces configurable embedding batch sizes for code indexing, and improves MCP resource auto-approval.
1414

15+
<img src="/img/v3.26.5/v3.26.5.png" alt="Roo Code v3.26.5 Release" width="600" />
1516
## Provider Updates
1617

1718
* **Qwen3 235B Thinking Model**: Added support for Qwen3-235B-A22B-Thinking-2507 model with an impressive 262K context window, enabling processing of extremely long documents and large codebases in a single request through the Chutes provider (thanks mohammad154, apple-techie!) ([#7578](https://github.com/RooCodeInc/Roo-Code/pull/7578))

docs/update-notes/v3.26.6.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ keywords:
55
- run_slash_command tool
66
- kimi k2 turbo
77
- bug fixes
8-
image: /img/social-share.jpg
8+
image: /img/v3.26.6/v3.26.6.png
99
---
1010

1111
# Roo Code 3.26.6 Release Notes (2025-09-03)
1212

1313
This release adds the ability for AI to execute slash commands programmatically, fixes tool approval issues, and includes support for the high-speed Kimi K2 Turbo model.
1414

15+
<img src="/img/v3.26.6/v3.26.6.png" alt="Roo Code v3.26.6 Release" width="600" />
1516
## New run_slash_command Tool
1617

1718
We've added a powerful new tool that allows the AI to execute slash commands as part of its workflow ([#7473](https://github.com/RooCodeInc/Roo-Code/pull/7473)):

docs/update-notes/v3.26.7.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ keywords:
66
- openai service tiers
77
- deepinfra provider
88
- bug fixes
9-
image: /img/social-share.jpg
9+
image: /img/v3.26.7/v3.26.7.png
1010
---
1111

1212
# Roo Code 3.26.7 Release Notes (2025-09-05)
1313

1414
This release brings enhanced Kimi K2 models with massive context windows, OpenAI service tier selection, and DeepInfra as a new provider offering 100+ models.
1515

16+
<img src="/img/v3.26.7/v3.26.7.png" alt="Roo Code v3.26.7 Release" width="600" />
1617
## Kimi K2-0905: Moonshot's Latest Open Source Model is Live in Roo Code
1718

1819
We've upgraded to the latest Kimi K2-0905 models across multiple providers (thanks CellenLee!) ([#7663](https://github.com/RooCodeInc/Roo-Code/pull/7663), [#7693](https://github.com/RooCodeInc/Roo-Code/pull/7693)):

docs/update-notes/v3.26.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ keywords:
77
- qwen code cli
88
- vercel ai gateway
99
- image generation
10-
image: /img/social-share.jpg
10+
image: /img/v3.26.0/v3.26.0.png
1111
---
1212

1313
# Roo Code 3.26 Release Notes
1414

1515
This document combines all releases in the v3.26 series.
1616

17+
<img src="/img/v3.26.0/v3.26.0.png" alt="Roo Code v3.26 Release" width="600" />
1718
### Grok Code Fast
1819

1920
As you may have already figured out, our stealth model Sonic has officially been uncloaked! ([#7426](https://github.com/RooCodeInc/Roo-Code/pull/7426))

docs/update-notes/v3.27.0.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ keywords:
2222
- previous_response_id
2323
- vscode terminal profiles
2424
- ci e2e
25-
image: /img/social-share.jpg
25+
image: /img/v3.27.0/v3.27.0.png
2626
---
2727

2828
# Roo Code 3.27.0 Release Notes (2025-09-05)
2929

3030
This release adds message editing and deletion with instant rollback checkpoints, updates the Chutes provider with Kimi K2-0905, and improves reliability across indexing, grounding, and multi-root workspaces.
3131

32+
<img src="/img/v3.27.0/v3.27.0.png" alt="Roo Code v3.27.0 Release" width="600" />
3233
## Edit and delete messages with instant rollback checkpoints
3334

3435
Edit or delete any chat message and quickly recover from mistakes using automatic checkpoints (thanks NaccOll!) ([#7447](https://github.com/RooCodeInc/Roo-Code/pull/7447), [#7713](https://github.com/RooCodeInc/Roo-Code/pull/7713)):

0 commit comments

Comments
 (0)