You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Improves Ollama integration, adds GPT-5 chat support, and fixes multiple UI and stability issues.
3
+
keywords:
4
+
- roo code 3.25.16
5
+
- ollama native api
6
+
- gpt-5 chat
7
+
- bug fixes
8
+
image: /img/social-share.jpg
9
+
---
10
+
11
+
# Roo Code 3.25.16 Release Notes (2025-08-17)
12
+
13
+
This release improves provider integrations with native Ollama API support and GPT-5 chat model, enhances task history handling, and fixes several UI and stability issues.
14
+
15
+
## Provider Updates
16
+
17
+
***Native Ollama API**: Fixed Ollama models to use native API instead of OpenAI compatibility layer for improved performance and reliability ([#7137](https://github.com/RooCodeInc/Roo-Code/pull/7137))
18
+
***OpenAI GPT-5 Chat**: Added support for gpt-5-chat-latest model optimized for conversational AI and non-reasoning tasks ([#7058](https://github.com/RooCodeInc/Roo-Code/pull/7058))
19
+
20
+
## QOL Improvements
21
+
22
+
***Enhanced Task History**: Made "enhance with task history" default to true for better context retention in conversations (thanks liwilliam2021!) ([#7140](https://github.com/RooCodeInc/Roo-Code/pull/7140))
23
+
***Improved Scrollbar**: Fixed scrollbar jumping in long conversations by removing the 500-message limit ([#7064](https://github.com/RooCodeInc/Roo-Code/pull/7064))
24
+
25
+
## Bug Fixes
26
+
27
+
***Settings UI**: Fixed allowedMaxRequests and allowedMaxCost values not displaying properly (thanks chrarnoldus!) ([#6925](https://github.com/RooCodeInc/Roo-Code/pull/6925))
28
+
***Provider Settings**: Fixed save button not enabling for provider dropdown and checkbox changes ([#7113](https://github.com/RooCodeInc/Roo-Code/pull/7113))
29
+
***XML Entity Handling**: Fixed XML entity decoding issues in diff tools that caused content mismatches ([#7108](https://github.com/RooCodeInc/Roo-Code/pull/7108))
30
+
***Condensing State**: Fixed condensing state not resetting when switching between tasks (thanks f14XuanLv!) ([#6922](https://github.com/RooCodeInc/Roo-Code/pull/6922))
***Diff Processing**: Added type checking to prevent errors when processing diff content ([#6906](https://github.com/RooCodeInc/Roo-Code/pull/6906))
34
+
35
+
## Misc Improvements
36
+
37
+
***Task System**: Added API for resuming tasks, improved event handling, and enhanced metadata support ([#7122](https://github.com/RooCodeInc/Roo-Code/pull/7122), [#7128](https://github.com/RooCodeInc/Roo-Code/pull/7128), [#7117](https://github.com/RooCodeInc/Roo-Code/pull/7117), [#7092](https://github.com/RooCodeInc/Roo-Code/pull/7092))
38
+
***Web Infrastructure**: Improved sitemap generation and SEO metadata (thanks elianiva, abumalick!) ([#7102](https://github.com/RooCodeInc/Roo-Code/pull/7102), [#7096](https://github.com/RooCodeInc/Roo-Code/pull/7096), [#6206](https://github.com/RooCodeInc/Roo-Code/pull/6206))
39
+
***Task Execution**: Refactored task execution system for better call stack management (thanks catrielmuller!) ([#7035](https://github.com/RooCodeInc/Roo-Code/pull/7035))
description: Fixes LM Studio model duplication and terminal reuse issues.
3
+
keywords:
4
+
- roo code 3.25.17
5
+
- lm studio
6
+
- bug fixes
7
+
image: /img/social-share.jpg
8
+
---
9
+
10
+
# Roo Code 3.25.17 Release Notes (2025-08-18)
11
+
12
+
This release fixes issues with LM Studio model management and terminal reuse logic.
13
+
14
+
## Bug Fixes
15
+
16
+
***LM Studio Models**: Fixed duplicate model entries by implementing case-insensitive deduplication, ensuring models appear only once in the provider configuration ([#7185](https://github.com/RooCodeInc/Roo-Code/pull/7185))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.25.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,8 @@ Small changes that make a big difference in your daily workflow:
133
133
***Marketplace Updates**: Auto-refresh marketplace data when organization settings change ([#6446](https://github.com/RooCodeInc/Roo-Code/pull/6446))
134
134
***`codebase_search` Tool**: Clarified that the `path` parameter is optional and the tool searches the entire workspace by default
135
135
***Token Usage Reporting**: Fixed an issue where token usage and cost were underreported, providing more accurate cost tracking
136
+
***Enhanced Task History**: Made "enhance with task history" default to true for better context retention in conversations
137
+
***Improved Scrollbar**: Fixed scrollbar jumping in long conversations by removing the 500-message limit
136
138
137
139
### Bug Fixes
138
140
@@ -189,13 +191,17 @@ Critical fixes that improve stability and compatibility:
189
191
***`max_tokens` Calculation**: Fixed an error for models with very large context windows where requests would fail due to incorrect calculation of maximum output tokens
190
192
***AWS Bedrock Connection**: Fixed a connection issue when using AWS Bedrock with LiteLLM
191
193
***Search Tool Reliability**: Fixed the search_files tool failing when encountering permission-denied files - it now continues working and returns results from accessible files
194
+
***Native Ollama API**: Fixed Ollama models to use native API instead of OpenAI compatibility layer for improved performance and reliability
***LM Studio Models**: Fixed duplicate model entries by implementing case-insensitive deduplication, ensuring models appear only once in the provider configuration
192
197
193
198
### Provider Updates
194
199
195
200
***GPT-5 Model Support**: Added support for OpenAI's latest GPT-5 model family:
196
201
-`gpt-5-2025-08-07`: The full GPT-5 model, now set as the default for OpenAI Native provider
197
202
-`gpt-5-mini-2025-08-07`: A smaller, faster variant for quick responses
198
203
-`gpt-5-nano-2025-08-07`: The most compact version for resource-constrained scenarios
204
+
-`gpt-5-chat-latest`: Optimized for conversational AI and non-reasoning tasks
199
205
***GPT-5 Verbosity Controls**: New settings to control model output detail levels (low, medium, high), allowing you to fine-tune response length and detail based on your needs
200
206
***Fireworks AI Models**: Added GLM-4.5 series models (355B and 106B parameters with 128K context) and OpenAI gpt-oss models (20b for edge deployments, 120b for production use) to expand model selection options
201
207
***Claude Opus 4.1 Support**: Added support for the new Claude Opus 4.1 model across Anthropic, Claude Code, Bedrock, Vertex AI, and LiteLLM providers with 8192 max tokens, reasoning budget support, and prompt caching
0 commit comments