Skip to content

Commit 063d2ce

Browse files
🔖 chore(release): v1.109.2 [skip ci]
### [Version&nbsp;1.109.2](v1.109.1...v1.109.2) <sup>Released on **2025-03-05**</sup> #### ♻ Code Refactoring - **misc**: Refactor agent runtime to better code format. #### 🐛 Bug Fixes - **misc**: Fix custom ai provider sdk type. #### 💄 Styles - **misc**: Fix provider order, support to show token usages. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor agent runtime to better code format, closes [lobehub#6284](https://github.com/bentwnghk/lobe-chat/issues/6284) ([fc1ed4a](fc1ed4a)) #### What's fixed * **misc**: Fix custom ai provider sdk type, closes [lobehub#6712](https://github.com/bentwnghk/lobe-chat/issues/6712) ([7f8c379](7f8c379)) #### Styles * **misc**: Fix provider order, closes [lobehub#6702](https://github.com/bentwnghk/lobe-chat/issues/6702) ([27e4980](27e4980)) * **misc**: Support to show token usages, closes [lobehub#6693](https://github.com/bentwnghk/lobe-chat/issues/6693) ([71a638e](71a638e)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent eaadef4 commit 063d2ce

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
### [Version 1.109.2](https://github.com/bentwnghk/lobe-chat/compare/v1.109.1...v1.109.2)
6+
7+
<sup>Released on **2025-03-05**</sup>
8+
9+
#### ♻ Code Refactoring
10+
11+
- **misc**: Refactor agent runtime to better code format.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Fix custom ai provider sdk type.
16+
17+
#### 💄 Styles
18+
19+
- **misc**: Fix provider order, support to show token usages.
20+
21+
<br/>
22+
23+
<details>
24+
<summary><kbd>Improvements and Fixes</kbd></summary>
25+
26+
#### Code refactoring
27+
28+
- **misc**: Refactor agent runtime to better code format, closes [#6284](https://github.com/bentwnghk/lobe-chat/issues/6284) ([fc1ed4a](https://github.com/bentwnghk/lobe-chat/commit/fc1ed4a))
29+
30+
#### What's fixed
31+
32+
- **misc**: Fix custom ai provider sdk type, closes [#6712](https://github.com/bentwnghk/lobe-chat/issues/6712) ([7f8c379](https://github.com/bentwnghk/lobe-chat/commit/7f8c379))
33+
34+
#### Styles
35+
36+
- **misc**: Fix provider order, closes [#6702](https://github.com/bentwnghk/lobe-chat/issues/6702) ([27e4980](https://github.com/bentwnghk/lobe-chat/commit/27e4980))
37+
- **misc**: Support to show token usages, closes [#6693](https://github.com/bentwnghk/lobe-chat/issues/6693) ([71a638e](https://github.com/bentwnghk/lobe-chat/commit/71a638e))
38+
39+
</details>
40+
41+
<div align="right">
42+
43+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
44+
45+
</div>
46+
547
### [Version 1.109.1](https://github.com/bentwnghk/lobe-chat/compare/v1.109.0...v1.109.1)
648

749
<sup>Released on **2025-03-03**</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.109.1",
3+
"version": "1.109.2",
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)