v3.13.3 Release Notes

v3.13.3 Release Notes
This commit is contained in:
github-actions[bot] 2025-04-25 13:41:40 -07:00 committed by Dennis Bartlett
parent aabdeba0f3
commit bb26b3b64d
9 changed files with 8 additions and 37 deletions

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Make sure protos run before dev build scripts

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Move updateMcpTimeout message to protobus

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Update Reset Button color to Red

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
add smol command

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
enabling mcp marketplace download counts

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
add prompt caching to gemini models in cline / openrouter providers

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add tooltips and improve contrast

View File

@ -1,5 +1,12 @@
# Changelog
## [3.13.3]
- Add download counts to MCP marketplace items
- Add `/compact` command
- Add prompt caching to gemini models in cline / openrouter providers
- Add tooltips to bottom row menu
## [3.13.2]
- Add Gemini 2.5 Flash model to Vertex and Gemini Providers (Thanks monotykamary!)
@ -19,7 +26,6 @@
- Fix Mermaid syntax error in documentation (Thanks tuki0918!)
- Remove supportsComputerUse restriction and support browser use through any model that supports images (Thanks arafatkatze!)
## [3.13.1]
- Fix bug where task cancellation during thinking stream would result in error state

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