Prepare for release

This commit is contained in:
Saoud Rizwan 2025-02-28 22:31:44 -08:00
parent 34e87af5f1
commit 682fce458e
28 changed files with 9 additions and 143 deletions

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add correct cost and tokens info to Native OpenAI and DeepSeek providers

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Update Claude Sonnet 35. -> 3.7 in README(s)

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Added X AI as a new provider with support for all current models including Grok-2 and Grok Vision. This integration enables users to connect to X AI's API using their API key and access models with context windows up to 131K tokens. The implementation includes proper handling for vision models and accurate pricing information.

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
fix: make AWS Bedrock authentication predictable

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add translation to CODE_OF_CONDUCT, CONTRIBUTING and README to Arabic ar-sa.

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
A new MCP Marketplace display setting has been added to VSCode settings. (It is defaulted to "true")

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Added a .clinerules file with details about our most common features

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Make tags section in marketplace scrollable

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
opt: Enhance OpenAiHandler to diagnose request issues and handle empty streams

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
.clineignore should be included in .gitignore

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Migrate webview from CRA to Vite

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Change how Cline finds the path to the user's Documents folder by querying xdg-user-dir on Linux systems.

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add rich MCP responses with images and link previews

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add preferred language option to settings

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
GPT 4.5 Preview added

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fix checking "Support Images" setting had no effect on first click

View file

@ -1,11 +0,0 @@
---
"claude-dev": patch
---
Add dynamic model fetching for the Requesty provider.
Instead of manually typing the model name, the extension dynamically fetches
all the supported model names from Requesty's /v1/models API.
This allows users to use a fuzzy search logic when choosing the models and
also guarantees the information for each model is up to date.

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
feat(vertex): Add prompt caching support for Claude on Vertex AI

View file

@ -1,11 +0,0 @@
---
"claude-dev": minor
---
- **Branch-Per-Task:** Each repo now has a single Shadow Git repo, with separate branches per task (instead of one Shadow Git repo per task).
- **Legacy Support:** Existing Checkpoints remain functional, while all new Checkpoints use branch-per-task.
- **Commits:** Legacy tasks commit to legacy Checkpoints; new tasks commit using branch-per-task.
- **Diffing & Deletions:** Both legacy and branch-per-task Checkpoints support diffing and deletion.
No migration needed—existing tasks stay as-is, and new tasks adopt **branch-per-task** automatically.

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Update anthropic SDK to the latest version

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
re-added prompt caching to vertex

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Added thinking tokens budget slider for Sonnet 3.7 with Anthropic

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
fix: Anthropic's default model is 3.7

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
only fetching requesty models if api key set

View file

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Adjustment to MCP server installation prompt

View file

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
ADD IS_DEV and Hot Reloading to debug

View file

@ -1,5 +1,13 @@
# Changelog
## [3.5.0]
- Update checkpoints with improved storage optimization & faster performance (thanks @tiki_brc!)
- New Rich MCP Responses with automatic image previews, website thumbnails, and WolframAlpha visualizations right in your conversation (thanks @.lung!)
- Added xAI Provider Integration with support for all Grok models, including the massive 131K token context window for large codebases (thanks @ocasta181!)
- Language preferences feature to set your preferred language in settings (thanks @brownrw8!)
- Added Linux XDG Support for user's document folder settings (thanks @jonatkinson!)
## [3.4.10]
- Add support for GPT-4.5 preview model

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.4.10",
"version": "3.5.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",