From 8b80c337aebd1395ee53422745452ea861550653 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:08:34 -0800 Subject: [PATCH] v3.35.1 Release Notes (#7207) - Add: Hicap API integration as provider - Fix: enable Add Header button in OpenAICompatibleProvider UI - Fix: Remove orphaned tool_results after truncation and empty content field issues in native tool call - Fix: render model description in markdown Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> --- .changeset/fine-baboons-sleep.md | 5 ----- .changeset/hip-dingos-find.md | 5 ----- .changeset/hot-ants-fry.md | 5 ----- .changeset/seven-cameras-occur.md | 5 ----- .changeset/solid-wolves-judge.md | 5 ----- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 11 insertions(+), 29 deletions(-) delete mode 100644 .changeset/fine-baboons-sleep.md delete mode 100644 .changeset/hip-dingos-find.md delete mode 100644 .changeset/hot-ants-fry.md delete mode 100644 .changeset/seven-cameras-occur.md delete mode 100644 .changeset/solid-wolves-judge.md diff --git a/.changeset/fine-baboons-sleep.md b/.changeset/fine-baboons-sleep.md deleted file mode 100644 index 158b308110..0000000000 --- a/.changeset/fine-baboons-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -Fix empty content field issue diff --git a/.changeset/hip-dingos-find.md b/.changeset/hip-dingos-find.md deleted file mode 100644 index 420d9ab3fa..0000000000 --- a/.changeset/hip-dingos-find.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -fix: enable Add Header button in OpenAICompatibleProvider UI diff --git a/.changeset/hot-ants-fry.md b/.changeset/hot-ants-fry.md deleted file mode 100644 index 2b65db35f2..0000000000 --- a/.changeset/hot-ants-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -Remove orphaned tool_results after truncation diff --git a/.changeset/seven-cameras-occur.md b/.changeset/seven-cameras-occur.md deleted file mode 100644 index 806019d19b..0000000000 --- a/.changeset/seven-cameras-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -Fix: render model description in markdown diff --git a/.changeset/solid-wolves-judge.md b/.changeset/solid-wolves-judge.md deleted file mode 100644 index e94d271f1b..0000000000 --- a/.changeset/solid-wolves-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": minor ---- - -Hicap api integration as provider diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7ac51d1c..f74de9616f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## 3.35.0 +## [3.35.1] + +- Add: Hicap API integration as provider +- Fix: enable Add Header button in OpenAICompatibleProvider UI +- Fix: Remove orphaned tool_results after truncation and empty content field issues in native tool call +- Fix: render model description in markdown + +## [3.35.0] - Add native tool calling support with configurable setting. - Auto-approve is now always-on with a redesigned expanding menu. Settings simplified and notifications moved to General Settings. diff --git a/package-lock.json b/package-lock.json index 3682bc8e43..e030d4640e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-dev", - "version": "3.35.0", + "version": "3.35.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-dev", - "version": "3.35.0", + "version": "3.35.1", "license": "Apache-2.0", "dependencies": { "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 9d7354dd52..f798b286ef 100644 --- a/package.json +++ b/package.json @@ -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.35.0", + "version": "3.35.1", "icon": "assets/icons/icon.png", "engines": { "vscode": "^1.84.0"