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