From 5d1f2088df1ea3d8afe63ecbaebe8f3adfc17650 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 3 Jan 2026 19:18:05 -0500 Subject: [PATCH] chore: add changeset for v3.38.3 --- .changeset/v3.38.3.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/v3.38.3.md diff --git a/.changeset/v3.38.3.md b/.changeset/v3.38.3.md new file mode 100644 index 00000000000..d03c3465bb7 --- /dev/null +++ b/.changeset/v3.38.3.md @@ -0,0 +1,8 @@ +--- +"roo-cline": patch +--- + +- Feat: Add option in Context settings to recursively load `.roo/rules` and `AGENTS.md` from subdirectories (PR #10446 by @mrubens) +- Fix: Stop frequent Claude Code sign-ins by hardening OAuth refresh token handling (PR #10410 by @hannesrudolph) +- Fix: Add `maxConcurrentFileReads` limit to native `read_file` tool schema (PR #10449 by @app/roomote) +- Fix: Add type check for `lastMessage.text` in TTS useEffect to prevent runtime errors (PR #10431 by @app/roomote)