From a44745e9106e5268c7fb6ad2258ab11c80d8b5e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:05:41 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.25.11.md | 11 ----------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changeset/v3.25.11.md diff --git a/.changeset/v3.25.11.md b/.changeset/v3.25.11.md deleted file mode 100644 index b2fa262b4b..0000000000 --- a/.changeset/v3.25.11.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Token usage and cost often being underreported (thanks @chrarnoldus!) -- Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs) -- Add: IO Intelligence Provider support (thanks @ertan2002!) -- Fix: MCP startup issues and remove refresh notifications (thanks @hannesrudolph!) -- Fix: GPT5 OpenAI provider configuration (thanks @hannesrudolph!) -- Fix: Clarify codebase_search path parameter as optional and improve tool descriptions (thanks @app/roomote!) -- Fix: Bedrock provider workaround for LiteLLM passthrough issues (thanks @jr!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777d1eab0d..9330e56e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.25.11 + +### Patch Changes + +- - Fix: Token usage and cost often being underreported (thanks @chrarnoldus!) + ## [3.25.10] - 2025-08-07 - Add support for GPT-5 (thanks Cline and @app/roomote!) diff --git a/src/package.json b/src/package.json index 499cd403ce..f720857372 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.10", + "version": "3.25.11", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 4dea788e6ecd79ee410df8573340262f6bbe48bb Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 11 Aug 2025 17:09:15 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9330e56e44..abf82c348c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Roo Code Changelog -## 3.25.11 - -### Patch Changes - -- - Fix: Token usage and cost often being underreported (thanks @chrarnoldus!) +## [3.25.11] - 2025-08-11 + +- Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs) +- Add: IO Intelligence Provider support (thanks @ertan2002!) +- Fix: MCP startup issues and remove refresh notifications (thanks @hannesrudolph!) +- Fix: Improvements to GPT-5 OpenAI provider configuration (thanks @hannesrudolph!) +- Fix: Clarify codebase_search path parameter as optional and improve tool descriptions (thanks @app/roomote!) +- Fix: Bedrock provider workaround for LiteLLM passthrough issues (thanks @jr!) +- Fix: Token usage and cost being underreported on cancelled requests (thanks @chrarnoldus!) ## [3.25.10] - 2025-08-07