Prepare for release

This commit is contained in:
Saoud Rizwan 2025-02-05 12:49:58 -08:00
parent b2e4623559
commit 0795b046e1
5 changed files with 8 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add new gemini models

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Adding changesets for automating version bumping and release notes

View file

@ -1,5 +1,11 @@
# Changelog
## [3.2.13]
- Add new gemini models gemini-2.0-flash-lite-preview-02-05 and gemini-2.0-flash-001
- Add all available Mistral API models (thanks @ViezeVingertjes!)
- Add LiteLLM API provider support (thanks @him0!)
## [3.2.12]
- Fix command chaining for Windows users

View file

@ -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.2.12",
"version": "3.2.13",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",

View file

@ -522,4 +522,4 @@ export const liteLlmModelInfoSaneDefaults: ModelInfo = {
supportsPromptCache: false,
inputPrice: 0,
outputPrice: 0,
}
}