Skip to content

Commit 8864651

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

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

.changeset/v3.27.0.md

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

CHANGELOG.md

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

3-
## [3.26.7] - 2025-09-05
3+
## [3.27.0] - 2025-09-05
4+
5+
![3.27.0 Release - Bug Fixes and Improvements](/releases/3.27.0-release.png)
6+
7+
- Add: User message editing and deletion functionality (thanks @NaccOll!)
8+
- Add: Kimi K2-0905 model support in Chutes provider (#7700 by @pwilkin, PR by @app/roomote)
9+
- Fix: Prevent stack overflow in codebase indexing for large projects (#7588 by @StarTrai1, PR by @daniel-lxs)
10+
- Fix: Resolve race condition in Gemini Grounding Sources by improving code design (#6372 by @daniel-lxs, PR by @HahaBill)
11+
- Fix: Preserve conversation context by retrying with full conversation on invalid previous_response_id (thanks @daniel-lxs!)
12+
- Fix: Identify MCP and slash command config path in multiple folder workspaces (#6720 by @kfuglsang, PR by @NaccOll)
13+
- Fix: Handle array paths from VSCode terminal profiles correctly (#7695 by @Amosvcc, PR by @app/roomote)
14+
- Fix: Improve WelcomeView styling and readability (thanks @daniel-lxs!)
15+
- Fix: Resolve CI e2e test ETIMEDOUT errors when downloading VS Code (thanks @daniel-lxs!)
16+
17+
## [3.26.7] - 2025-09-04
418

519
![3.26.7 Release - OpenAI Service Tiers](/releases/3.26.7-release.png)
620

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

0 commit comments

Comments
 (0)