From 619a4f25835f94f1a2cfaea9b401c35726cab996 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 29 Oct 2025 09:58:19 -0400 Subject: [PATCH] chore: add changeset for v3.29.4 --- .changeset/v3.29.4.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/v3.29.4.md diff --git a/.changeset/v3.29.4.md b/.changeset/v3.29.4.md new file mode 100644 index 00000000000..4469bf14a41 --- /dev/null +++ b/.changeset/v3.29.4.md @@ -0,0 +1,10 @@ +--- +"roo-cline": patch +--- + +- Add Minimax Provider support (thanks @Maosghoul!) +- Fix: custom modes under custom path not showing (#8122 by @hannesrudolph, PR by @elianiva) +- Fix: prevent MCP server restart when toggling tool permissions (#8231 by @hannesrudolph, PR by @heyseth) +- Fix: auto-sync enableReasoningEffort with reasoning dropdown selection (thanks @daniel-lxs!) +- Prevent noisy cloud agent exception (thanks @cte!) +- Docs: clarify VS Code LM API integration warning (thanks @hannesrudolph!)