File tree Expand file tree Collapse file tree 3 files changed +19
-20
lines changed Expand file tree Collapse file tree 3 files changed +19
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Roo Code Changelog
2
2
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
+
3
21
## [ 3.25.6] - 2025-08-01
4
22
5
23
- Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph , PR by @app/roomote )
Original file line number Diff line number Diff line change 3
3
"displayName" : " %extension.displayName%" ,
4
4
"description" : " %extension.description%" ,
5
5
"publisher" : " RooVeterinaryInc" ,
6
- "version" : " 3.25.6 " ,
6
+ "version" : " 3.25.7 " ,
7
7
"icon" : " assets/icons/icon.png" ,
8
8
"galleryBanner" : {
9
9
"color" : " #617A91" ,
You can’t perform that action at this time.
0 commit comments