Skip to content

Commit e76ade3

Browse files
🔖 chore(release): v1.88.0 [skip ci]
## [Version&nbsp;1.88.0](v1.87.2...v1.88.0) <sup>Released on **2025-06-02**</sup> #### ✨ Features - **misc**: Support ModelScope Provider, support protect page. #### 🐛 Bug Fixes - **misc**: Agent automatic completion meta not working error, disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, fix DeepSeek new R1 Search error. #### 💄 Styles - **misc**: `+` in the welcome message can be clicked to create an assistant, Enable deploymentName for Aliyun Bailian, Enhanced reasoning_effort Slider Component, support `web_search` tool for MiniMax & Zhipu, support 01.ai proxy url, Update Hunyuan models & deepseek-r1-0528, use default deployment name when parseModelString doesn't contain deployment name. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support ModelScope Provider, closes [lobehub#8026](https://github.com/jaworldwideorg/OneJA-Bot/issues/8026) ([7b91dfd](7b91dfd)) * **misc**: Support protect page, closes [lobehub#8024](https://github.com/jaworldwideorg/OneJA-Bot/issues/8024) ([d61a9f5](d61a9f5)) #### What's fixed * **misc**: Agent automatic completion meta not working error, closes [lobehub#8003](https://github.com/jaworldwideorg/OneJA-Bot/issues/8003) ([c5307bf](c5307bf)) * **misc**: Disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, closes [lobehub#8034](https://github.com/jaworldwideorg/OneJA-Bot/issues/8034) ([5b42ee2](5b42ee2)) * **misc**: Fix DeepSeek new R1 Search error, closes [lobehub#8035](https://github.com/jaworldwideorg/OneJA-Bot/issues/8035) ([cf58628](cf58628)) #### Styles * **misc**: `+` in the welcome message can be clicked to create an assistant, closes [lobehub#7984](https://github.com/jaworldwideorg/OneJA-Bot/issues/7984) ([9f07e4c](9f07e4c)) * **misc**: Enable deploymentName for Aliyun Bailian, closes [lobehub#7576](https://github.com/jaworldwideorg/OneJA-Bot/issues/7576) ([169e598](169e598)) * **misc**: Enhanced reasoning_effort Slider Component, closes [lobehub#7998](https://github.com/jaworldwideorg/OneJA-Bot/issues/7998) ([750b26a](750b26a)) * **misc**: Support `web_search` tool for MiniMax & Zhipu, closes [lobehub#7980](https://github.com/jaworldwideorg/OneJA-Bot/issues/7980) ([28cdafb](28cdafb)) * **misc**: Support 01.ai proxy url, closes [lobehub#8025](https://github.com/jaworldwideorg/OneJA-Bot/issues/8025) ([e0442b8](e0442b8)) * **misc**: Update Hunyuan models & deepseek-r1-0528, closes [lobehub#7993](https://github.com/jaworldwideorg/OneJA-Bot/issues/7993) ([2eb198c](2eb198c)) * **misc**: Use default deployment name when parseModelString doesn't contain deployment name, closes [lobehub#7719](https://github.com/jaworldwideorg/OneJA-Bot/issues/7719) ([aef19f4](aef19f4)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent a7b8949 commit e76ade3

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,68 @@
22

33
# Changelog
44

5+
## [Version&nbsp;1.88.0](https://github.com/jaworldwideorg/OneJA-Bot/compare/v1.87.2...v1.88.0)
6+
<sup>Released on **2025-06-02**</sup>
7+
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support ModelScope Provider, support protect page.
12+
13+
14+
#### 🐛 Bug Fixes
15+
16+
- **misc**: Agent automatic completion meta not working error, disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, fix DeepSeek new R1 Search error.
17+
18+
19+
#### 💄 Styles
20+
21+
- **misc**: `+` in the welcome message can be clicked to create an assistant, Enable deploymentName for Aliyun Bailian, Enhanced reasoning_effort Slider Component, support `web_search` tool for MiniMax & Zhipu, support 01.ai proxy url, Update Hunyuan models & deepseek-r1-0528, use default deployment name when parseModelString doesn't contain deployment name.
22+
23+
24+
<br/>
25+
26+
27+
28+
<details>
29+
<summary><kbd>Improvements and Fixes</kbd></summary>
30+
31+
32+
33+
#### What's improved
34+
35+
* **misc**: Support ModelScope Provider, closes [#8026](https://github.com/jaworldwideorg/OneJA-Bot/issues/8026) ([7b91dfd](https://github.com/jaworldwideorg/OneJA-Bot/commit/7b91dfd))
36+
* **misc**: Support protect page, closes [#8024](https://github.com/jaworldwideorg/OneJA-Bot/issues/8024) ([d61a9f5](https://github.com/jaworldwideorg/OneJA-Bot/commit/d61a9f5))
37+
38+
39+
40+
#### What's fixed
41+
42+
* **misc**: Agent automatic completion meta not working error, closes [#8003](https://github.com/jaworldwideorg/OneJA-Bot/issues/8003) ([c5307bf](https://github.com/jaworldwideorg/OneJA-Bot/commit/c5307bf))
43+
* **misc**: Disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, closes [#8034](https://github.com/jaworldwideorg/OneJA-Bot/issues/8034) ([5b42ee2](https://github.com/jaworldwideorg/OneJA-Bot/commit/5b42ee2))
44+
* **misc**: Fix DeepSeek new R1 Search error, closes [#8035](https://github.com/jaworldwideorg/OneJA-Bot/issues/8035) ([cf58628](https://github.com/jaworldwideorg/OneJA-Bot/commit/cf58628))
45+
46+
47+
48+
#### Styles
49+
50+
* **misc**: `+` in the welcome message can be clicked to create an assistant, closes [#7984](https://github.com/jaworldwideorg/OneJA-Bot/issues/7984) ([9f07e4c](https://github.com/jaworldwideorg/OneJA-Bot/commit/9f07e4c))
51+
* **misc**: Enable deploymentName for Aliyun Bailian, closes [#7576](https://github.com/jaworldwideorg/OneJA-Bot/issues/7576) ([169e598](https://github.com/jaworldwideorg/OneJA-Bot/commit/169e598))
52+
* **misc**: Enhanced reasoning_effort Slider Component, closes [#7998](https://github.com/jaworldwideorg/OneJA-Bot/issues/7998) ([750b26a](https://github.com/jaworldwideorg/OneJA-Bot/commit/750b26a))
53+
* **misc**: Support `web_search` tool for MiniMax & Zhipu, closes [#7980](https://github.com/jaworldwideorg/OneJA-Bot/issues/7980) ([28cdafb](https://github.com/jaworldwideorg/OneJA-Bot/commit/28cdafb))
54+
* **misc**: Support 01.ai proxy url, closes [#8025](https://github.com/jaworldwideorg/OneJA-Bot/issues/8025) ([e0442b8](https://github.com/jaworldwideorg/OneJA-Bot/commit/e0442b8))
55+
* **misc**: Update Hunyuan models & deepseek-r1-0528, closes [#7993](https://github.com/jaworldwideorg/OneJA-Bot/issues/7993) ([2eb198c](https://github.com/jaworldwideorg/OneJA-Bot/commit/2eb198c))
56+
* **misc**: Use default deployment name when parseModelString doesn't contain deployment name, closes [#7719](https://github.com/jaworldwideorg/OneJA-Bot/issues/7719) ([aef19f4](https://github.com/jaworldwideorg/OneJA-Bot/commit/aef19f4))
57+
58+
</details>
59+
60+
61+
<div align="right">
62+
63+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
64+
65+
</div>
66+
567
### [Version 1.90.3](https://github.com/lobehub/lobe-chat/compare/v1.90.2...v1.90.3)
668

769
<sup>Released on **2025-06-01**</sup>

0 commit comments

Comments
 (0)