mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Merge pull request #670 from RooVetGit/changeset-release/main
Changeset version bump
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"roo-cline": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Streaming version of o3-mini
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"roo-cline": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
v3.3.7
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"roo-cline": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Use an exponential backoff for API retries
|
|
||||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
|||||||
# Roo Code Changelog
|
# Roo Code Changelog
|
||||||
|
|
||||||
|
## [3.3.7]
|
||||||
|
|
||||||
|
- Support for o3-mini (thanks @shpigunov!)
|
||||||
|
- Code Action improvements to allow selecting code and adding it to context, plus bug fixes (thanks @samhvw8!)
|
||||||
|
- Ability to include a message when approving or rejecting tool use (thanks @napter!)
|
||||||
|
- Improvements to chat input box styling (thanks @psv2522!)
|
||||||
|
- Capture reasoning from more variants of DeepSeek R1 (thanks @Szpadel!)
|
||||||
|
- 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)
|
||||||
|
- 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)
|
||||||
|
- Prompt tweaks to make Roo better at creating new custom modes for you
|
||||||
|
|
||||||
## [3.3.6]
|
## [3.3.6]
|
||||||
|
|
||||||
- Add a "new task" tool that allows Roo to start new tasks with an initial message and mode
|
- Add a "new task" tool that allows Roo to start new tasks with an initial message and mode
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"version": "3.3.6",
|
"version": "3.3.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"version": "3.3.6",
|
"version": "3.3.7",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||||
"@anthropic-ai/sdk": "^0.26.0",
|
"@anthropic-ai/sdk": "^0.26.0",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"displayName": "Roo Code (prev. Roo Cline)",
|
"displayName": "Roo Code (prev. Roo Cline)",
|
||||||
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
|
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
|
||||||
"publisher": "RooVeterinaryInc",
|
"publisher": "RooVeterinaryInc",
|
||||||
"version": "3.3.6",
|
"version": "3.3.7",
|
||||||
"icon": "assets/icons/rocket.png",
|
"icon": "assets/icons/rocket.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#617A91",
|
"color": "#617A91",
|
||||||
|
|||||||
Reference in New Issue
Block a user