From 9918e837baed0d385026ae8bf2a89ab4abf1cb06 Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:05:38 -0700 Subject: [PATCH] Release v3.50.2 (#11631) chore: add changeset for v3.50.2 Co-authored-by: Roo Code --- .changeset/v3.50.2.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.50.2.md diff --git a/.changeset/v3.50.2.md b/.changeset/v3.50.2.md new file mode 100644 index 0000000000..90271b67e1 --- /dev/null +++ b/.changeset/v3.50.2.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- Fix: Inline terminal rendering parity with the VSCode Terminal (#10699 by @jerrill-johnson-bitwerx, PR #11361 by @RussellZager) +- Fix: Enable prompt caching for Bedrock custom ARN and default to ON (#10846 by @wisestmumbler, PR #11373 by @roomote) +- Feat: Add visual feedback to copy button in task actions (#11401 by @omagoduck, PR #11403 by @omagoduck)