Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dry-ducks-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ready-guests-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-spies-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-bags-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-pigs-reply.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/v3.18.3.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Roo Code Changelog

## [3.18.3] - 2025-05-24

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

## [3.18.2] - 2025-05-23

- Fix vscode-material-icons in the filer picker
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.18.2",
"version": "3.18.3",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
Expand Down
Loading