Skip to content

Commit ee88c1e

Browse files
authored
Merge pull request RooCodeInc#1395 from RooVetGit/changeset-release/main
Changeset version bump
2 parents fd4d52f + 0020db1 commit ee88c1e

File tree

9 files changed

+22
-33
lines changed

9 files changed

+22
-33
lines changed

.changeset/nine-cameras-applaud.md

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

.changeset/shiny-mugs-care.md

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

.changeset/tame-carpets-bake.md

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

.changeset/wise-bats-perform.md

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

.changeset/wise-pears-join.md

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

.changeset/young-wolves-add.md

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

CHANGELOG.md

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

3+
## [3.8.0]
4+
5+
- Add opt-in telemetry to help us improve Roo Code faster (thanks Cline!)
6+
- Fix terminal overload / gray screen of death, and other terminal issues
7+
- Add a new experimental diff editing strategy that applies multiple diff edits at once (thanks @qdaxb!)
8+
- Add support for a .rooignore to prevent Roo Code from read/writing certain files, with a setting to also exclude them from search/lists (thanks Cline!)
9+
- Update the new_task tool to return results to the parent task on completion, supporting better orchestration (thanks @shaybc!)
10+
- Support running Roo in multiple editor windows simultaneously (thanks @samhvw8!)
11+
- Make checkpoints asynchronous and exclude more files to speed them up
12+
- Redesign the settings page to make it easier to navigate
13+
- Add credential-based authentication for Vertex AI, enabling users to easily switch between Google Cloud accounts (thanks @eonghk!)
14+
- Update the DeepSeek provider with the correct baseUrl and track caching correctly (thanks @olweraltuve!)
15+
- Add a new “Human Relay” provider that allows you to manually copy information to a Web AI when needed, and then paste the AI's response back into Roo Code (thanks @NyxJae)!
16+
- Add observability for OpenAI providers (thanks @refactorthis!)
17+
- Support speculative decoding for LM Studio local models (thanks @adamwlarson!)
18+
- Improve UI for mode/provider selectors in chat
19+
- Improve styling of the task headers (thanks @monotykamary!)
20+
- Improve context mention path handling on Windows (thanks @samhvw8!)
21+
322
## [3.7.12]
423

524
- Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roo Code (prev. Roo Cline)",
44
"description": "A whole dev team of AI agents in your editor.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.7.12",
6+
"version": "3.8.0",
77
"icon": "assets/icons/rocket.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)