Skip to content

Commit 97331bc

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

File tree

3 files changed

+28
-29
lines changed

3 files changed

+28
-29
lines changed

.changeset/v3.29.0.md

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

CHANGELOG.md

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

3+
## [3.29.0] - 2025-10-24
4+
5+
![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png)
6+
7+
- Add token-budget based file reading with intelligent preview to avoid context overruns (thanks @daniel-lxs!)
8+
- Enable browser-use tool for all image-capable models (#8116 by @hannesrudolph, PR by @app/roomote!)
9+
- Add dynamic model loading for Roo Code Cloud provider (thanks @app/roomote!)
10+
- Fix: Respect nested .gitignore files in search_files (#7921 by @hannesrudolph, PR by @daniel-lxs)
11+
- Fix: Preserve trailing newlines in stripLineNumbers for apply_diff (#8020 by @liyi3c, PR by @app/roomote)
12+
- Fix: Exclude max tokens field for models that don't support it in export (#7944 by @hannesrudolph, PR by @elianiva)
13+
- Retry API requests on stream failures instead of aborting task (thanks @daniel-lxs!)
14+
- Improve auto-approve button responsiveness (thanks @daniel-lxs!)
15+
- Add checkpoint initialization timeout settings and fix checkpoint timeout warnings (#7843 by @NaccOll, PR by @NaccOll)
16+
- Always show checkpoint restore options regardless of change detection (thanks @daniel-lxs!)
17+
- Improve checkpoint menu translations (thanks @daniel-lxs!)
18+
- Add GLM-4.6-turbo model to chutes ai provider (thanks @mohammad154!)
19+
- Add Claude Haiku 4.5 to prompt caching models (thanks @hannesrudolph!)
20+
- Expand Z.ai model coverage with GLM-4.5-X, AirX, Flash (thanks @hannesrudolph!)
21+
- Update Mistral Medium model name (#8362 by @ThomsenDrake, PR by @ThomsenDrake)
22+
- Remove GPT-5 instructions/reasoning_summary from UI message metadata to prevent ui_messages.json bloat (thanks @hannesrudolph!)
23+
- Normalize docs-extractor audience tags; remove admin/stakeholder; strip tool invocations (thanks @hannesrudolph!)
24+
- Update X/Twitter username from roo_code to roocode (thanks @app/roomote!)
25+
- Update Configuring Profiles video link (thanks @app/roomote!)
26+
- Fix link text for Roomote Control in README (thanks @laz-001!)
27+
- Remove verbose error for cloud agents (thanks @cte!)
28+
- Try 5s status mutation timeout (thanks @cte!)
29+
330
## [3.28.18] - 2025-10-17
431

532
- Fix: Remove request content from UI messages to improve performance and reduce clutter (#5601 by @MuriloFP, #8594 by @multivac2x, #8690 by @hannesrudolph, PR by @mrubens)

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

0 commit comments

Comments
 (0)