Skip to content

Commit 62d1807

Browse files
Changeset version bump (RooCodeInc#3894)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 80250cd commit 62d1807

File tree

8 files changed

+15
-41
lines changed

8 files changed

+15
-41
lines changed

.changeset/dry-ducks-report.md

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

.changeset/ready-guests-hide.md

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

.changeset/slow-spies-walk.md

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

.changeset/ten-bags-hang.md

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

.changeset/twelve-pigs-reply.md

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

.changeset/v3.18.3.md

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

CHANGELOG.md

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

3+
## [3.18.3] - 2025-05-24
4+
5+
- Add reasoning support for Claude 4 and Gemini 2.5 Flash on OpenRouter, plus a fix for o1-pro
6+
- Add experimental codebase indexing + semantic search feature (thanks @daniel-lxs!)
7+
- For providers that used to default to Sonnet 3.7, change to Sonnet 4
8+
- Enable prompt caching for Gemini 2.5 Flash Preview (thanks @shariqriazz!)
9+
- Preserve model settings when selecting a specific OpenRouter provider
10+
- Add ability to refresh LiteLLM models list
11+
- Improve tool descriptions to guide proper file editing tool selection
12+
- Fix MCP Server error loading config when running with npx and bunx (thanks @devxpain!)
13+
- Improve pnpm bootstrapping and add compile script (thanks @KJ7LNW!)
14+
- Simplify object assignment & use startsWith (thanks @noritaka1166!)
15+
- Remove deprecated claude-3.7-sonnet models from vscodelm (thanks @shariqriazz!)
16+
317
## [3.18.2] - 2025-05-23
418

519
- Fix vscode-material-icons in the filer picker

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.18.2",
6+
"version": "3.18.3",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)