From ade2454a18f499ceda3639d31a7b6c53e36acb98 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 29 Aug 2025 18:46:50 -0400 Subject: [PATCH] chore: add changeset for v3.26.3 --- .changeset/v3.26.3.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.26.3.md diff --git a/.changeset/v3.26.3.md b/.changeset/v3.26.3.md new file mode 100644 index 00000000000..11b0423e7e3 --- /dev/null +++ b/.changeset/v3.26.3.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- Add optional input image parameter to image generation tool (thanks @roomote!) +- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!) +- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)