Skip to content

Commit c7dad1a

Browse files
v3.9.1 Release Notes
v3.9.1 Release Notes
1 parent 894fa35 commit c7dad1a

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.changeset/orange-geese-attend.md

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

CHANGELOG.md

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

3-
## [3.8.7]
3+
## [3.9.1]
4+
5+
- Add Gemini 2.5 Pro Preview 03-25 to Google Provider
6+
7+
## [3.9.0]
48

59
- Add Enable extended thinking for LiteLLM provider (Thanks @jorgegarciarey!)
610
- Add a tab for configuring local MCP Servers
@@ -237,8 +241,8 @@
237241
## [3.1.0]
238242

239243
- Added checkpoints: Snapshots of workspace are automatically created whenever Cline uses a tool
240-
- Compare changes: Hover over any tool use to see a diff between the snapshot and current workspace state
241-
- Restore options: Choose to restore just the task state, just the workspace files, or both
244+
- Compare changes: Hover over any tool use to see a diff between the snapshot and current workspace state
245+
- Restore options: Choose to restore just the task state, just the workspace files, or both
242246
- New 'See new changes' button appears after task completion, providing an overview of all workspace changes
243247
- Task header now shows disk space usage with a delete button to help manage snapshot storage
244248

@@ -420,10 +424,10 @@
420424
## [1.8.0]
421425

422426
- You can now use '@' in the textarea to add context!
423-
- @url: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Claude the latest docs!
424-
- @problems: Add workspace errors and warnings for Claude to fix, no more back-and-forth about debugging
425-
- @file: Adds a file's contents so you don't have to waste API requests approving read file (+ type to search files)
426-
- @folder: Adds folder's files all at once to speed up your workflow even more
427+
- @url: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Claude the latest docs!
428+
- @problems: Add workspace errors and warnings for Claude to fix, no more back-and-forth about debugging
429+
- @file: Adds a file's contents so you don't have to waste API requests approving read file (+ type to search files)
430+
- @folder: Adds folder's files all at once to speed up your workflow even more
427431

428432
## [1.7.0]
429433

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.9.0",
5+
"version": "3.9.1",
66
"icon": "assets/icons/icon.png",
77
"engines": {
88
"vscode": "^1.84.0"

0 commit comments

Comments
 (0)