Prepare for release

This commit is contained in:
Saoud Rizwan 2025-03-02 17:19:56 -08:00
parent 542ce36a80
commit df65f5f5dd
8 changed files with 8 additions and 31 deletions

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add retries to Bedrock createMessage

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Update Claude 3.5 -> Claude 3.7 in error message/recommendation

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add support for AskSage as model provider.

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Vertex AI Gemini Flash Support

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add timeout option to MCP servers

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add APAC Support for Cross-Region Inference Profiles

View file

@ -1,5 +1,12 @@
# Changelog
## [3.5.1]
- Add timeout option to MCP servers
- Add Gemini Flash models to Vertex provider (thanks @jpaodev!)
- Add prompt caching support for AWS Bedrock provider (thanks @buger!)
- Add AskSage provider (thanks @swhite24!)
## [3.5.0]
- Add 'Enable extended thinking' option for Claude 3.7 Sonnet, with ability to set different budgets for Plan and Act modes

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