Skip to content

Commit 18329e4

Browse files
docs: v3.28.18 release notes (#382)
1 parent 6b07c18 commit 18329e4

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image: /img/social-share.jpg
2020
### Version 3.28
2121

2222
* [3.28](/update-notes/v3.28) (Combined)
23+
* [3.28.18](/update-notes/v3.28.18) (2025-10-17)
2324
* [3.28.17](/update-notes/v3.28.17) (2025-10-15)
2425
* [3.28.16](/update-notes/v3.28.16) (2025-10-10)
2526
* [3.28.15](/update-notes/v3.28.15) (2025-10-03)

docs/update-notes/v3.28.18.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
description: Fixes grey screen UI crashes, improves image generation defaults, and updates provider settings.
3+
keywords:
4+
- roo code 3.28.18
5+
- bug fixes
6+
- image generation
7+
- provider updates
8+
image: /img/social-share.jpg
9+
---
10+
# Roo Code 3.28.18 Release Notes (2025-10-17)
11+
12+
This patch fixes the grey screen issue, improves image generation defaults, and updates provider settings.
13+
14+
15+
## Grey Screen of Death Fix
16+
17+
This should fix grey screens caused by long context task sessions ([#8696](https://github.com/RooCodeInc/Roo-Code/pull/8696)).
18+
19+
## QOL Improvements
20+
21+
* Image generation model selection update: defaults to Gemini 2.5 Flash Image; adds OpenAI GPT‑5 Image and GPT‑5 Image Mini; clearer settings dropdown (thanks chrarnoldus!) ([#8698](https://github.com/RooCodeInc/Roo-Code/pull/8698))
22+
23+
## Bug Fixes
24+
25+
* Editor targeting fix: avoids editing read‑only git diff views; edits the actual file (thanks hassoncs!) ([#8676](https://github.com/RooCodeInc/Roo-Code/pull/8676))
26+
27+
## Provider Updates
28+
29+
* Bedrock: add versioned user agent for per‑version metrics and error tracking; no action needed (thanks ajjuaire!) ([#8663](https://github.com/RooCodeInc/Roo-Code/pull/8663))
30+
* Z AI: only two coding endpoints (International/China) are supported; defaults to International; legacy non‑coding endpoints unsupported ([#8693](https://github.com/RooCodeInc/Roo-Code/pull/8693))

docs/update-notes/v3.28.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
104104
* Add the parent task ID in telemetry to improve traceability ([#8532](https://github.com/RooCodeInc/Roo-Code/pull/8532))
105105
* Clarify the zh‑TW “Run command” label to match the tooltip and reduce confusion (thanks PeterDaveHello!) ([#8631](https://github.com/RooCodeInc/Roo-Code/pull/8631))
106106

107+
* Image generation model selection update: defaults to Gemini 2.5 Flash Image; adds OpenAI GPT‑5 Image and GPT‑5 Image Mini; clearer settings dropdown (thanks chrarnoldus!) ([#8698](https://github.com/RooCodeInc/Roo-Code/pull/8698))
108+
107109
## Bug Fixes
108110

109111
* **AWS Bedrock Claude Sonnet 4.5**: Corrected model identifier for Claude Sonnet 4.5 on AWS Bedrock (thanks sunhyung!) ([#8371](https://github.com/RooCodeInc/Roo-Code/pull/8371))
@@ -148,6 +150,9 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
148150
* Settings: Remove overeager "unsaved changes" dialog when nothing changed ([#8410](https://github.com/RooCodeInc/Roo-Code/pull/8410))
149151
* Show the Send button when only images are attached ([#8423](https://github.com/RooCodeInc/Roo-Code/pull/8423))
150152

153+
* Fix grey screens caused by long context task sessions ([#8696](https://github.com/RooCodeInc/Roo-Code/pull/8696))
154+
* Editor targeting fix: avoids editing read‑only git diff views; edits the actual file (thanks hassoncs!) ([#8676](https://github.com/RooCodeInc/Roo-Code/pull/8676))
155+
151156
## Provider Updates
152157

153158
* **Claude 4.5 Sonnet**: Added support for Anthropic's latest Claude 4.5 Sonnet model across all providers (Anthropic, AWS Bedrock, Claude Code, Google Vertex AI, and OpenRouter) with 1M context window support ([#8368](https://github.com/RooCodeInc/Roo-Code/pull/8368))
@@ -168,6 +173,9 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
168173
* **Roo Code Cloud**: Deprecate “Grok 4 Fast”; show warning if selected and hide when not selected ([#8481](https://github.com/RooCodeInc/Roo-Code/pull/8481))
169174
* **Bedrock**: Claude Sonnet 4 1M‑context handling and compatibility improvements ([#8421](https://github.com/RooCodeInc/Roo-Code/pull/8421))
170175

176+
* Bedrock: add versioned user agent for per‑version metrics and error tracking; no action needed (thanks ajjuaire!) ([#8663](https://github.com/RooCodeInc/Roo-Code/pull/8663))
177+
* Z AI: only two coding endpoints (International/China) are supported; defaults to International; legacy non‑coding endpoints unsupported ([#8693](https://github.com/RooCodeInc/Roo-Code/pull/8693))
178+
171179
## Misc Improvements
172180

173181
* **Website improvements**: New pricing page, clearer homepage messaging, and tighter navigation/visuals (including mobile). No changes to the extension UX. ([#8303](https://github.com/RooCodeInc/Roo-Code/pull/8303), [#8326](https://github.com/RooCodeInc/Roo-Code/pull/8326))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
223223
label: '3.28',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.28', label: '3.28 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.28.18', label: '3.28.18' },
226227
{ type: 'doc', id: 'update-notes/v3.28.17', label: '3.28.17' },
227228
{ type: 'doc', id: 'update-notes/v3.28.16', label: '3.28.16' },
228229
{ type: 'doc', id: 'update-notes/v3.28.15', label: '3.28.15' },

0 commit comments

Comments
 (0)