Просмотр исходного кода

Changeset version bump (#3894)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 7 месяцев назад
Родитель
Сommit
62d1807f19

+ 0 - 5
.changeset/dry-ducks-report.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix reasoning budget for Gemini 2.5 Flash on OpenRouter

+ 0 - 5
.changeset/ready-guests-hide.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Convert bootstrap script to esm

+ 0 - 5
.changeset/slow-spies-walk.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix o1-pro on OpenRouter

+ 0 - 5
.changeset/ten-bags-hang.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix max tokens in task header

+ 0 - 5
.changeset/twelve-pigs-reply.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Preserve model settings when selecting a specific OpenRouter provider

+ 0 - 15
.changeset/v3.18.3.md

@@ -1,15 +0,0 @@
----
-"roo-cline": patch
----
-
-- Default to Claude Sonnet 4 model
-- Enable prompt caching for Gemini 2.5 Flash Preview (thanks @shariqriazz!)
-- Fix reasoning budget for Gemini 2.5 Flash on OpenRouter
-- Fix o1-pro on OpenRouter
-- 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!)

+ 14 - 0
CHANGELOG.md

@@ -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

+ 1 - 1
src/package.json

@@ -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",