Skip to content
Merged

v3.26.4 #7579

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/v3.26.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"roo-cline": patch
---

![3.26.4 Release - Memory Optimization](/releases/3.26.4-release.png)

- Optimize memory usage for image handling in webview (thanks @daniel-lxs!)
- Fix: Special tokens should not break task processing (#7539 by @pwilkin, PR by @pwilkin)
- Add Ollama API key support for Turbo mode (#7147 by @LivioGama, PR by @app/roomote)
- Rename Account tab to Cloud tab for clarity (thanks @app/roomote!)
Copy link

Choose a reason for hiding this comment

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

Is this intentional? I noticed the attribution format varies here:

  • Lines 8-9 use: (#ISSUE by @reporter, PR by @contributor)
  • Lines 10-11 use: (thanks @contributor!)

According to the release.md guidelines, entries with linked issues should use the first format, while entries without issues should use the second. Could lines 10-11 be missing their issue references if they have any?

- Add kangaroo-themed release image generation (thanks @mrubens!)
2 changes: 1 addition & 1 deletion .roo/commands/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ argument-hint: patch | minor | major
6. If the generate_image tool is available, create a release image at `releases/[version]-release.png`
- The image should feature a realistic-looking kangaroo doing something human-like that relates to the main highlight of the release
- Pass `releases/template.png` as the reference image for aspect ratio and kangaroo style
- Add the generated image to .changeset/v[version].md before the list of changes with format: `![X.Y.Z Release - Description](releases/X.Y.Z-release.png)`
- Add the generated image to .changeset/v[version].md before the list of changes with format: `![X.Y.Z Release - Description](/releases/X.Y.Z-release.png)`
Copy link

Choose a reason for hiding this comment

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

Good change to use absolute paths! Could we add a comment explaining why /releases/ is preferred over releases/? This would help future contributors understand that absolute paths ensure images render correctly regardless of the viewing context (e.g., GitHub, npm, local markdown viewers).

7. If a major or minor release:
- Ask the user what the three most important areas to highlight are in the release
- Update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts)
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## [3.26.3] - 2025-08-29

![3.26.3 Release - Kangaroo Photo Editor](releases/3.26.3-release.png)
![3.26.3 Release - Kangaroo Photo Editor](/releases/3.26.3-release.png)

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

## [3.26.2] - 2025-08-28

![3.26.2 Release - Kangaroo Digital Artist](releases/3.26.2-release.png)
![3.26.2 Release - Kangaroo Digital Artist](/releases/3.26.2-release.png)

- feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!)
- Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs)
Expand All @@ -19,7 +19,7 @@

## [3.26.1] - 2025-08-27

![3.26.1 Release - Kangaroo Network Engineer](releases/3.26.1-release.png)
![3.26.1 Release - Kangaroo Network Engineer](/releases/3.26.1-release.png)

- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
- Add support for Vercel embeddings (thanks @mrubens!)
Expand All @@ -31,7 +31,7 @@

## [3.26.0] - 2025-08-26

![3.26.0 Release - Kangaroo Speed Racer](releases/3.26.0-release.png)
![3.26.0 Release - Kangaroo Speed Racer](/releases/3.26.0-release.png)

- Sonic -> Grok Code Fast
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!)
Expand Down
Binary file added releases/3.26.4-release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading