chore: add changeset for v3.22.4 patch release (#5204)

This commit is contained in:
Matt Rubens 2025-06-27 20:16:12 -04:00 committed by GitHub
parent 867eaf4d70
commit 53cf9010da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
.changeset/v3.22.4.md Normal file
View file

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