Skip to content

Commit 0795b04

Browse files
committed
Prepare for release
1 parent b2e4623 commit 0795b04

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

.changeset/funny-peas-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-deers-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.2.13]
4+
5+
- Add new gemini models gemini-2.0-flash-lite-preview-02-05 and gemini-2.0-flash-001
6+
- Add all available Mistral API models (thanks @ViezeVingertjes!)
7+
- Add LiteLLM API provider support (thanks @him0!)
8+
39
## [3.2.12]
410

511
- Fix command chaining for Windows users

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-dev",
33
"displayName": "Cline",
44
"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.",
5-
"version": "3.2.12",
5+
"version": "3.2.13",
66
"icon": "assets/icons/icon.png",
77
"galleryBanner": {
88
"color": "#617A91",

src/shared/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,4 @@ export const liteLlmModelInfoSaneDefaults: ModelInfo = {
522522
supportsPromptCache: false,
523523
inputPrice: 0,
524524
outputPrice: 0,
525-
}
525+
}

0 commit comments

Comments
 (0)