v3.17.9 Release Notes

* changeset version bump

* Updating CHANGELOG.md format

* Update CHANGELOG.md and version for patch release 3.17.9

- Change version from 3.18.0 to 3.17.9 (patch release)
- Update CHANGELOG.md with user-friendly descriptions
- Add proper attribution for external contributors
- Focus on user-facing changes and bug fixes
- Remove internal/dev-only changes from changelog

* added claude 4 stuff

---------

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: pashpashpash <nik@nugbase.com>
This commit is contained in:
github-actions[bot] 2025-06-02 19:45:45 -07:00 committed by GitHub
parent 82d0ac2088
commit 064dac48f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 21 additions and 125 deletions

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
add models to vertex ai

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Remove hard-coded temperature from LM Studio API requests and add support for `reasoning_content` in LM Studio API responses.

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Update `xaiModels` object and `xaiDefaultModelId` in `src/shared/api.ts`

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fix for checkpoints

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
fixing token counting for xai provider

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add stale workflow

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Migrate mcpButtonClicked to protobus

View File

@ -1,7 +0,0 @@
---
"claude-dev": patch
---
fix(bedrock): Use ignoreCache for profile-based AWS credential loading
Ensures that AWS Bedrock provider always fetches fresh credentials when using IAM profiles by setting `ignoreCache: true` for `fromNodeProviderChain`. This resolves issues where externally updated credentials (e.g., by AWS Identity Manager) were not detected by Cline, requiring an extension restart. Manual credential handling remains unchanged.

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
add suppport for parsing csv and xlsx

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Migrate historyButtonClicked to protobus

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add dev only button to open task conversation history

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fixed search tool overloading conversation with massive outputs by setting a maximum overall byte limit for search tool responses

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
add model to nebius ai studio

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
update chat box ui

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
bug fix for ollama

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
update the openrouter model list when refreshing

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fix Title for windows in cline

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
scroll to task timeline

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add grep tool with new parsing format

View File

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

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Display delay information when retrying API calls

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Pass type of webview (tab or sidebar) to webview so it knows what type it is

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add edit tool definition

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
change proto type

View File

@ -1,5 +1,23 @@
# Changelog
## [3.17.9]
- Aligning Cline to work with Claude 4 model family (Experimental)
- Add task timeline scrolling feature
- Add support for uploading CSV and XLSX files for data analysis and processing
- Add stable Grok-3 models to xAI provider (grok-3, grok-3-fast, grok-3-mini, grok-3-mini-fast) and update default model from grok-3-beta to grok-3 (Thanks @PeterDaveHello!)
- Add new models to Vertex AI provider
- Add new model to Nebius AI Studio
- Remove hard-coded temperature from LM Studio API requests and add support for reasoning_content in LM Studio responses
- Display delay information when retrying API calls for better user feedback
- Fix AWS Bedrock credential caching issue where externally updated credentials (e.g., by AWS Identity Manager) were not detected, requiring extension restart (Thanks @DaveFres!)
- Fix search tool overloading conversation with massive outputs by setting maximum byte limit for responses
- Fix checkpoints functionality
- Fix token counting for xAI provider
- Fix Ollama provider issues
- Fix window title display for Windows users
- Improve chat box UI
## [3.17.8]
- Fix bug where terminal would get stuck and output "capture failure"

4
package-lock.json generated
View File

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