Skip to content

Commit 4ae9014

Browse files
Changeset version bump (#6955)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 6cc4b20 commit 4ae9014

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.changeset/v3.25.11.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Roo Code Changelog
22

3+
## [3.25.11] - 2025-08-11
4+
5+
- Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs)
6+
- Add: IO Intelligence Provider support (thanks @ertan2002!)
7+
- Fix: MCP startup issues and remove refresh notifications (thanks @hannesrudolph!)
8+
- Fix: Improvements to GPT-5 OpenAI provider configuration (thanks @hannesrudolph!)
9+
- Fix: Clarify codebase_search path parameter as optional and improve tool descriptions (thanks @app/roomote!)
10+
- Fix: Bedrock provider workaround for LiteLLM passthrough issues (thanks @jr!)
11+
- Fix: Token usage and cost being underreported on cancelled requests (thanks @chrarnoldus!)
12+
313
## [3.25.10] - 2025-08-07
414

515
- Add support for GPT-5 (thanks Cline and @app/roomote!)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.25.10",
6+
"version": "3.25.11",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)