From beed9dc819dc34058e5ddf5e0834fd67e023cd84 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 26 Aug 2025 16:22:38 -0400 Subject: [PATCH] chore: add changeset for v3.25.24 --- .changeset/v3.25.24.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .changeset/v3.25.24.md diff --git a/.changeset/v3.25.24.md b/.changeset/v3.25.24.md new file mode 100644 index 0000000000..f709e33907 --- /dev/null +++ b/.changeset/v3.25.24.md @@ -0,0 +1,21 @@ +--- +"roo-cline": minor +--- + +- Sonic -> Grok Code Fast +- Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo, PR by @app/roomote) +- Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva) +- Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs) +- Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!) +- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman) +- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote) +- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @app/roomote!) +- feat: Hide static providers with no models from provider list (thanks @daniel-lxs!) +- Add a built-in /init slash command (thanks @mrubens and @hannesrudolph!) +- Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph!) +- Handle substitution patterns in command validation (thanks @mrubens!) +- Mark code-workspace files as protected (thanks @mrubens!) +- Update list of default allowed commands (thanks @mrubens!) +- Follow symlinks in rooignore checks (thanks @mrubens!) +- Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus!) +- chore(deps): Update dependency drizzle-kit to v0.31.4 (thanks @app/renovate!)