From 6b57c1bd3d53a95c5b02a769c038b73aee1cd6c8 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 16 Aug 2025 22:51:42 -0400 Subject: [PATCH] Release v3.25.16 (#7151) --- .changeset/v3.25.16.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changeset/v3.25.16.md diff --git a/.changeset/v3.25.16.md b/.changeset/v3.25.16.md new file mode 100644 index 0000000000..a04c5dfbb5 --- /dev/null +++ b/.changeset/v3.25.16.md @@ -0,0 +1,15 @@ +--- +"roo-cline": patch +--- + +- Add support for OpenAI gpt-5-chat-latest model (#7057 by @PeterDaveHello, PR by @app/roomote) +- Fix: Use native Ollama API instead of OpenAI compatibility layer (#7070 by @LivioGama, PR by @daniel-lxs) +- Fix: Prevent XML entity decoding in diff tools (#7107 by @indiesewell, PR by @app/roomote) +- Fix: Add type check before calling .match() on diffItem.content (#6905 by @pwilkin, PR by @app/roomote) +- Refactor task execution system: improve call stack management (thanks @catrielmuller!) +- Fix: Enable save button for provider dropdown and checkbox changes (thanks @daniel-lxs!) +- Add an API for resuming tasks by ID (thanks @mrubens!) +- Emit event when a task ask requires interaction (thanks @cte!) +- Make enhance with task history default to true (thanks @liwilliam2021!) +- Fix: Use cline.cwd as primary source for workspace path in codebaseSearchTool (thanks @NaccOll!) +- Hotfix multiple folder workspace checkpoint (thanks @NaccOll!)