Skip to content

Commit 9f15ab6

Browse files
Add release notes for v3.28.8 (#364)
- Created docs/update-notes/v3.28.8.mdx with expanded 'No tool used' error fixes - Updated docs/update-notes/index.md with v3.28.8 entry - Updated sidebars.ts to include v3.28.8 in navigation - Updated combined v3.28.mdx with all v3.28.8 changes - Added hero image to static/img/v3.28.8/v3.28.8.png
1 parent 8ec1dca commit 9f15ab6

File tree

5 files changed

+49
-0
lines changed

5 files changed

+49
-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.8](/update-notes/v3.28.8) (2025-09-25)
2324
* [3.28.7](/update-notes/v3.28.7) (2025-09-23)
2425
* [3.28.6](/update-notes/v3.28.6) (2025-09-23)
2526
* [3.28.5](/update-notes/v3.28.5) (2025-09-20)

docs/update-notes/v3.28.8.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
description: Bug fixes for tool usage errors and context condensing, plus new free models and cloud account management improvements.
3+
keywords:
4+
- roo code 3.28.8
5+
- tool usage fixes
6+
- context condensing
7+
- free models
8+
- cloud accounts
9+
image: /img/v3.28.8/v3.28.8.png
10+
---
11+
12+
# Roo Code 3.28.8 Release Notes (2025-09-25)
13+
14+
This release fixes critical GPT-5-Codex tool usage errors, improves context condensing, and adds new free models to the Roo provider.
15+
16+
## Fixed: GPT-5-Codex errors and more!
17+
18+
We've resolved the situation where LLMs would sometimes not make tool calls in their repsonse which improves Roo's overall flow. ([#8292](https://github.com/RooCodeInc/Roo-Code/pull/8292))
19+
20+
- **GPT-5-Codex Response Fix**: Fixes the issue where the model `gpt-5-codex` (and less frequently other models) would send a response with no assistant message
21+
- **Completion Tool Reliability**: This fix eliminates some situations where the LLM would repeat its last text message when the attempt_completion tool was called
22+
- **Tool Call Consistency**: Fixes where the LLM would sometimes respond without a tool call
23+
24+
## QOL Improvements
25+
26+
* **Cloud Account Management**: Added account switcher and "Create Team Account" option for logged-in users, making it easier to manage multiple accounts ([#8291](https://github.com/RooCodeInc/Roo-Code/pull/8291))
27+
* **Social Media Sharing**: Improved OpenGraph images for better preview cards when sharing Roo Code links on Slack, Twitter, and Facebook ([#8285](https://github.com/RooCodeInc/Roo-Code/pull/8285))
28+
29+
## Bug Fixes
30+
31+
* **Context Condensing**: Fixed an issue where the initial task request was being lost during context condensing, causing Roo to try to re-answer the original task ask when resuming after condensing([#8298](https://github.com/RooCodeInc/Roo-Code/pull/8298))
32+
33+
## Provider Updates
34+
35+
* **New Free Models**: Added two more free models to the Roo provider ([#8304](https://github.com/RooCodeInc/Roo-Code/pull/8304)):
36+
- xai/grok-4-fast
37+
- deepseek/deepseek-chat-v3.1
38+
39+
## Misc Improvements
40+
41+
* **Infrastructure**: Set port 3446 for web-evals service in production mode ([#8288](https://github.com/RooCodeInc/Roo-Code/pull/8288))

docs/update-notes/v3.28.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
6464
6565
## QOL Improvements
6666

67+
* **Cloud Account Management**: Added account switcher and "Create Team Account" option for logged-in users, making it easier to manage multiple accounts ([#8291](https://github.com/RooCodeInc/Roo-Code/pull/8291))
68+
* **Social Media Sharing**: Improved OpenGraph images for better preview cards when sharing Roo Code links on Slack, Twitter, and Facebook ([#8285](https://github.com/RooCodeInc/Roo-Code/pull/8285))
6769
* **Auto-approve keyboard shortcut**: Toggle approvals with Cmd/Ctrl+Alt+A from anywhere in the editor so you can stay in the flow while reviewing changes (via [#8214](https://github.com/RooCodeInc/Roo-Code/pull/8214))
6870
* **Click-to-Edit Chat Messages**: Click directly on any message text to edit it, with ESC to cancel and improved padding consistency ([#7790](https://github.com/RooCodeInc/Roo-Code/pull/7790))
6971
* **Enhanced Reasoning Display**: The AI's thinking process now shows a persistent timer and displays reasoning content in clean italic text ([#7752](https://github.com/RooCodeInc/Roo-Code/pull/7752))
@@ -91,6 +93,8 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
9193

9294
## Bug Fixes
9395

96+
* **Fixed "No tool used" Errors**: Resolved the situation where LLMs would sometimes not make tool calls in their repsonse which improves Roo's overall flow. ([#8292](https://github.com/RooCodeInc/Roo-Code/pull/8292))
97+
* **Context Condensing**: Fixed an issue where the initial task request was being lost during context condensing, causing Roo to try to re-answer the original task ask when resuming after condensing([#8298](https://github.com/RooCodeInc/Roo-Code/pull/8298))
9498
* **Roo provider stays signed in**: Roo provider tokens refresh automatically and the local evals app binds to port 3446 for predictable scripts (via [#8224](https://github.com/RooCodeInc/Roo-Code/pull/8224))
9599
* **Checkpoint text stays on one line**: Prevented multi-line wrapping in languages such as Chinese, Korean, Japanese, and Russian so the checkpoint UI stays compact (via [#8207](https://github.com/RooCodeInc/Roo-Code/pull/8207); reported in [#8206](https://github.com/RooCodeInc/Roo-Code/issues/8206))
96100
* **Ollama respects Modelfile num_ctx**: Roo now defers to your Modelfile’s context window to avoid GPU OOMs while still allowing explicit overrides when needed (via [#7798](https://github.com/RooCodeInc/Roo-Code/pull/7798); reported in [#7797](https://github.com/RooCodeInc/Roo-Code/issues/7797))
@@ -120,6 +124,7 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
120124

121125
## Provider Updates
122126

127+
* **New Free Models**: Added two more free models to the Roo provider - xai/grok-4-fast and deepseek/deepseek-chat-v3.1 ([#8304](https://github.com/RooCodeInc/Roo-Code/pull/8304))
123128
* **Vertex AI Models**: Added support for 6 new models including DeepSeek-V3, GPT-OSS, and Qwen models, plus the us-south1 region (thanks ssweens!) ([#7727](https://github.com/RooCodeInc/Roo-Code/pull/7727))
124129
* **DeepSeek Pricing**: Updated to new unified rates effective September 5, 2025 - $0.56/M input tokens, $1.68/M output tokens (thanks NaccOll!) ([#7687](https://github.com/RooCodeInc/Roo-Code/pull/7687))
125130

@@ -129,6 +134,7 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
129134

130135
## Misc Improvements
131136

137+
* **Infrastructure**: Set port 3446 for web-evals service in production mode ([#8288](https://github.com/RooCodeInc/Roo-Code/pull/8288))
132138
* **Cloud Task Button**: Added a new button for opening tasks in Roo Code Cloud with QR codes and shareable URLs ([#7572](https://github.com/RooCodeInc/Roo-Code/pull/7572))
133139
* **Telemetry Default**: Posthog telemetry is now enabled by default with easy opt-out options in settings ([#7909](https://github.com/RooCodeInc/Roo-Code/pull/7909))
134140
* **Roo Code Cloud Announcement**: Updated in-app announcements about Roo Code Cloud features, localized in 18 languages ([#7914](https://github.com/RooCodeInc/Roo-Code/pull/7914))

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.8', label: '3.28.8' },
226227
{ type: 'doc', id: 'update-notes/v3.28.7', label: '3.28.7' },
227228
{ type: 'doc', id: 'update-notes/v3.28.6', label: '3.28.6' },
228229
{ type: 'doc', id: 'update-notes/v3.28.5', label: '3.28.5' },

static/img/v3.28.8/v3.28.8.png

1.17 MB
Loading

0 commit comments

Comments
 (0)