Skip to content

Commit fa12de2

Browse files
🔖 chore(release): v1.18.0 [skip ci]
## [Version&nbsp;1.18.0](v1.17.1...v1.18.0) <sup>Released on **2025-03-13**</sup> #### ✨ Features - **misc**: Support no-fc models like deepseek r1 with online search. #### 🐛 Bug Fixes - **misc**: Fix anthropic max tokens, fix context cache control and model builtin search switch, fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work, update cvpr cvf url rules. #### 💄 Styles - **chat**: Auto send message from URL. - **spelling**: Correct "broswer" to "browser" across codebase. - **misc**: Support openrouter claude 3.7 sonnet reasoning, Support OpenRouter custom BaseURL. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support no-fc models like deepseek r1 with online search, closes [lobehub#6842](https://github.com/jaworldwideorg/OneJA-Bot/issues/6842) ([f284c25](f284c25)) #### What's fixed * **misc**: Fix anthropic max tokens, closes [lobehub#6859](https://github.com/jaworldwideorg/OneJA-Bot/issues/6859) ([35fbc6c](35fbc6c)) * **misc**: Fix context cache control and model builtin search switch, closes [lobehub#6831](https://github.com/jaworldwideorg/OneJA-Bot/issues/6831) ([5c6b8ea](5c6b8ea)) * **misc**: Fix crawl result for short content, closes [lobehub#6903](https://github.com/jaworldwideorg/OneJA-Bot/issues/6903) [lobehub#6904](https://github.com/jaworldwideorg/OneJA-Bot/issues/6904) ([d8fda65](d8fda65)) * **misc**: Fix theme flicking, closes [lobehub#6926](https://github.com/jaworldwideorg/OneJA-Bot/issues/6926) ([103c3e3](103c3e3)) * **misc**: Link jump in mobile terminal data statistics, closes [lobehub#6893](https://github.com/jaworldwideorg/OneJA-Bot/issues/6893) ([505d24d](505d24d)) * **misc**: Refactor the theme implement, closes [lobehub#6844](https://github.com/jaworldwideorg/OneJA-Bot/issues/6844) ([e5c2161](e5c2161)) * **misc**: The agent setting `-edit_agent` not work, closes [lobehub#4609](https://github.com/jaworldwideorg/OneJA-Bot/issues/4609) ([7af0ec6](7af0ec6)) * **misc**: Update cvpr cvf url rules, closes [lobehub#6860](https://github.com/jaworldwideorg/OneJA-Bot/issues/6860) ([c299067](c299067)) #### Styles * **chat**: Auto send message from URL, closes [lobehub#6497](https://github.com/jaworldwideorg/OneJA-Bot/issues/6497) ([30b2639](30b2639)) * **spelling**: Correct "broswer" to "browser" across codebase, closes [lobehub#6876](https://github.com/jaworldwideorg/OneJA-Bot/issues/6876) ([8d677a2](8d677a2)) * **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [lobehub#6806](https://github.com/jaworldwideorg/OneJA-Bot/issues/6806) ([f1ffc2c](f1ffc2c)) * **misc**: Support OpenRouter custom BaseURL ([a8089ed](a8089ed)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent c6a11ba commit fa12de2

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG.md

+53
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22

33
# Changelog
44

5+
## [Version 1.18.0](https://github.com/jaworldwideorg/OneJA-Bot/compare/v1.17.1...v1.18.0)
6+
7+
<sup>Released on **2025-03-13**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support no-fc models like deepseek r1 with online search.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Fix anthropic max tokens, fix context cache control and model builtin search switch, fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work, update cvpr cvf url rules.
16+
17+
#### 💄 Styles
18+
19+
- **chat**: Auto send message from URL.
20+
- **spelling**: Correct "broswer" to "browser" across codebase.
21+
- **misc**: Support openrouter claude 3.7 sonnet reasoning, Support OpenRouter custom BaseURL.
22+
23+
<br/>
24+
25+
<details>
26+
<summary><kbd>Improvements and Fixes</kbd></summary>
27+
28+
#### What's improved
29+
30+
- **misc**: Support no-fc models like deepseek r1 with online search, closes [#6842](https://github.com/jaworldwideorg/OneJA-Bot/issues/6842) ([f284c25](https://github.com/jaworldwideorg/OneJA-Bot/commit/f284c25))
31+
32+
#### What's fixed
33+
34+
- **misc**: Fix anthropic max tokens, closes [#6859](https://github.com/jaworldwideorg/OneJA-Bot/issues/6859) ([35fbc6c](https://github.com/jaworldwideorg/OneJA-Bot/commit/35fbc6c))
35+
- **misc**: Fix context cache control and model builtin search switch, closes [#6831](https://github.com/jaworldwideorg/OneJA-Bot/issues/6831) ([5c6b8ea](https://github.com/jaworldwideorg/OneJA-Bot/commit/5c6b8ea))
36+
- **misc**: Fix crawl result for short content, closes [#6903](https://github.com/jaworldwideorg/OneJA-Bot/issues/6903) [#6904](https://github.com/jaworldwideorg/OneJA-Bot/issues/6904) ([d8fda65](https://github.com/jaworldwideorg/OneJA-Bot/commit/d8fda65))
37+
- **misc**: Fix theme flicking, closes [#6926](https://github.com/jaworldwideorg/OneJA-Bot/issues/6926) ([103c3e3](https://github.com/jaworldwideorg/OneJA-Bot/commit/103c3e3))
38+
- **misc**: Link jump in mobile terminal data statistics, closes [#6893](https://github.com/jaworldwideorg/OneJA-Bot/issues/6893) ([505d24d](https://github.com/jaworldwideorg/OneJA-Bot/commit/505d24d))
39+
- **misc**: Refactor the theme implement, closes [#6844](https://github.com/jaworldwideorg/OneJA-Bot/issues/6844) ([e5c2161](https://github.com/jaworldwideorg/OneJA-Bot/commit/e5c2161))
40+
- **misc**: The agent setting `-edit_agent` not work, closes [#4609](https://github.com/jaworldwideorg/OneJA-Bot/issues/4609) ([7af0ec6](https://github.com/jaworldwideorg/OneJA-Bot/commit/7af0ec6))
41+
- **misc**: Update cvpr cvf url rules, closes [#6860](https://github.com/jaworldwideorg/OneJA-Bot/issues/6860) ([c299067](https://github.com/jaworldwideorg/OneJA-Bot/commit/c299067))
42+
43+
#### Styles
44+
45+
- **chat**: Auto send message from URL, closes [#6497](https://github.com/jaworldwideorg/OneJA-Bot/issues/6497) ([30b2639](https://github.com/jaworldwideorg/OneJA-Bot/commit/30b2639))
46+
- **spelling**: Correct "broswer" to "browser" across codebase, closes [#6876](https://github.com/jaworldwideorg/OneJA-Bot/issues/6876) ([8d677a2](https://github.com/jaworldwideorg/OneJA-Bot/commit/8d677a2))
47+
- **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [#6806](https://github.com/jaworldwideorg/OneJA-Bot/issues/6806) ([f1ffc2c](https://github.com/jaworldwideorg/OneJA-Bot/commit/f1ffc2c))
48+
- **misc**: Support OpenRouter custom BaseURL ([a8089ed](https://github.com/jaworldwideorg/OneJA-Bot/commit/a8089ed))
49+
50+
</details>
51+
52+
<div align="right">
53+
54+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
55+
56+
</div>
57+
558
### [Version 1.70.10](https://github.com/lobehub/lobe-chat/compare/v1.70.9...v1.70.10)
659

760
<sup>Released on **2025-03-12**</sup>

0 commit comments

Comments
 (0)