From 53cf9010da2c13b7dd41176e7f44181e2c55e3c7 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 27 Jun 2025 20:16:12 -0400 Subject: [PATCH] chore: add changeset for v3.22.4 patch release (#5204) --- .changeset/v3.22.4.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.22.4.md diff --git a/.changeset/v3.22.4.md b/.changeset/v3.22.4.md new file mode 100644 index 0000000000..a93bdfc488 --- /dev/null +++ b/.changeset/v3.22.4.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- Fix: resolve E2BIG error by passing large prompts via stdin to Claude CLI (thanks @Fovty!) +- Add optional mode suggestions to follow-up questions (thanks @mrubens!) +- Fix: move StandardTooltip inside PopoverTrigger in ShareButton (thanks @daniel-lxs!)