Skip to content

Commit b117c0f

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

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

.changeset/v3.25.0.md

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

CHANGELOG.md

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

3+
## [3.25.0] - 2025-07-29
4+
5+
- Add message queueing (thanks @app/roomote!)
6+
- Add custom slash commands
7+
- Add options for URL Context and Grounding with Google Search to the Gemini provider (thanks @HahaBill!)
8+
- Add image support to read_file tool (thanks @samhvw8!)
9+
- Add experimental setting to prevent editor focus disruption (#4784 by @hannesrudolph, PR by @app/roomote)
10+
- Add prompt caching support for LiteLLM (#5791 by @steve-gore-snapdocs, PR by @MuriloFP)
11+
- Add markdown table rendering support
12+
- Fix list_files recursive mode now works for dot directories (#2992 by @avtc, #4807 by @zhang157686, #5409 by @MuriloFP, PR by @MuriloFP)
13+
- Add search functionality to mode selector popup and reorganize layout
14+
- Sync API config selector style with mode selector
15+
- Fix keyboard shortcuts for non-QWERTY layouts (#6161 by @shlgug, PR by @app/roomote)
16+
- Add ESC key handling for modes, API provider, and indexing settings popovers (thanks @app/roomote!)
17+
- Make task mode sticky to task (thanks @app/roomote!)
18+
- Add text wrapping to command patterns in Manage Command Permissions (thanks @app/roomote!)
19+
- Update list-files test for fixed hidden files bug (thanks @daniel-lxs!)
20+
- Fix normalize Windows paths to forward slashes in mode export (#6307 by @hannesrudolph, PR by @app/roomote)
21+
- Ensure form-data >= 4.0.4
22+
- Fix filter out non-text tab inputs (Kilo-Org/kilocode#712 by @szermatt, PR by @hassoncs)
23+
324
## [3.24.0] - 2025-07-25
425

526
- Add Hugging Face provider with support for open source models (thanks @TGlide!)

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

0 commit comments

Comments
 (0)