Skip to content

Commit 1225832

Browse files
🔖 chore(release): v1.110.1 [skip ci]
### [Version&nbsp;1.110.1](v1.110.0...v1.110.1) <sup>Released on **2025-03-09**</sup> #### 🐛 Bug Fixes - **misc**: Fix context cache control and model builtin search switch, fix mistral can not chat. #### 💄 Styles - **chat**: Auto send message from URL. - **misc**: Support openrouter claude 3.7 sonnet reasoning. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix context cache control and model builtin search switch, closes [lobehub#6831](https://github.com/bentwnghk/lobe-chat/issues/6831) ([5c6b8ea](5c6b8ea)) * **misc**: Fix mistral can not chat, closes [lobehub#6828](https://github.com/bentwnghk/lobe-chat/issues/6828) ([00cba71](00cba71)) #### Styles * **chat**: Auto send message from URL, closes [lobehub#6497](https://github.com/bentwnghk/lobe-chat/issues/6497) ([30b2639](30b2639)) * **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [lobehub#6806](https://github.com/bentwnghk/lobe-chat/issues/6806) ([f1ffc2c](f1ffc2c)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 3842be2 commit 1225832

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
# Changelog
44

5+
### [Version 1.110.1](https://github.com/bentwnghk/lobe-chat/compare/v1.110.0...v1.110.1)
6+
7+
<sup>Released on **2025-03-09**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Fix context cache control and model builtin search switch, fix mistral can not chat.
12+
13+
#### 💄 Styles
14+
15+
- **chat**: Auto send message from URL.
16+
- **misc**: Support openrouter claude 3.7 sonnet reasoning.
17+
18+
<br/>
19+
20+
<details>
21+
<summary><kbd>Improvements and Fixes</kbd></summary>
22+
23+
#### What's fixed
24+
25+
- **misc**: Fix context cache control and model builtin search switch, closes [#6831](https://github.com/bentwnghk/lobe-chat/issues/6831) ([5c6b8ea](https://github.com/bentwnghk/lobe-chat/commit/5c6b8ea))
26+
- **misc**: Fix mistral can not chat, closes [#6828](https://github.com/bentwnghk/lobe-chat/issues/6828) ([00cba71](https://github.com/bentwnghk/lobe-chat/commit/00cba71))
27+
28+
#### Styles
29+
30+
- **chat**: Auto send message from URL, closes [#6497](https://github.com/bentwnghk/lobe-chat/issues/6497) ([30b2639](https://github.com/bentwnghk/lobe-chat/commit/30b2639))
31+
- **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [#6806](https://github.com/bentwnghk/lobe-chat/issues/6806) ([f1ffc2c](https://github.com/bentwnghk/lobe-chat/commit/f1ffc2c))
32+
33+
</details>
34+
35+
<div align="right">
36+
37+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
38+
39+
</div>
40+
541
## [Version 1.110.0](https://github.com/bentwnghk/lobe-chat/compare/v1.109.4...v1.110.0)
642

743
<sup>Released on **2025-03-08**</sup>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentwnghk/chat",
3-
"version": "1.110.0",
3+
"version": "1.110.1",
44
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)