Skip to main content

Roo Code 3.26.3 Release Notes (2025-08-29)

This release adds image editing capabilities to the image generation tool and improves developer experience.

Image Editing with Input Imagesโ€‹

We've enhanced the image generation tool with the ability to edit and transform existing images (#7525):

  • Transform Existing Images: Apply artistic styles, convert photos to paintings, or create variations of existing artwork
  • Style Transfer: Convert images into watercolor, oil painting, sketch, or other artistic styles
  • Image Enhancement: Upscale and enhance existing images to higher resolution while maintaining composition
  • Creative Editing: Use text prompts to modify specific aspects of an image while preserving the rest

The tool now accepts an optional image parameter for transforming existing images in your workspace. Supported input formats include PNG, JPG, JPEG, GIF, and WEBP.

๐Ÿ“š Documentation: See Image Generation - Editing Existing Images for detailed usage and transformation examples.

Bug Fixesโ€‹

  • Image Generation Settings: Fixed issue where the saved API key would clear when switching modes (#7536)

Misc Improvementsโ€‹

  • Test Debugging: Console logs now visible in tests when using the --no-silent flag (thanks hassoncs!) (#7467)