Changeset version bump (#3864)

* changeset version bump

* Updating CHANGELOG.md format

* Update CHANGELOG.md for version 3.17.7

---------

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-27 20:15:08 -07:00 committed by GitHub
parent 36f57ce6c0
commit 86bb0c6ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 13 deletions

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
fix prompt for claude 4 family diff edits

View File

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

View File

@ -1,5 +1,9 @@
# Changelog
## [3.17.7]
- Fix diff editing reliability for Claude 4 family models by adding constraints to prevent errors with large replacements
## [3.17.6]
- Add Cerebras as a new API provider with 5 high-performance models including reasoning-capable models (Thanks @kevint-cerebras!)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "claude-dev",
"version": "3.17.6",
"version": "3.17.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "claude-dev",
"version": "3.17.6",
"version": "3.17.7",
"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.17.6",
"version": "3.17.7",
"icon": "assets/icons/icon.png",
"engines": {
"vscode": "^1.84.0"