From ee6faf6970ff8e4310cfd7423e4ecab702ae55a9 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 12 Nov 2025 15:53:42 -0500 Subject: [PATCH] chore: add changeset for v3.31.2 --- .changeset/v3.31.2.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/v3.31.2.md diff --git a/.changeset/v3.31.2.md b/.changeset/v3.31.2.md new file mode 100644 index 00000000000..69d674d6c03 --- /dev/null +++ b/.changeset/v3.31.2.md @@ -0,0 +1,9 @@ +--- +"roo-cline": patch +--- + +- Fix: Apply updated API profile settings when provider/model unchanged (#9208 by @hannesrudolph, PR by @hannesrudolph) +- Migrate conversation continuity to plugin-side encrypted reasoning items using Responses API for improved reliability (thanks @hannesrudolph!) +- Fix: Include mcpServers in getState() for auto-approval (#9190 by @bozoweed, PR by @daniel-lxs) +- Batch settings updates from the webview to the extension host for improved performance (thanks @cte!) +- Fix: Replace rate-limited badges with badgen.net to improve README reliability (thanks @daniel-lxs!)