Skip to content

Commit 7c91e4f

Browse files
Changeset version bump (#7429)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent f9921ff commit 7c91e4f

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

.changeset/v3.25.24.md

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

CHANGELOG.md

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

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+
323
## [3.25.23] - 2025-08-22
424

525
- feat: add custom base URL support for Requesty provider (thanks @requesty-JohnCosta27!)

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.23",
6+
"version": "3.26.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)