Skip to content

Commit bfe5486

Browse files
committed
Merge branch 'main' into add_api_key_env_vars
Signed-off-by: Geoff Wilson <[email protected]>
2 parents b39fdb9 + 130ce29 commit bfe5486

File tree

399 files changed

+16472
-3580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+16472
-3580
lines changed

.roo/commands/release.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,19 @@ argument-hint: patch | minor | major
2626
- Without issue: "- Add support for Gemini 2.5 Pro caching (thanks @contributor!)"
2727
- CRITICAL: Include EVERY SINGLE PR in the changeset - don't assume you know which ones are important. Count the total PRs to verify completeness and cross-reference the list to ensure nothing is missed.
2828

29-
6. If a major or minor release:
29+
6. If the generate_image tool is available, create a release image at `releases/[version]-release.png`
30+
- The image should feature a realistic-looking kangaroo doing something human-like that relates to the main highlight of the release
31+
- Pass `releases/template.png` as the reference image for aspect ratio and kangaroo style
32+
- 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)`
33+
7. If a major or minor release:
3034
- Ask the user what the three most important areas to highlight are in the release
3135
- 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)
3236
- Ask the user to confirm that the English version looks good to them before proceeding
3337
- Use the new_task tool to create a subtask in `translate` mode with detailed instructions of which content needs to be translated into all supported languages (The READMEs as well as the translation strings)
34-
7. Create a new branch for the release preparation: `git checkout -b release/v[version]`
35-
8. Commit and push the changeset file and any documentation updates to the repository: `git add . && git commit -m "chore: add changeset for v[version]" && git push origin release/v[version]`
36-
9. Create a pull request for the release: `gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the changeset and any necessary documentation updates." --base main --head release/v[version]`
37-
10. The GitHub Actions workflow will automatically:
38+
8. Create a new branch for the release preparation: `git checkout -b release/v[version]`
39+
9. Commit and push the changeset file and any documentation updates to the repository: `git add . && git commit -m "chore: add changeset for v[version]" && git push origin release/v[version]`
40+
10. Create a pull request for the release: `gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the changeset and any necessary documentation updates." --base main --head release/v[version]`
41+
11. The GitHub Actions workflow will automatically:
3842
- Create a version bump PR when changesets are merged to main
3943
- Update the CHANGELOG.md with proper formatting
4044
- Publish the release when the version bump PR is merged

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,58 @@
11
# Roo Code Changelog
22

3+
## [3.26.5] - 2025-09-03
4+
5+
![3.26.5 Release - Enhanced AI Thinking Capabilities](/releases/3.26.5-release.png)
6+
7+
- feat: Add support for Qwen3 235B A22B Thinking 2507 model in chutes (thanks @mohammad154!)
8+
- feat: Add auto-approve support for MCP access_resource tool (#7565 by @m-ibm, PR by @daniel-lxs)
9+
- feat: Add configurable embedding batch size for code indexing (#7356 by @BenLampson, PR by @app/roomote)
10+
- fix: Add cache reporting support for OpenAI-Native provider (thanks @hannesrudolph!)
11+
- feat: Move message queue to the extension host for better performance (thanks @cte!)
12+
13+
## [3.26.4] - 2025-09-01
14+
15+
![3.26.4 Release - Memory Optimization](/releases/3.26.4-release.png)
16+
17+
- Optimize memory usage for image handling in webview (thanks @daniel-lxs!)
18+
- Fix: Special tokens should not break task processing (#7539 by @pwilkin, PR by @pwilkin)
19+
- Add Ollama API key support for Turbo mode (#7147 by @LivioGama, PR by @app/roomote)
20+
- Rename Account tab to Cloud tab for clarity (thanks @app/roomote!)
21+
- Add kangaroo-themed release image generation (thanks @mrubens!)
22+
23+
## [3.26.3] - 2025-08-29
24+
25+
![3.26.3 Release - Kangaroo Photo Editor](/releases/3.26.3-release.png)
26+
27+
- Add optional input image parameter to image generation tool (thanks @roomote!)
28+
- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!)
29+
- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)
30+
31+
## [3.26.2] - 2025-08-28
32+
33+
![3.26.2 Release - Kangaroo Digital Artist](/releases/3.26.2-release.png)
34+
35+
- feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!)
36+
- Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs)
37+
- Fix: Hide .rooignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote)
38+
- Fix: Exclude browser scroll actions from repetition detection (#7470 by @cgrierson-smartsheet, PR by @app/roomote)
39+
40+
## [3.26.1] - 2025-08-27
41+
42+
![3.26.1 Release - Kangaroo Network Engineer](/releases/3.26.1-release.png)
43+
44+
- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
45+
- Add support for Vercel embeddings (thanks @mrubens!)
46+
- Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!)
47+
- Show model ID in API configuration dropdown (thanks @daniel-lxs!)
48+
- Update tooltip component to match native VSCode tooltip shadow styling (thanks @roomote!)
49+
- Fix: remove duplicate cache display in task header (thanks @mrubens!)
50+
- Random chat text area cleanup (thanks @cte!)
51+
352
## [3.26.0] - 2025-08-26
453

54+
![3.26.0 Release - Kangaroo Speed Racer](/releases/3.26.0-release.png)
55+
556
- Sonic -> Grok Code Fast
657
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!)
758
- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)

0 commit comments

Comments
 (0)