Skip to content

Commit 424e6d5

Browse files
authored
Merge pull request RooCodeInc#670 from RooVetGit/changeset-release/main
Changeset version bump
2 parents 0c795ec + eaef1e4 commit 424e6d5

File tree

6 files changed

+14
-18
lines changed

6 files changed

+14
-18
lines changed

.changeset/gold-pillows-fix.md

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

.changeset/smart-sloths-promise.md

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

.changeset/tame-walls-kiss.md

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

CHANGELOG.md

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

3+
## [3.3.7]
4+
5+
- Support for o3-mini (thanks @shpigunov!)
6+
- Code Action improvements to allow selecting code and adding it to context, plus bug fixes (thanks @samhvw8!)
7+
- Ability to include a message when approving or rejecting tool use (thanks @napter!)
8+
- Improvements to chat input box styling (thanks @psv2522!)
9+
- Capture reasoning from more variants of DeepSeek R1 (thanks @Szpadel!)
10+
- Use an exponential backoff for API retries (if delay after first error is 5s, delay after second consecutive error will be 10s, then 20s, etc)
11+
- Add a slider in advanced settings to enable rate limiting requests to avoid overloading providers (i.e. wait at least 10 seconds between API requests)
12+
- Prompt tweaks to make Roo better at creating new custom modes for you
13+
314
## [3.3.6]
415

516
- Add a "new task" tool that allows Roo to start new tasks with an initial message and mode

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 VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.3.6",
6+
"version": "3.3.7",
77
"icon": "assets/icons/rocket.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)