Browse Source

chore: add changeset for v3.26.3 (#7541)

Matt Rubens 6 months ago
parent
commit
63e40d2cc8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .changeset/v3.26.3.md

+ 7 - 0
.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!)