From 50f3791b9897b95a3b3ed4cef0d5edd7cfad76d0 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Fri, 31 Jan 2025 02:37:13 -0800 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8610bf9080..6c95ff6eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [3.2.10] + +- Improve support for DeepSeek-R1 (deepseek-reasoner) model for OpenRouter, OpenAI-compatible, and DeepSeek direct +- Show Reasoning tokens for models that support it + ## [3.2.6] - Save last used API/model when switching between Plan and Act, for users that like to use different models for each mode diff --git a/package.json b/package.json index 9666372384..eec6f71f30 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.2.9", + "version": "3.2.10", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",