Skip to content

Commit e39b006

Browse files
authored
Merge pull request RooCodeInc#913 from RooVetGit/changeset-release/main
Changeset version bump
2 parents b36a446 + 742b044 commit e39b006

File tree

8 files changed

+14
-28
lines changed

8 files changed

+14
-28
lines changed

.changeset/calm-berries-poke.md

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

.changeset/fair-boxes-smile.md

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

.changeset/funny-bananas-sneeze.md

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

.changeset/moody-fans-build.md

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

.changeset/polite-lizards-rhyme.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.18]
4+
5+
- Add a per-API-configuration model temperature setting (thanks @joemanley201!)
6+
- Add retries for fetching usage stats from OpenRouter (thanks @jcbdev!)
7+
- Fix bug where disabled MCP servers would not show up in the settings on initialization (thanks @MuriloFP!)
8+
- Add the Requesty provider and clean up a lot of shared model picker code (thanks @samhvw8!)
9+
- Add a button on the Prompts tab to copy the full system prompt to the clipboard (thanks @mamertofabian!)
10+
- Fix issue where Ollama/LMStudio URLs would flicker back to previous while entering them in settings
11+
- Fix logic error where automatic retries were waiting twice as long as intended
12+
- Rework the checkpoints code to avoid conflicts with file locks on Windows (sorry for the hassle!)
13+
314
## [3.3.17]
415

516
- Fix the restore checkpoint popover

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

0 commit comments

Comments
 (0)