From 695ba468fffc31f47bea8a148f1f9639b6ce9cc8 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 18 Jan 2026 08:01:31 -0500 Subject: [PATCH] chore: add changeset for v3.41.3 (#10822) --- .changeset/v3.41.3.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/v3.41.3.md diff --git a/.changeset/v3.41.3.md b/.changeset/v3.41.3.md new file mode 100644 index 0000000000..ed8459cecb --- /dev/null +++ b/.changeset/v3.41.3.md @@ -0,0 +1,11 @@ +--- +"roo-cline": patch +--- + +- Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote) +- Add Claude-like CLI flags and authentication fixes for the Roo Code CLI (PR #10797 by @cte) +- Improve CLI authentication by using a redirect instead of a fetch (PR #10799 by @cte) +- Fix: Roo Code Router fixes for the CLI (PR #10789 by @cte) +- Release CLI v0.0.48 with latest improvements (PR #10800 by @cte) +- Release CLI v0.0.47 (PR #10798 by @cte) +- Revert E2E tests enablement to address stability issues (PR #10794 by @cte)