Skip to content

Commit 0f6c7fa

Browse files
🔖 chore(release): v1.65.0 [skip ci]
## [Version&nbsp;1.65.0](lobehub/lobe-chat@v1.64.3...v1.65.0) <sup>Released on **2025-02-25**</sup> #### ✨ Features - **misc**: Support claude sonnet 3.7 thinking. #### 💄 Styles - **misc**: Update Gemini 2.0 search settings. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support claude sonnet 3.7 thinking, closes [lobehub#6515](lobehub#6515) ([bc9829f](lobehub@bc9829f)) #### Styles * **misc**: Update Gemini 2.0 search settings, closes [lobehub#6516](lobehub#6516) ([250bbcb](lobehub@250bbcb)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 250bbcb commit 0f6c7fa

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
# Changelog
44

5+
## [Version 1.65.0](https://github.com/lobehub/lobe-chat/compare/v1.64.3...v1.65.0)
6+
7+
<sup>Released on **2025-02-25**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support claude sonnet 3.7 thinking.
12+
13+
#### 💄 Styles
14+
15+
- **misc**: Update Gemini 2.0 search settings.
16+
17+
<br/>
18+
19+
<details>
20+
<summary><kbd>Improvements and Fixes</kbd></summary>
21+
22+
#### What's improved
23+
24+
- **misc**: Support claude sonnet 3.7 thinking, closes [#6515](https://github.com/lobehub/lobe-chat/issues/6515) ([bc9829f](https://github.com/lobehub/lobe-chat/commit/bc9829f))
25+
26+
#### Styles
27+
28+
- **misc**: Update Gemini 2.0 search settings, closes [#6516](https://github.com/lobehub/lobe-chat/issues/6516) ([250bbcb](https://github.com/lobehub/lobe-chat/commit/250bbcb))
29+
30+
</details>
31+
32+
<div align="right">
33+
34+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
35+
36+
</div>
37+
538
### [Version 1.64.3](https://github.com/lobehub/lobe-chat/compare/v1.64.2...v1.64.3)
639

740
<sup>Released on **2025-02-25**</sup>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.64.3",
3+
"version": "1.65.0",
44
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)