-
Notifications
You must be signed in to change notification settings - Fork 182
Add release notes for v3.28.8 #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| --- | ||
| description: Bug fixes for tool usage errors and context condensing, plus new free models and cloud account management improvements. | ||
| keywords: | ||
| - roo code 3.28.8 | ||
| - tool usage fixes | ||
| - context condensing | ||
| - free models | ||
| - cloud accounts | ||
| image: /img/v3.28.8/v3.28.8.png | ||
| --- | ||
|
|
||
| # Roo Code 3.28.8 Release Notes (2025-09-25) | ||
|
|
||
| This release fixes critical GPT-5-Codex tool usage errors, improves context condensing, and adds new free models to the Roo provider. | ||
|
|
||
| ## Fixed: GPT-5-Codex errors and more! | ||
|
|
||
| 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)) | ||
hannesrudolph marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - **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 | ||
| - **Completion Tool Reliability**: This fix eliminates some situations where the LLM would repeat its last text message when the attempt_completion tool was called | ||
| - **Tool Call Consistency**: Fixes where the LLM would sometimes respond without a tool call | ||
|
|
||
| ## QOL Improvements | ||
|
|
||
| * **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)) | ||
| * **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)) | ||
|
|
||
| ## Bug Fixes | ||
|
|
||
| * **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)) | ||
|
||
|
|
||
| ## Provider Updates | ||
|
|
||
| * **New Free Models**: Added two more free models to the Roo provider ([#8304](https://github.com/RooCodeInc/Roo-Code/pull/8304)): | ||
| - xai/grok-4-fast | ||
| - deepseek/deepseek-chat-v3.1 | ||
|
|
||
| ## Misc Improvements | ||
|
|
||
| * **Infrastructure**: Set port 3446 for web-evals service in production mode ([#8288](https://github.com/RooCodeInc/Roo-Code/pull/8288)) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -64,6 +64,8 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8 | |||||
|
|
||||||
| ## QOL Improvements | ||||||
|
|
||||||
| * **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)) | ||||||
| * **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)) | ||||||
| * **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)) | ||||||
| * **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)) | ||||||
| * **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 | |||||
|
|
||||||
| ## Bug Fixes | ||||||
|
|
||||||
| * **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)) | ||||||
|
||||||
| * **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)) | |
| * **Fixed "No tool used" Errors**: Resolved the situation where LLMs would sometimes not make tool calls in their response which improves Roo's overall flow. ([#8292](https://github.com/RooCodeInc/Roo-Code/pull/8292)) |
hannesrudolph marked this conversation as resolved.
Show resolved
Hide resolved
hannesrudolph marked this conversation as resolved.
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.