From d5b98008284915d62e320720bcd84d1e8ed4f245 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 3 Jan 2026 19:22:59 -0500 Subject: [PATCH] Update CHANGELOG for version 3.38.3 Updated version number and added release notes for version 3.38.3. --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18178a608c..bf223708a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Roo Code Changelog -## 3.38.3 +## [3.38.3] - 2026-01-03 -### Patch Changes - -- - Feat: Add option in Context settings to recursively load `.roo/rules` and `AGENTS.md` from subdirectories (PR #10446 by @mrubens) +- 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) ## [3.38.2] - 2025-12-31