From 2b26cf30115e546b5c409604be22731a11098de5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 09:51:25 -0500 Subject: [PATCH] Changeset version bump (#9233) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.31.3.md | 9 --------- CHANGELOG.md | 8 ++++++++ src/package.json | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 .changeset/v3.31.3.md diff --git a/.changeset/v3.31.3.md b/.changeset/v3.31.3.md deleted file mode 100644 index 640d0b20ad..0000000000 --- a/.changeset/v3.31.3.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.31.3 Release - Kangaroo Decrypting a Message](/releases/3.31.3-release.png) - -- Fix: OpenAI Native encrypted_content handling and remove gpt-5-chat-latest verbosity flag (#9225 by @politsin, PR by @hannesrudolph) -- Fix: Roo Code Cloud provider Anthropic input token normalization to avoid double-counting (thanks @hannesrudolph!) -- Refactor: Rename sliding-window to context-management and truncateConversationIfNeeded to manageContext (thanks @hannesrudolph!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e43a1e7b2..93c9ab34cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Roo Code Changelog +## [3.31.3] - 2025-11-13 + +![3.31.3 Release - Kangaroo Decrypting a Message](/releases/3.31.3-release.png) + +- Fix: OpenAI Native encrypted_content handling and remove gpt-5-chat-latest verbosity flag (#9225 by @politsin, PR by @hannesrudolph) +- Fix: Roo Code Cloud provider Anthropic input token normalization to avoid double-counting (thanks @hannesrudolph!) +- Refactor: Rename sliding-window to context-management and truncateConversationIfNeeded to manageContext (thanks @hannesrudolph!) + ## [3.31.2] - 2025-11-12 - Fix: Apply updated API profile settings when provider/model unchanged (#9208 by @hannesrudolph, PR by @hannesrudolph) diff --git a/src/package.json b/src/package.json index eba5bdfaaa..74a312daa7 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.31.2", + "version": "3.31.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",