-
Notifications
You must be signed in to change notification settings - Fork 182
3.26.2 #325
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
3.26.2 #325
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 adds release notes for version 3.26.2, introducing image generation functionality via OpenRouter, GPT-5 usage improvements, and quality-of-life enhancements.
- Added image generation feature with OpenRouter integration and free Gemini preview option
- Improved GPT-5 availability by removing BYOK rate limit restrictions
- Various UI improvements and bug fixes for better user experience
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Added navigation entries for new image generation docs and v3.26.2 release notes |
| docs/update-notes/v3.26.mdx | Updated combined release notes to include v3.26.2 content |
| docs/update-notes/v3.26.2.mdx | New release notes document for v3.26.2 |
| docs/update-notes/index.md | Added v3.26.2 to version index |
| docs/features/image-generation.md | New documentation for image generation feature |
| docs/features/experimental/experimental-features.md | Added image generation to experimental features list |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| * Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479)) | ||
| * Improved padding and click targets in the image model picker for easier selection and fewer misclicks. (#[7494](https://github.com/RooCodeInc/Roo-Code/pull/7494)) | ||
| * Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479)) |
Copilot
AI
Aug 28, 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 lines are duplicated. Remove lines 97-98 as they repeat the exact same content as lines 95-96.
| * Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479)) | |
| * Improved padding and click targets in the image model picker for easier selection and fewer misclicks. (#[7494](https://github.com/RooCodeInc/Roo-Code/pull/7494)) | |
| * Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7479)) | |
| * Generic default filename for saved images (e.g., `img_<timestamp>`) instead of `mermaid_diagram_<timestamp>`. (#[7479](https://github.com/RooCodeInc/Roo-Code/pull/7499)) |
Important
Introduces experimental image generation feature using OpenRouter API, updates documentation, and adds release notes for version 3.26.2 with improvements and bug fixes.
image-generation.md.experimental-features.mdto include Image Generation.v3.26.2.mdx, highlighting image generation, GPT-5 improvements, and QOL updates.index.mdandv3.26.mdxto include version 3.26.2.sidebars.tsto include new documentation paths for image generation and version 3.26.2.This description was created by
for 95ea49f. You can customize this summary. It will automatically update as commits are pushed.