Skip to content

Commit 9a8ac61

Browse files
Changeset version bump (#7307)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <[email protected]>
1 parent 5febc54 commit 9a8ac61

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.changeset/full-pets-punch.md

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

CHANGELOG.md

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

3+
## [3.25.21] - 2025-08-21
4+
5+
- Ensure subtask results are provided to GPT-5 in OpenAI Responses API
6+
- Promote the experimental AssistantMessageParser to the default parser
7+
- Update DeepSeek models context window to 128k (thanks @JuanPerezReal)
8+
- Enable grounding features for Vertex AI (thanks @anguslees)
9+
- Allow orchestrator to pass TODO lists to subtasks
10+
- Improved MDM handling
11+
- Handle nullish token values in ContextCondenseRow to prevent UI crash (thanks @s97712)
12+
- Improved context window error handling for OpenAI and other providers
13+
- Add "installed" filter to Roo Marketplace (thanks @semidark)
14+
- Improve filesystem access checks (thanks @elianiva)
15+
- Support for loading Roo modes from multiple YAML files in the `.roo/roo_modes` directory (thanks @farazoman)
16+
- Add Featherless provider (thanks @DarinVerheijke)
17+
318
## [3.25.20] - 2025-08-19
419

520
- Add announcement for Sonic model

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

0 commit comments

Comments
 (0)