From 3cb36ab661be3dce16dd51be0a495eefed2b810c Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 8 Jan 2026 17:44:21 -0500 Subject: [PATCH] chore: add changeset for v3.39.1 --- .changeset/v3.39.1.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.39.1.md diff --git a/.changeset/v3.39.1.md b/.changeset/v3.39.1.md new file mode 100644 index 00000000000..b66f3c47eef --- /dev/null +++ b/.changeset/v3.39.1.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- Fix: Stabilize file paths during native tool call streaming to prevent path corruption (PR #10555 by @daniel-lxs) +- Fix: Disable Gemini thought signature persistence to prevent corrupted signature errors (PR #10554 by @daniel-lxs) +- Fix: Change minItems from 2 to 1 for Anthropic API compatibility (PR #10551 by @daniel-lxs)