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

v3.45.0 Release Notes (#8159)

Added Gemini 3 Flash Preview model

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] 1 неделя назад
Родитель
Сommit
cd011a0e4a
4 измененных файлов с 7 добавлено и 8 удалено
  1. 0 5
      .changeset/weak-toys-heal.md
  2. 4 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/weak-toys-heal.md

@@ -1,5 +0,0 @@
----
-"claude-dev": patch
----
-
-Added Gemini 3 Flash Preview model

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## [3.45.0]
+
+- Added Gemini 3 Flash Preview model
+
 ## [3.44.2]
 
 - Polished the model picker UI with checkmarks for selected models, tooltips on Plan/Act tabs, and consistent arrow pointers across all popup modals

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "claude-dev",
-	"version": "3.44.0",
+	"version": "3.45.0",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "claude-dev",
-			"version": "3.44.0",
+			"version": "3.45.0",
 			"license": "Apache-2.0",
 			"dependencies": {
 				"@anthropic-ai/sdk": "^0.37.0",

+ 1 - 1
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.44.2",
+	"version": "3.45.0",
 	"icon": "assets/icons/icon.png",
 	"engines": {
 		"vscode": "^1.84.0"