v3.15.5 Release Notes

v3.15.5 Release Notes
This commit is contained in:
github-actions[bot] 2025-05-14 21:20:15 -07:00 committed by GitHub
parent 4dfc1358c5
commit d2979631d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 23 deletions

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Optimized memory management for task timeline via virtuoso

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Handle Gemini Rate limiting

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Refactor auto approval menu to use the existing modal architecture defined by the cline rules and mcp servers modals

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Migrate Task Timeline tooltips to HeroUI

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## [3.15.5]
- Fix inefficient memory management in the task timeline
- Fix Gemini rate limitation response not being handled properly (Thanks @BarreiroT!)
## [3.15.4] ## [3.15.4]
- Add gemini model back to vertex provider - Add gemini model back to vertex provider

4
package-lock.json generated
View File

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

View File

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