v3.22.0 Release Notes (#5424)

* changeset version bump

* Updating CHANGELOG.md format

* Update CHANGELOG.md

---------

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: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-08 20:47:54 -07:00
committed by GitHub
parent c325faf8db
commit 4bb00241bf
8 changed files with 9 additions and 31 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
implemented a retry strategy for Cerebras to handle rate limit issues due to its generation speed
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Support sending context to active webview when editor panels are opened.
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
remove unused parseAssistantmessageV1
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add support for GPT-5 models to SAP AI Core Provider
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fix bug where running out of credits on cline accounts would show '402 empty body' response instead of 'buy credits' component
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Fix LiteLLM Proxy Provider Cost Tracking
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [3.22.0]
- Implemented a retry strategy for Cerebras to handle rate limit issues due to its generation speed
- Add support for GPT-5 models to SAP AI Core Provider
- Support sending context to active webview when editor panels are opened.
- Fix bug where running out of credits on Cline accounts would show '402 empty body' response instead of 'buy credits' component
- Fix LiteLLM Proxy Provider Cost Tracking
## [3.21.0]
- Add support for GPT-5 model family including GPT-5, GPT-5 Mini, and GPT-5 Nano with prompt caching support and set GPT-5 as the new default model
+1 -1
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.21.0",
"version": "3.22.0",
"icon": "assets/icons/icon.png",
"engines": {
"vscode": "^1.84.0"