File tree Expand file tree Collapse file tree 3 files changed +21
-22
lines changed Expand file tree Collapse file tree 3 files changed +21
-22
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.26.0] - 2025-08-26
4
+
5
+ - Sonic -> Grok Code Fast
6
+ - feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!)
7
+ - feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey , PR by @app/roomote )
8
+ - Add a built-in /init slash command (thanks @mrubens and @hannesrudolph !)
9
+ - Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex , PR by @elianiva )
10
+ - Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome , PR by @daniel-lxs )
11
+ - Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo , PR by @app/roomote )
12
+ - Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph !)
13
+ - Fix: Requesty model listing (#7377 by @dtrugman , PR by @dtrugman )
14
+ - feat: Hide static providers with no models from provider list (thanks @daniel-lxs !)
15
+ - Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph !)
16
+ - Handle substitution patterns in command validation (thanks @mrubens !)
17
+ - Mark code-workspace files as protected (thanks @mrubens !)
18
+ - Update list of default allowed commands (thanks @mrubens !)
19
+ - Follow symlinks in rooignore checks (thanks @mrubens !)
20
+ - Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus !)
21
+ - chore(deps): Update dependency drizzle-kit to v0.31.4 (thanks @app/renovate !)
22
+
3
23
## [ 3.25.23] - 2025-08-22
4
24
5
25
- feat: add custom base URL support for Requesty provider (thanks @requesty-JohnCosta27 !)
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.23 " ,
6
+ "version" : " 3.26.0 " ,
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