mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
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:
parent
2968c8d99c
commit
4ff7e06044
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
add distinct id bootstrap
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix minor visual issues with auto-approve menu
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
convert condense command to use grpc
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
downloadMcp protobus migration
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added confirmation of a successful cd to cwd before executing commands in the active terminal
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add Fireworks API Provider
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
removing free gemini models
|
|
@ -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.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
toggleFavoriteModel protobus migration
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
adding activation events so cline is activated when vs code opens
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"claude-dev": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
prevent IME composition Enter from auto‑sending edited message
|
|
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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]
|
## [3.15.2]
|
||||||
|
|
||||||
- Added details to auto approve menu and more sensible default controls
|
- Added details to auto approve menu and more sensible default controls
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"version": "3.15.2",
|
"version": "3.15.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"version": "3.15.2",
|
"version": "3.15.3",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/bedrock-sdk": "^0.12.4",
|
"@anthropic-ai/bedrock-sdk": "^0.12.4",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"displayName": "Cline",
|
"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.",
|
"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",
|
"icon": "assets/icons/icon.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.84.0"
|
"vscode": "^1.84.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user