diff --git a/package.json b/package.json index 32e12aa25a..5fc196bbe2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "3.4.6", + "version": "3.4.5", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 65d5996bf9..a4ce67a9a4 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -1407,6 +1407,7 @@ Here is the project's README to help you get started:\n\n${mcpDetails.readmeCont } switch (rawModel.id) { + case "anthropic/claude-3.7-sonnet-20250219": case "anthropic/claude-3.5-sonnet": case "anthropic/claude-3.5-sonnet:beta": // NOTE: this needs to be synced with api.ts/openrouter default model info