From d3f1810e8ad6ddf9344cf1b2857e5a914ab9ba33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:46:57 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.29.0.md | 28 ---------------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 .changeset/v3.29.0.md diff --git a/.changeset/v3.29.0.md b/.changeset/v3.29.0.md deleted file mode 100644 index 3362e5cefed..00000000000 --- a/.changeset/v3.29.0.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png) - -- Add token-budget based file reading with intelligent preview to avoid context overruns (thanks @daniel-lxs!) -- Enable browser-use tool for all image-capable models (#8116 by @hannesrudolph, PR by @app/roomote!) -- Add dynamic model loading for Roo Code Cloud provider (thanks @app/roomote!) -- Fix: Respect nested .gitignore files in search_files (#7921 by @hannesrudolph, PR by @daniel-lxs) -- Fix: Preserve trailing newlines in stripLineNumbers for apply_diff (#8020 by @liyi3c, PR by @app/roomote) -- Fix: Exclude max tokens field for models that don't support it in export (#7944 by @hannesrudolph, PR by @elianiva) -- Retry API requests on stream failures instead of aborting task (thanks @daniel-lxs!) -- Improve auto-approve button responsiveness (thanks @daniel-lxs!) -- Add checkpoint initialization timeout settings and fix checkpoint timeout warnings (#7843 by @NaccOll, PR by @NaccOll) -- Always show checkpoint restore options regardless of change detection (thanks @daniel-lxs!) -- Improve checkpoint menu translations (thanks @daniel-lxs!) -- Add GLM-4.6-turbo model to chutes ai provider (thanks @mohammad154!) -- Add Claude Haiku 4.5 to prompt caching models (thanks @hannesrudolph!) -- Expand Z.ai model coverage with GLM-4.5-X, AirX, Flash (thanks @hannesrudolph!) -- Update Mistral Medium model name (#8362 by @ThomsenDrake, PR by @ThomsenDrake) -- Remove GPT-5 instructions/reasoning_summary from UI message metadata to prevent ui_messages.json bloat (thanks @hannesrudolph!) -- Normalize docs-extractor audience tags; remove admin/stakeholder; strip tool invocations (thanks @hannesrudolph!) -- Update X/Twitter username from roo_code to roocode (thanks @app/roomote!) -- Update Configuring Profiles video link (thanks @app/roomote!) -- Fix link text for Roomote Control in README (thanks @laz-001!) -- Remove verbose error for cloud agents (thanks @cte!) -- Try 5s status mutation timeout (thanks @cte!) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc160e4821..e76fc85ce1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.29.0 + +### Minor Changes + +- ![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png) + ## [3.28.18] - 2025-10-17 - 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) diff --git a/src/package.json b/src/package.json index 5ddb9f3f444..2ad310c04ab 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.18", + "version": "3.29.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From d58bc4ce562f3d1148a6386c855f2aba3395e832 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 24 Oct 2025 17:51:03 -0400 Subject: [PATCH 2/2] Update CHANGELOG for version 3.29.0 Added detailed release notes for version 3.29.0, including new features, fixes, and contributions from various developers. --- CHANGELOG.md | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76fc85ce1c..8ca62c5eb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,31 @@ # Roo Code Changelog -## 3.29.0 - -### Minor Changes - -- ![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png) +## [3.29.0] - 2025-10-24 + +![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png) + +- Add token-budget based file reading with intelligent preview to avoid context overruns (thanks @daniel-lxs!) +- Enable browser-use tool for all image-capable models (#8116 by @hannesrudolph, PR by @app/roomote!) +- Add dynamic model loading for Roo Code Cloud provider (thanks @app/roomote!) +- Fix: Respect nested .gitignore files in search_files (#7921 by @hannesrudolph, PR by @daniel-lxs) +- Fix: Preserve trailing newlines in stripLineNumbers for apply_diff (#8020 by @liyi3c, PR by @app/roomote) +- Fix: Exclude max tokens field for models that don't support it in export (#7944 by @hannesrudolph, PR by @elianiva) +- Retry API requests on stream failures instead of aborting task (thanks @daniel-lxs!) +- Improve auto-approve button responsiveness (thanks @daniel-lxs!) +- Add checkpoint initialization timeout settings and fix checkpoint timeout warnings (#7843 by @NaccOll, PR by @NaccOll) +- Always show checkpoint restore options regardless of change detection (thanks @daniel-lxs!) +- Improve checkpoint menu translations (thanks @daniel-lxs!) +- Add GLM-4.6-turbo model to chutes ai provider (thanks @mohammad154!) +- Add Claude Haiku 4.5 to prompt caching models (thanks @hannesrudolph!) +- Expand Z.ai model coverage with GLM-4.5-X, AirX, Flash (thanks @hannesrudolph!) +- Update Mistral Medium model name (#8362 by @ThomsenDrake, PR by @ThomsenDrake) +- Remove GPT-5 instructions/reasoning_summary from UI message metadata to prevent ui_messages.json bloat (thanks @hannesrudolph!) +- Normalize docs-extractor audience tags; remove admin/stakeholder; strip tool invocations (thanks @hannesrudolph!) +- Update X/Twitter username from roo_code to roocode (thanks @app/roomote!) +- Update Configuring Profiles video link (thanks @app/roomote!) +- Fix link text for Roomote Control in README (thanks @laz-001!) +- Remove verbose error for cloud agents (thanks @cte!) +- Try 5s status mutation timeout (thanks @cte!) ## [3.28.18] - 2025-10-17