Skip to content

Commit 245bc2a

Browse files
Changeset version bump (#7019)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 2083d11 commit 245bc2a

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

.changeset/v3.25.12.md

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

CHANGELOG.md

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

3+
## [3.25.12] - 2025-08-12
4+
5+
- Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!)
6+
- Add: Minimal reasoning support to OpenRouter (thanks @daniel-lxs!)
7+
- Fix: Add configurable API request timeout for local providers (#6521 by @dabockster, PR by @app/roomote)
8+
- Fix: Add --no-sandbox flag to browser launch options (#6632 by @QuinsZouls, PR by @QuinsZouls)
9+
- Fix: Ensure JSON files respect .rooignore during indexing (#6690 by @evermoving, PR by @app/roomote)
10+
- Add: New Chutes provider models (#6698 by @fstandhartinger, PR by @app/roomote)
11+
- Add: OpenAI gpt-oss models to Amazon Bedrock dropdown (#6752 by @josh-clanton-powerschool, PR by @app/roomote)
12+
- Fix: Correct tool repetition detector to not block first tool call when limit is 1 (#6834 by @NaccOll, PR by @app/roomote)
13+
- Fix: Improve checkpoint service initialization handling (thanks @NaccOll!)
14+
- Update: Improve zh-TW Traditional Chinese locale (thanks @PeterDaveHello!)
15+
- Add: Task expand and collapse translations (thanks @app/roomote!)
16+
- Update: Exclude GPT-5 models from 20% context window output token cap (thanks @app/roomote!)
17+
- Fix: Truncate long model names in model selector to prevent overflow (thanks @app/roomote!)
18+
- Add: Requesty base url support (thanks @requesty-JohnCosta27!)
19+
320
## [3.25.11] - 2025-08-11
421

522
- Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs)

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

0 commit comments

Comments
 (0)