Changeset version bump (#3490)

* changeset version bump

* Updating CHANGELOG.md format

* ready for hotfix release

* language

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Cline Evaluation <cline@example.com>
This commit is contained in:
github-actions[bot] 2025-05-13 16:27:35 -07:00 committed by GitHub
parent 2968c8d99c
commit 4ff7e06044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 18 additions and 66 deletions

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
add distinct id bootstrap

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fix minor visual issues with auto-approve menu

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
convert condense command to use grpc

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
downloadMcp protobus migration

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Added confirmation of a successful cd to cwd before executing commands in the active terminal

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add Fireworks API Provider

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
removing free gemini models

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
This fix adds the --user-data-dir flag when launching Chrome with the remote debugging port, which resolves the 'Chrome was launched but debug port is not responding' error.

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
toggleFavoriteModel protobus migration

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
adding activation events so cline is activated when vs code opens

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
prevent IME composition Enter from autosending edited message

View File

@ -1,15 +1,22 @@
# Changelog
## [3.15.3]
- Add Fireworks API Provider
- Fix minor visual issues with auto-approve menu
- Fix one instance of terminal not getting output
- Fix 'Chrome was launched but debug port is not responding' error
## [3.15.2]
- Added details to auto approve menu and more sensible default controls
- Add detailed configuration options for LiteLLM provider
- Add webview telemetry for users who have opted in to telemetry
- Update Gemini in OpenRouter/Cline providers to use implicit caching
- Fix freezing issues during rendering of large streaming text
- Fix grey screen webview crashes by releasing memory after every diff edit
- Fix breaking out of diff auto-scroll
- Fix IME composition Enter autosending edited message
- Added details to auto approve menu and more sensible default controls
- Add detailed configuration options for LiteLLM provider
- Add webview telemetry for users who have opted in to telemetry
- Update Gemini in OpenRouter/Cline providers to use implicit caching
- Fix freezing issues during rendering of large streaming text
- Fix grey screen webview crashes by releasing memory after every diff edit
- Fix breaking out of diff auto-scroll
- Fix IME composition Enter autosending edited message
## [3.15.1]

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "claude-dev",
"version": "3.15.2",
"version": "3.15.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "claude-dev",
"version": "3.15.2",
"version": "3.15.3",
"license": "Apache-2.0",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.12.4",

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.15.2",
"version": "3.15.3",
"icon": "assets/icons/icon.png",
"engines": {
"vscode": "^1.84.0"