Skip to content

Commit d23bc01

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

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.changeset/v3.26.1.md

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

CHANGELOG.md

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

3+
## [3.26.1] - 2025-08-27
4+
5+
- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
6+
- Add support for Vercel embeddings (thanks @mrubens!)
7+
- Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!)
8+
- Show model ID in API configuration dropdown (thanks @daniel-lxs!)
9+
- Update tooltip component to match native VSCode tooltip shadow styling (thanks @roomote!)
10+
- Fix: remove duplicate cache display in task header (thanks @mrubens!)
11+
- Random chat text area cleanup (thanks @cte!)
12+
313
## [3.26.0] - 2025-08-26
414

515
- Sonic -> Grok Code Fast

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

0 commit comments

Comments
 (0)