From 11ed27a925fcec4dc0abeabc63ca9d2d71cba2c6 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 27 Jun 2025 12:53:06 -0400 Subject: [PATCH] v3.22.2 (#5195) --- .changeset/v3.22.2.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/v3.22.2.md diff --git a/.changeset/v3.22.2.md b/.changeset/v3.22.2.md new file mode 100644 index 0000000000..178cf1a5de --- /dev/null +++ b/.changeset/v3.22.2.md @@ -0,0 +1,9 @@ +--- +"roo-cline": patch +--- + +- Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!) +- Fix terminal keyboard shortcut error when adding content to context (thanks @MuriloFP!) +- Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (thanks @daniel-lxs!) +- Fix(i18n): correct gemini cli error translation paths (thanks @daniel-lxs!) +- Code Index (Qdrant) recreate services when change configurations (thanks @catrielmuller!)