Skip to content

Commit 35b9e4c

Browse files
committed
Prepare for release
1 parent 7386e3d commit 35b9e4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Change Log
22

3-
## [3.0.5]
3+
## [3.0.6]
44

55
- Fix bug where some files would be missing in the `@` context mention menu
66
- Add Bedrock support in additional regions
77
- Diff edit improvements
8+
- Add OpenRouter's middle-out transform for models that don't use prompt caching (prevents context window limit errors, but cannot be applied to models like Claude since it would continuously break the cache)
89

910
## [3.0.4]
1011

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 (prev. Claude Dev)",
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.0.5",
5+
"version": "3.0.6",
66
"icon": "assets/icons/icon.png",
77
"galleryBanner": {
88
"color": "#617A91",

0 commit comments

Comments
 (0)