Skip to content

Commit 0d90fac

Browse files
Changeset version bump (#7152)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 6b57c1b commit 0d90fac

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

.changeset/v3.25.16.md

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

CHANGELOG.md

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

3+
## [3.25.16] - 2025-08-16
4+
5+
- Add support for OpenAI gpt-5-chat-latest model (#7057 by @PeterDaveHello, PR by @app/roomote)
6+
- Fix: Use native Ollama API instead of OpenAI compatibility layer (#7070 by @LivioGama, PR by @daniel-lxs)
7+
- Fix: Prevent XML entity decoding in diff tools (#7107 by @indiesewell, PR by @app/roomote)
8+
- Fix: Add type check before calling .match() on diffItem.content (#6905 by @pwilkin, PR by @app/roomote)
9+
- Refactor task execution system: improve call stack management (thanks @catrielmuller!)
10+
- Fix: Enable save button for provider dropdown and checkbox changes (thanks @daniel-lxs!)
11+
- Add an API for resuming tasks by ID (thanks @mrubens!)
12+
- Emit event when a task ask requires interaction (thanks @cte!)
13+
- Make enhance with task history default to true (thanks @liwilliam2021!)
14+
- Fix: Use cline.cwd as primary source for workspace path in codebaseSearchTool (thanks @NaccOll!)
15+
- Hotfix multiple folder workspace checkpoint (thanks @NaccOll!)
16+
317
## [3.25.15] - 2025-08-14
418

519
- Fix: Remove 500-message limit to prevent scrollbar jumping in long conversations (#7052, #7063 by @daniel-lxs, PR by @app/roomote)

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

0 commit comments

Comments
 (0)