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!)