Skip to content

Commit 7ea01df

Browse files
Add release notes for versions 3.25.16 and 3.25.17 (#311)
1 parent 4eeae00 commit 7ea01df

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

docs/update-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This section contains notes about recent updates to Roo Code, listed by version
1919

2020
## Version 3.25
2121

22+
* [3.25.17](/update-notes/v3.25.17) (2025-08-18)
23+
* [3.25.16](/update-notes/v3.25.16) (2025-08-17)
2224
* [3.25.15](/update-notes/v3.25.15) (2025-08-14)
2325
* [3.25.14](/update-notes/v3.25.14) (2025-08-13)
2426
* [3.25.13](/update-notes/v3.25.13) (2025-08-13)

docs/update-notes/v3.25.16.mdx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
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))
31+
* **Workspace Paths**: Fixed workspace path resolution in codebase search tool (thanks NaccOll!) ([#6902](https://github.com/RooCodeInc/Roo-Code/pull/6902))
32+
* **Multi-folder Workspaces**: Fixed checkpoint handling for multi-folder workspace configurations (thanks NaccOll!) ([#6903](https://github.com/RooCodeInc/Roo-Code/pull/6903))
33+
* **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))

docs/update-notes/v3.25.17.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
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))
17+
* **Terminal Reuse**: Fixed terminal reuse logic to properly handle terminal lifecycle management ([#7157](https://github.com/RooCodeInc/Roo-Code/pull/7157))

docs/update-notes/v3.25.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Small changes that make a big difference in your daily workflow:
133133
* **Marketplace Updates**: Auto-refresh marketplace data when organization settings change ([#6446](https://github.com/RooCodeInc/Roo-Code/pull/6446))
134134
* **`codebase_search` Tool**: Clarified that the `path` parameter is optional and the tool searches the entire workspace by default
135135
* **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
136138

137139
### Bug Fixes
138140

@@ -189,13 +191,17 @@ Critical fixes that improve stability and compatibility:
189191
* **`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
190192
* **AWS Bedrock Connection**: Fixed a connection issue when using AWS Bedrock with LiteLLM
191193
* **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
195+
* **Terminal Reuse**: Fixed terminal reuse logic to properly handle terminal lifecycle management
196+
* **LM Studio Models**: Fixed duplicate model entries by implementing case-insensitive deduplication, ensuring models appear only once in the provider configuration
192197

193198
### Provider Updates
194199

195200
* **GPT-5 Model Support**: Added support for OpenAI's latest GPT-5 model family:
196201
- `gpt-5-2025-08-07`: The full GPT-5 model, now set as the default for OpenAI Native provider
197202
- `gpt-5-mini-2025-08-07`: A smaller, faster variant for quick responses
198203
- `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
199205
* **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
200206
* **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
201207
* **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

sidebars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ const sidebars: SidebarsConfig = {
212212
label: '3.25',
213213
items: [
214214
{ type: 'doc', id: 'update-notes/v3.25', label: '3.25 Combined' },
215+
{ type: 'doc', id: 'update-notes/v3.25.17', label: '3.25.17' },
216+
{ type: 'doc', id: 'update-notes/v3.25.16', label: '3.25.16' },
215217
{ type: 'doc', id: 'update-notes/v3.25.15', label: '3.25.15' },
216218
{ type: 'doc', id: 'update-notes/v3.25.14', label: '3.25.14' },
217219
{ type: 'doc', id: 'update-notes/v3.25.13', label: '3.25.13' },

0 commit comments

Comments
 (0)