Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Aug 29, 2025

Important

Add optional input image parameter, refactor settings, and update vitest logging in version 3.26.3.

  • Features:
    • Add optional input image parameter to image generation tool.
    • Show console logging in vitests when the --no-silent flag is set.
  • Refactor:
    • Flatten image generation settings structure.

This description was created by Ellipsis for ade2454. You can customize this summary. It will automatically update as commits are pushed.

@mrubens mrubens requested review from cte and jr as code owners August 29, 2025 22:48
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. changelog-ready labels Aug 29, 2025
@mrubens mrubens merged commit 63e40d2 into main Aug 29, 2025
17 checks passed
@mrubens mrubens deleted the release/v3.26.3 branch August 29, 2025 22:49
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 29, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 29, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding the changeset for v3.26.3! I've reviewed the changes and have a couple of observations for future consideration.

@@ -0,0 +1,7 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is using the version number directly as the changeset filename intentional? Typically changesets use randomly generated names (like brave-pandas-dance.md) to avoid conflicts when multiple contributors create changesets simultaneously. This might be fine for release-specific changesets, but wanted to check if this follows your team's conventions.

"roo-cline": patch
---

- Add optional input image parameter to image generation tool (thanks @roomote!)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice touch crediting the contributors! Could we verify that the (thanks @username!) format will render correctly in the generated changelog? Different changelog generators handle attribution differently, so it might be worth confirming this aligns with your changelog configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-ready size:XS This PR changes 0-9 lines, ignoring generated files.