Skip to content

Commit bd1f890

Browse files
Changeset version bump (#8855)
* changeset version bump * Update CHANGELOG for version 3.29.1 release Updated version number and added release notes for 3.29.1. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 0e0b5c7 commit bd1f890

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.changeset/v3.29.1.md

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

CHANGELOG.md

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

3+
## [3.29.1] - 2025-10-26
4+
5+
![3.29.1 Release - Window Cleaning](/releases/3.29.1-release.png)
6+
7+
- Fix: Clean up max output token calculations to prevent context window overruns (#8821 by @enerage, PR by @roomote)
8+
- Fix: Change Add to Context keybinding to avoid Redo conflict (#8652 by @swythan, PR by @roomote)
9+
- Fix provider model loading race conditions (thanks @mrubens!)
10+
311
## [3.29.0] - 2025-10-24
412

513
![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png)

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

0 commit comments

Comments
 (0)