Skip to content

Commit 31df9bd

Browse files
Changeset version bump (#6738)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 1805b75 commit 31df9bd

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed

.changeset/3.25.7.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Roo Code Changelog
22

3+
## [3.25.7] - 2025-08-05
4+
5+
- Add support for Claude Opus 4.1
6+
- Add Fireworks AI provider (#6653 by @ershang-fireworks, PR by @ershang-fireworks)
7+
- Add Z AI provider (thanks @jues!)
8+
- Add Groq support for GPT-OSS
9+
- Add code indexing support for multiple folders similar to task history (#6197 by @NaccOll, PR by @NaccOll)
10+
- Make mode selection dropdowns responsive (#6423 by @AyazKaan, PR by @AyazKaan)
11+
- Redesigned task header and task history (thanks @brunobergher!)
12+
- Fix checkpoints timing and ensure checkpoints work properly (#4827 by @mrubens, PR by @NaccOll)
13+
- Fix empty mode names from being saved (#5766 by @kfxmvp, PR by @app/roomote)
14+
- Fix MCP server creation when setting is disabled (#6607 by @characharm, PR by @app/roomote)
15+
- Update highlight layer style and align to textarea (#6647 by @NaccOll, PR by @NaccOll)
16+
- Fix UI for approving chained commands
17+
- Use assistantMessageParser class instead of parseAssistantMessage (#5340 by @qdaxb, PR by @qdaxb)
18+
- Conditionally include reminder section based on todo list config (thanks @NaccOll!)
19+
- Task and TaskProvider event emitter cleanup with new events (thanks @cte!)
20+
321
## [3.25.6] - 2025-08-01
422

523
- Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.25.6",
6+
"version": "3.25.7",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)