-
Notifications
You must be signed in to change notification settings - Fork 182
docs: update image generation documentation and add release notes for… #326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation for image generation features and adds release notes for v3.26.3. The update introduces new image editing capabilities that allow users to transform existing images in their workspace, not just generate new ones from text prompts.
- Adds comprehensive documentation for the new image editing feature
- Creates dedicated v3.26.3 release notes documenting the image editing feature and bug fixes
- Updates the combined v3.26 release notes to include v3.26.3 changes
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Adds navigation entry for v3.26.3 release notes |
| docs/update-notes/v3.26.mdx | Updates combined release notes with v3.26.3 features and fixes |
| docs/update-notes/v3.26.3.mdx | Creates new dedicated release notes for v3.26.3 |
| docs/update-notes/index.md | Adds v3.26.3 to the version index |
| docs/features/image-generation.md | Expands feature documentation to cover image editing capabilities |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| * Release automation: version bumps, changelog updates, and auto-publishing on merge for a faster, more reliable release process. (#[7490](https://github.com/RooCodeInc/Roo-Code/pull/7490)) | ||
| * New TaskSpawned developer event so integrations can detect when a subtask is created and capture its ID for chaining or monitoring. (#[7465](https://github.com/RooCodeInc/Roo-Code/pull/7465)) |
Copilot
AI
Aug 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two bullet points are duplicated from lines above (around line 140). The duplicate entries should be removed to avoid confusion.
| * Release automation: version bumps, changelog updates, and auto-publishing on merge for a faster, more reliable release process. (#[7490](https://github.com/RooCodeInc/Roo-Code/pull/7490)) | |
| * New TaskSpawned developer event so integrations can detect when a subtask is created and capture its ID for chaining or monitoring. (#[7465](https://github.com/RooCodeInc/Roo-Code/pull/7465)) |
| # Image Generation | ||
|
|
||
| Generate images from plain text prompts, save them to your project, and preview them in the chat. This experimental feature requires an OpenRouter API key. | ||
| Generate new images from text prompts or edit existing images in your workspace. Save results to your project with preview in chat. This experimental feature requires an OpenRouter API key. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using consistent terminology: the doc alternates between 'workspace' and 'project'. For clarity, choose one term throughout the document.
| Generate new images from text prompts or edit existing images in your workspace. Save results to your project with preview in chat. This experimental feature requires an OpenRouter API key. | |
| Generate new images from text prompts or edit existing images in your workspace. Save results to your workspace with preview in chat. This experimental feature requires an OpenRouter API key. |
| - Supports PNG, JPG, JPEG, GIF, and WEBP input formats | ||
|
|
||
| PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://github.com/RooCodeInc/Roo-Code/pull/7492), [#7493](https://github.com/RooCodeInc/Roo-Code/pull/7493) | ||
| PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://github.com/RooCodeInc/Roo-Code/pull/7492), [#7493](https://github.com/RooCodeInc/Roo-Code/pull/7493), [#7525](https://github.com/RooCodeInc/Roo-Code/pull/7525)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be an extra closing parenthesis at the end of the PRs list. Please remove one of them.
| PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://github.com/RooCodeInc/Roo-Code/pull/7492), [#7493](https://github.com/RooCodeInc/Roo-Code/pull/7493), [#7525](https://github.com/RooCodeInc/Roo-Code/pull/7525)) | |
| PRs: [#7474](https://github.com/RooCodeInc/Roo-Code/pull/7474), [#7492](https://github.com/RooCodeInc/Roo-Code/pull/7492), [#7493](https://github.com/RooCodeInc/Roo-Code/pull/7493), [#7525](https://github.com/RooCodeInc/Roo-Code/pull/7525) |
… v3.26.3
Important
Updates documentation for image generation to include editing capabilities and adds release notes for version 3.26.3.
image-generation.mdto include image editing capabilities, supporting formats PNG, JPG, JPEG, GIF, WEBP.v3.26.3.mdxwith details on image editing enhancements and bug fixes.index.mdandv3.26.mdxto include version 3.26.3.sidebars.tsto includev3.26.3in the documentation navigation.This description was created by
for 9375b20. You can customize this summary. It will automatically update as commits are pushed.