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

This commit is contained in:
Matt Rubens 2025-08-29 18:49:37 -04:00 committed by GitHub
parent c3d84d295d
commit 63e40d2cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

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