Prepare for release

This commit is contained in:
Saoud Rizwan
2025-02-16 21:01:52 -08:00
parent a98269f6d5
commit 217162ccba
19 changed files with 14 additions and 83 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add translation to CODE_OF_CONDUCT, CONTRIBUTING and README to portuguese pt-BR.
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add support for qwen vl models
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add terminal context mention
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
add alibaba qwen2.5 coder models
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add git context mention
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Advanced Setting to disable browser tool
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fix AWS Bedrock Profiles. When configuring the AnthropicBedrock Client you must pass AWS credentials in a specific way, otherwise the client will default to reading credentials from the default AWS profile.
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add extension setting for chromium executable path
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add new ability to send message that is in Input field during Plan/Act Mode Change to Act.
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
add alibaba qwen2.5-coder models
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Added api key field for litellm api provider in settings
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Force all JS code into a single bundle for better VS Code compatability
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
qwen platform adds deepseek-r1/v3 support
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Adding .clineignore guide
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Advanced Configuration for OpenAI Compatible Providers
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Allowing the user to give feedback when approving a tool use.
+12 -1
View File
@@ -1,9 +1,20 @@
# Changelog
## [3.4.0]
- Send current textfield contents as additional feedback when toggling from Plan to Act Mode, or when hitting 'Approve' button
- Add 'Terminal' context mention to reference the active terminal's contents
- Add 'Git Commits' context mention to reference current working changes or specific commits (thanks @mrubens!)
- Add advanced configuration options for OpenAI Compatible (context window, max output, pricing, etc.)
- Add Alibaba Qwen 2.5 coder models, VL models, and DeepSeek-R1/V3 support
- Improve support for AWS Bedrock Profiles
- Add advanced setting to disable browser tool
- Add advanced setting to set chromium executable path for browser tool
## [3.3.2]
- Fix bug where OpenRouter requests would periodically not return cost/token stats, leading to context window limit errors
- Make checkpoints more visible and keep track of restored checkpoints
- Make checkpoints more visible and keep track of restored checkpoints
## [3.3.0]
+1 -1
View File
@@ -1,5 +1,5 @@
<div align="center"><sub>
English | <a href="https://github.com/cline/cline/blob/main/locales/es/README.md" target="_blank">Español</a> | <a href="https://github.com/cline/cline/blob/main/locales/de/README.md" target="_blank">Deutsch</a> | <a href="https://github.com/cline/cline/blob/main/locales/ja/README.md" target="_blank">日本語</a> | <a href="https://github.com/cline/cline/blob/main/locales/zh-cn/README.md" target="_blank">简体中文</a> | <a href="https://github.com/cline/cline/blob/main/locales/zh-tw/README.md" target="_blank">繁體中文</a> | <a href="https://github.com/cline/cline/blob/main/locales/pt-BR/README.md" target="_blank"> Português </a>
English | <a href="https://github.com/cline/cline/blob/main/locales/es/README.md" target="_blank">Español</a> | <a href="https://github.com/cline/cline/blob/main/locales/de/README.md" target="_blank">Deutsch</a> | <a href="https://github.com/cline/cline/blob/main/locales/ja/README.md" target="_blank">日本語</a> | <a href="https://github.com/cline/cline/blob/main/locales/zh-cn/README.md" target="_blank">简体中文</a> | <a href="https://github.com/cline/cline/blob/main/locales/zh-tw/README.md" target="_blank">繁體中文</a>
</sub></div>
# Cline \#1 on OpenRouter
+1 -1
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.3.2",
"version": "3.4.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",