diff --git a/.changeset/v3.22.4.md b/.changeset/v3.22.4.md deleted file mode 100644 index a93bdfc488..0000000000 --- a/.changeset/v3.22.4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"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!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 693b40db92..c8d8506278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.22.4 + +### Patch Changes + +- - Fix: resolve E2BIG error by passing large prompts via stdin to Claude CLI (thanks @Fovty!) + ## [3.22.3] - 2025-06-27 - Restore JSON backwards compatibility for .roomodes files (thanks @daniel-lxs!) diff --git a/src/package.json b/src/package.json index 6412b4b858..71085517db 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.22.3", + "version": "3.22.4", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",