arvinxx
4fa6d64df2
add plugin settings
2025-07-29 14:48:46 +08:00
Zhijie He
403aebd52e
💄 style: add more OpenAI SDK Text2Image providers ( #8573 )
2025-07-29 14:45:19 +08:00
LobeHub Bot
356cf0c392
💄 style: update i18n ( #8593 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-29 14:37:29 +08:00
Arvin Xu
be98d56ef4
♻️ refactor: refactor jose-JWT to xor obfuscation ( #8595 )
...
* refactor jose-jwt to xor obfuscation
* rename JWTPayload type to ClientSecretPayload
* fix tests
* revert next version
2025-07-29 14:37:01 +08:00
lobehubbot
3fae1b2638
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 04:07:54 +00:00
semantic-release-bot
ee4cc6c2e0
🔖 chore(release): v1.105.1 [skip ci]
...
### [Version 1.105.1](https://github.com/lobehub/lobe-chat/compare/v1.105.0...v1.105.1 )
<sup>Released on **2025-07-29**</sup>
#### 💄 Styles
- **misc**: Support more Text2Image from Qwen.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support more Text2Image from Qwen, closes [#8574 ](https://github.com/lobehub/lobe-chat/issues/8574 ) ([b8c0e2d ](https://github.com/lobehub/lobe-chat/commit/b8c0e2d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 04:07:02 +00:00
Zhijie He
b8c0e2d639
💄 style: support more Text2Image from Qwen ( #8574 )
2025-07-29 11:51:40 +08:00
lobehubbot
74d20bdbe8
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-28 09:12:32 +00:00
semantic-release-bot
7bab44e74c
🔖 chore(release): v1.105.0 [skip ci]
...
## [Version 1.105.0](https://github.com/lobehub/lobe-chat/compare/v1.104.5...v1.105.0 )
<sup>Released on **2025-07-28**</sup>
#### ✨ Features
- **misc**: Implement API Key management functionality.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Implement API Key management functionality, closes [#8535 ](https://github.com/lobehub/lobe-chat/issues/8535 ) ([fdaa725 ](https://github.com/lobehub/lobe-chat/commit/fdaa725 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-28 09:11:38 +00:00
Zephyr
fdaa72564c
✨ feat: Implement API Key management functionality ( #8535 )
...
* ✨ feat: Implement API Key management functionality
- Added new components for API Key management including creation, deletion, and display.
- Introduced a new database schema for storing API Keys.
- Implemented server and client services for API Key operations.
- Integrated API Key management into the profile section with appropriate routing and feature flags.
- Enhanced localization support for API Key related UI elements.
This commit lays the groundwork for managing API Keys within the application, allowing users to create, view, and manage their keys effectively.
* fix: server config unit test
* ✨ feat(database): Create api_keys table with conditional existence check
- Added a conditional check to create the "api_keys" table only if it does not already exist.
- Ensured the foreign key constraint for "user_id" references the "users" table remains intact.
This change enhances the migration process by preventing errors during table creation if the table already exists.
* feat: Implement API Key management interface
- Introduced a new Client component for managing API keys, including creation, updating, and deletion functionalities.
- Replaced the previous page component with the new Client component in the API key management page.
- Removed obsolete client and server service files related to API key management, streamlining the service layer.
This update enhances the user experience by providing a dedicated interface for API key operations.
2025-07-28 16:55:57 +08:00
lobehubbot
7d85151cb6
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-28 08:53:48 +00:00
semantic-release-bot
23ef2eea59
🔖 chore(release): v1.104.5 [skip ci]
...
### [Version 1.104.5](https://github.com/lobehub/lobe-chat/compare/v1.104.4...v1.104.5 )
<sup>Released on **2025-07-28**</sup>
#### 💄 Styles
- **misc**: Fix setting window layout when in desktop was disappear.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix setting window layout when in desktop was disappear, closes [#8585 ](https://github.com/lobehub/lobe-chat/issues/8585 ) ([74ab822 ](https://github.com/lobehub/lobe-chat/commit/74ab822 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-28 08:52:59 +00:00
Shinji-Li
74ab822140
💄 style: fix setting window layout when in desktop was disappear ( #8585 )
2025-07-28 16:37:45 +08:00
lobehubbot
d726ff108d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-28 02:37:48 +00:00
semantic-release-bot
dd7b661140
🔖 chore(release): v1.104.4 [skip ci]
...
### [Version 1.104.4](https://github.com/lobehub/lobe-chat/compare/v1.104.3...v1.104.4 )
<sup>Released on **2025-07-28**</sup>
#### 💄 Styles
- **misc**: Fix setting window layout size, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix setting window layout size, closes [#8483 ](https://github.com/lobehub/lobe-chat/issues/8483 ) ([4902341 ](https://github.com/lobehub/lobe-chat/commit/4902341 ))
* **misc**: Update i18n, closes [#8579 ](https://github.com/lobehub/lobe-chat/issues/8579 ) ([2eccbc7 ](https://github.com/lobehub/lobe-chat/commit/2eccbc7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-28 02:36:53 +00:00
Shinji-Li
49023419cf
💄 style: fix setting window layout size ( #8483 )
2025-07-28 10:21:30 +08:00
LobeHub Bot
2eccbc79eb
💄 style: update i18n ( #8579 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-28 10:19:46 +08:00
lobehubbot
3527cb65f1
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-26 09:48:50 +00:00
semantic-release-bot
1731c841d8
🔖 chore(release): v1.104.3 [skip ci]
...
### [Version 1.104.3](https://github.com/lobehub/lobe-chat/compare/v1.104.2...v1.104.3 )
<sup>Released on **2025-07-26**</sup>
#### 💄 Styles
- **misc**: Add Gemini 2.5 Flash-Lite GA model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 2.5 Flash-Lite GA model, closes [#8539 ](https://github.com/lobehub/lobe-chat/issues/8539 ) ([404ac21 ](https://github.com/lobehub/lobe-chat/commit/404ac21 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-26 09:47:57 +00:00
afon
404ac21229
💄 style: Add Gemini 2.5 Flash-Lite GA model ( #8539 )
2025-07-26 17:32:34 +08:00
Arvin Xu
2eaa2dbea0
🔨 chore: add react scan debugger and bump deps ( #8576 )
...
* add REACT_SCAN debug
* upgrade lobehub/ui
* clean
* head
* update
2025-07-26 16:32:55 +08:00
lobehubbot
50c0ed168d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-26 07:32:43 +00:00
semantic-release-bot
780e231afa
🔖 chore(release): v1.104.2 [skip ci]
...
### [Version 1.104.2](https://github.com/lobehub/lobe-chat/compare/v1.104.1...v1.104.2 )
<sup>Released on **2025-07-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix update hotkey invalid when input mod in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix update hotkey invalid when input mod in desktop, closes [#8572 ](https://github.com/lobehub/lobe-chat/issues/8572 ) ([07f3e6a ](https://github.com/lobehub/lobe-chat/commit/07f3e6a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-26 07:31:53 +00:00
Arvin Xu
07f3e6a4c4
🐛 fix: fix update hotkey invalid when input mod in desktop ( #8572 )
...
* fix hotkey with mod
* fix invalid hotkeys
* add tests
2025-07-26 15:16:45 +08:00
lobehubbot
3c35edced5
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-25 09:59:34 +00:00
semantic-release-bot
15770f188f
🔖 chore(release): v1.104.1 [skip ci]
...
### [Version 1.104.1](https://github.com/lobehub/lobe-chat/compare/v1.104.0...v1.104.1 )
<sup>Released on **2025-07-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider, closes [#8557 ](https://github.com/lobehub/lobe-chat/issues/8557 ) ([d1e4a54 ](https://github.com/lobehub/lobe-chat/commit/d1e4a54 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-25 09:58:34 +00:00
YuTengjing
9d7c6014fd
✨ chore: improve image display quality ( #8571 )
2025-07-25 17:42:23 +08:00
sxjeru
d1e4a54b01
🐛 fix: update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider ( #8557 )
2025-07-25 16:16:54 +08:00
lobehubbot
1bc8815fb4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-24 17:20:43 +00:00
semantic-release-bot
284826bed0
🔖 chore(release): v1.104.0 [skip ci]
...
## [Version 1.104.0](https://github.com/lobehub/lobe-chat/compare/v1.103.2...v1.104.0 )
<sup>Released on **2025-07-24**</sup>
#### ✨ Features
- **misc**: Support custom hotkey on desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support custom hotkey on desktop, closes [#8559 ](https://github.com/lobehub/lobe-chat/issues/8559 ) ([b50f121 ](https://github.com/lobehub/lobe-chat/commit/b50f121 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-24 17:19:53 +00:00
Arvin Xu
b50f1212cb
✨ feat: support custom hotkey on desktop ( #8559 )
...
* support custom hotkey
* update tests
* clean
* fix tests
2025-07-25 01:04:18 +08:00
lobehubbot
946517a52e
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-24 04:20:29 +00:00
semantic-release-bot
d30cc62acf
🔖 chore(release): v1.103.2 [skip ci]
...
### [Version 1.103.2](https://github.com/lobehub/lobe-chat/compare/v1.103.1...v1.103.2 )
<sup>Released on **2025-07-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix chat stream in desktop and update shortcut.
#### 💄 Styles
- **misc**: Add cached token count to usage of GoogleAI and VertexAI, fix desktop titlebar style in window, fix sub topic width in md responsive.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix chat stream in desktop and update shortcut, closes [#8520 ](https://github.com/lobehub/lobe-chat/issues/8520 ) ([0192140 ](https://github.com/lobehub/lobe-chat/commit/0192140 ))
#### Styles
* **misc**: Add cached token count to usage of GoogleAI and VertexAI, closes [#8545 ](https://github.com/lobehub/lobe-chat/issues/8545 ) ([66dbb24 ](https://github.com/lobehub/lobe-chat/commit/66dbb24 ))
* **misc**: Fix desktop titlebar style in window, closes [#8439 ](https://github.com/lobehub/lobe-chat/issues/8439 ) ([fd7662c ](https://github.com/lobehub/lobe-chat/commit/fd7662c ))
* **misc**: Fix sub topic width in md responsive, closes [#8443 ](https://github.com/lobehub/lobe-chat/issues/8443 ) ([9bae13b ](https://github.com/lobehub/lobe-chat/commit/9bae13b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-24 04:19:17 +00:00
Arvin Xu
0192140909
🐛 fix: fix chat stream in desktop and update shortcut ( #8520 )
...
* disable nginx chunk buffering
* make setting keep alive
* update shortcut
* update shortcut
* fix lint
2025-07-24 12:04:06 +08:00
Shinji-Li
9bae13b6c1
💄 style: fix sub topic width in md responsive ( #8443 )
2025-07-24 11:02:38 +08:00
CanisMinor
fd7662c3ac
💄 style: fix desktop titlebar style in window ( #8439 )
...
* 💄 style: Fix win electron style
📝 docs: Update readme
💄 style: Update useWatchThemeUpdate
💄 style: Update Tray icon
🔧 chore: Update windows
🔧 chore: Update filetree
🔧 chore: Update core
💄 style: Fix desktop draw style
💄 style: Update style
💄 style: Fix backgroundColor
💄 style: Update titlebar style
* 💄 style: Fix windows icon
* 🔧 chore: Clean
* update theme
* 💄 style: Update broswer
* 💄 style: HandleAppThemeChange
* clean
* fix memory leak
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-07-24 11:02:07 +08:00
afon
66dbb246d9
💄 style: Add cached token count to usage of GoogleAI and VertexAI ( #8545 )
2025-07-24 10:56:03 +08:00
Jamie Stivala
3a2935a6e3
🔨 chore: fix an issue where some tests were failing if Branding items were updated ( #8549 )
...
* Update test data for plugin action to use avatar icon path (rather than hard coded)
* Update tests to use BRANDING_NAME constant instead of hardcoded 'LobeChat' and update avatar icon path in chat message tests
* Update tests to replace hardcoded avatar paths with constants for inbox and user avatars
* Update plugin action tests to use DEFAULT_INBOX_AVATAR constant instead of hardcoded path
2025-07-24 10:54:42 +08:00
YuTengjing
82ca0074d4
🔨 chore: some ai image optimization ( #8543 )
2025-07-23 15:33:20 +08:00
lobehubbot
225d3b6ed5
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-23 05:34:17 +00:00
semantic-release-bot
66984d9418
🔖 chore(release): v1.103.1 [skip ci]
...
### [Version 1.103.1](https://github.com/lobehub/lobe-chat/compare/v1.103.0...v1.103.1 )
<sup>Released on **2025-07-23**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8537 ](https://github.com/lobehub/lobe-chat/issues/8537 ) ([b16f19b ](https://github.com/lobehub/lobe-chat/commit/b16f19b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-23 05:33:24 +00:00
LobeHub Bot
b16f19bfed
💄 style: update i18n ( #8537 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-23 13:17:56 +08:00
huangkairan
f61b222e9e
📝 docs: fix desktop & mcp mdx ( #8541 )
2025-07-23 13:17:30 +08:00
lobehubbot
368f7dbbc1
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 14:59:13 +00:00
semantic-release-bot
9c2350e643
🔖 chore(release): v1.103.0 [skip ci]
...
## [Version 1.103.0](https://github.com/lobehub/lobe-chat/compare/v1.102.4...v1.103.0 )
<sup>Released on **2025-07-22**</sup>
#### ✨ Features
- **misc**: Add Qwen image generation capabilities.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Qwen image generation capabilities, closes [#8534 ](https://github.com/lobehub/lobe-chat/issues/8534 ) ([7e8e5ef ](https://github.com/lobehub/lobe-chat/commit/7e8e5ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 14:58:22 +00:00
YuTengjing
7e8e5ef5b2
✨ feat: add Qwen image generation capabilities ( #8534 )
2025-07-22 22:43:10 +08:00
lobehubbot
0ed9e7d947
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 06:02:40 +00:00
semantic-release-bot
19cc6e8562
🔖 chore(release): v1.102.4 [skip ci]
...
### [Version 1.102.4](https://github.com/lobehub/lobe-chat/compare/v1.102.3...v1.102.4 )
<sup>Released on **2025-07-22**</sup>
#### ♻ Code Refactoring
- **misc**: Add badge and improve document.
#### 💄 Styles
- **misc**: Update tray icon.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add badge and improve document, closes [#8528 ](https://github.com/lobehub/lobe-chat/issues/8528 ) ([9fb4b0d ](https://github.com/lobehub/lobe-chat/commit/9fb4b0d ))
#### Styles
* **misc**: Update tray icon, closes [#8530 ](https://github.com/lobehub/lobe-chat/issues/8530 ) ([2696de4 ](https://github.com/lobehub/lobe-chat/commit/2696de4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 06:01:46 +00:00
Arvin Xu
2696de4078
💄 style: Update tray icon ( #8530 )
...
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-07-22 13:46:39 +08:00
Arvin Xu
9fb4b0dfc3
♻️ refactor: add badge and improve document ( #8528 )
...
* update readme
* 📝 docs: Update readme
* 💄 style: Update PlanIcon
* improve tooltip placement
* improve tray
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-07-22 13:43:57 +08:00
lobehubbot
caffbbd384
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 03:38:51 +00:00
semantic-release-bot
8a89b1a14e
🔖 chore(release): v1.102.3 [skip ci]
...
### [Version 1.102.3](https://github.com/lobehub/lobe-chat/compare/v1.102.2...v1.102.3 )
<sup>Released on **2025-07-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove debug logging from ModelRuntime and async caller.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove debug logging from ModelRuntime and async caller, closes [#8525 ](https://github.com/lobehub/lobe-chat/issues/8525 ) ([dd1a635 ](https://github.com/lobehub/lobe-chat/commit/dd1a635 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 03:37:59 +00:00
YuTengjing
dd1a6356b7
🐛 fix: remove debug logging from ModelRuntime and async caller ( #8525 )
2025-07-22 11:23:05 +08:00
LovelyGuYiMeng
d87919eba2
👷 build: add default app url for docker image to avoid building error ( #8526 )
2025-07-22 11:17:43 +08:00
lobehubbot
4bcf9822f7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 03:12:31 +00:00
semantic-release-bot
9f2eea3d2f
🔖 chore(release): v1.102.2 [skip ci]
...
### [Version 1.102.2](https://github.com/lobehub/lobe-chat/compare/v1.102.1...v1.102.2 )
<sup>Released on **2025-07-22**</sup>
#### 💄 Styles
- **misc**: Add notification for desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add notification for desktop, closes [#8523 ](https://github.com/lobehub/lobe-chat/issues/8523 ) ([4917d17 ](https://github.com/lobehub/lobe-chat/commit/4917d17 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 03:11:41 +00:00
Arvin Xu
4917d175bb
💄 style: add notification for desktop ( #8523 )
...
* add notification for desktop
* update i18n
* fix tests
2025-07-22 10:56:17 +08:00
lobehubbot
5b53773dc6
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-21 16:01:39 +00:00
semantic-release-bot
46bdf21f37
🔖 chore(release): v1.102.1 [skip ci]
...
### [Version 1.102.1](https://github.com/lobehub/lobe-chat/compare/v1.102.0...v1.102.1 )
<sup>Released on **2025-07-21**</sup>
#### 🐛 Bug Fixes
- **groq**: Enable streaming for tool calls and add Kimi K2 model.
#### 💄 Styles
- **misc**: Modal list header sticky style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **groq**: Enable streaming for tool calls and add Kimi K2 model, closes [#8510 ](https://github.com/lobehub/lobe-chat/issues/8510 ) ([60739bc ](https://github.com/lobehub/lobe-chat/commit/60739bc ))
#### Styles
* **misc**: Modal list header sticky style, closes [#8514 ](https://github.com/lobehub/lobe-chat/issues/8514 ) ([75273d5 ](https://github.com/lobehub/lobe-chat/commit/75273d5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-21 16:00:42 +00:00
afon
60739bc903
🐛 fix(groq): Enable streaming for tool calls and add Kimi K2 model ( #8510 )
2025-07-21 23:45:30 +08:00
Innei
75273d5497
💄 style: modal list header sticky style ( #8514 )
2025-07-21 23:43:25 +08:00
Innei
22e2de2b00
🔨 chore(typo): fix redirectUrl typo ( #8513 )
2025-07-21 23:42:53 +08:00
lobehubbot
cbddf3ed25
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-21 15:28:30 +00:00
semantic-release-bot
14fd4bb2e7
🔖 chore(release): v1.102.0 [skip ci]
...
## [Version 1.102.0](https://github.com/lobehub/lobe-chat/compare/v1.101.2...v1.102.0 )
<sup>Released on **2025-07-21**</sup>
#### ✨ Features
- **misc**: Add image generation capabilities using Google AI Imagen API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add image generation capabilities using Google AI Imagen API, closes [#8503 ](https://github.com/lobehub/lobe-chat/issues/8503 ) ([cef8208 ](https://github.com/lobehub/lobe-chat/commit/cef8208 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-21 15:27:38 +00:00
YuTengjing
cef8208457
✨ feat: add image generation capabilities using Google AI Imagen API ( #8503 )
2025-07-21 23:11:31 +08:00
lobehubbot
7d85a772db
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-21 06:00:46 +00:00
semantic-release-bot
83dd2865f0
🔖 chore(release): v1.101.2 [skip ci]
...
### [Version 1.101.2](https://github.com/lobehub/lobe-chat/compare/v1.101.1...v1.101.2 )
<sup>Released on **2025-07-21**</sup>
#### 💄 Styles
- **misc**: Fix lobehub provider `/chat` in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix lobehub provider `/chat` in desktop, closes [#8508 ](https://github.com/lobehub/lobe-chat/issues/8508 ) ([c801f9c ](https://github.com/lobehub/lobe-chat/commit/c801f9c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-21 05:59:47 +00:00
Arvin Xu
c04507e34f
🔨 chore: fix model runtime test issue ( #8511 )
2025-07-21 13:44:54 +08:00
Arvin Xu
c801f9ce58
💄 style: fix lobehub provider /chat in desktop ( #8508 )
2025-07-21 11:43:20 +08:00
vual
ac2a83a3ce
👷 build: add default APP_URL for docker image to avoid building error ( #8507 )
2025-07-21 11:39:59 +08:00
lobehubbot
7bdda9bab4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-19 17:19:58 +00:00
semantic-release-bot
e8321355f8
🔖 chore(release): v1.101.1 [skip ci]
...
### [Version 1.101.1](https://github.com/lobehub/lobe-chat/compare/v1.101.0...v1.101.1 )
<sup>Released on **2025-07-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Try fix authorization code exchange & pin next-auto to `beta.29`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Try fix authorization code exchange & pin next-auto to `beta.29`, closes [#8496 ](https://github.com/lobehub/lobe-chat/issues/8496 ) ([27c4881 ](https://github.com/lobehub/lobe-chat/commit/27c4881 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-19 17:19:05 +00:00
Rylan Cai
27c4881205
🐛 fix: Try fix authorization code exchange & pin next-auto to beta.29 ( #8496 )
...
* 📌 pin: next-auth@beta.29
* 🐛 fix: infinite redirection
2025-07-20 01:03:35 +08:00
lobehubbot
472c40e969
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-19 07:32:42 +00:00
semantic-release-bot
c98e7f8032
🔖 chore(release): v1.101.0 [skip ci]
...
## [Version 1.101.0](https://github.com/lobehub/lobe-chat/compare/v1.100.2...v1.101.0 )
<sup>Released on **2025-07-19**</sup>
#### ✨ Features
- **misc**: Add zhipu cogview4.
#### 🐛 Bug Fixes
- **misc**: Some ai image bugs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add zhipu cogview4, closes [#8486 ](https://github.com/lobehub/lobe-chat/issues/8486 ) ([0b1557d ](https://github.com/lobehub/lobe-chat/commit/0b1557d ))
#### What's fixed
* **misc**: Some ai image bugs, closes [#8490 ](https://github.com/lobehub/lobe-chat/issues/8490 ) ([5d852be ](https://github.com/lobehub/lobe-chat/commit/5d852be ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-19 07:31:47 +00:00
YuTengjing
0b1557d6ad
✨ feat: add zhipu cogview4 ( #8486 )
2025-07-18 23:01:12 +08:00
YuTengjing
5d852be8a2
🐛 fix: some ai image bugs ( #8490 )
2025-07-18 23:00:56 +08:00
lobehubbot
993b0fa81f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-18 05:13:35 +00:00
semantic-release-bot
83783b4650
🔖 chore(release): v1.100.2 [skip ci]
...
### [Version 1.100.2](https://github.com/lobehub/lobe-chat/compare/v1.100.1...v1.100.2 )
<sup>Released on **2025-07-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix webapi proxy with clerk.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix webapi proxy with clerk, closes [#8479 ](https://github.com/lobehub/lobe-chat/issues/8479 ) ([7dd65f0 ](https://github.com/lobehub/lobe-chat/commit/7dd65f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-18 05:12:40 +00:00
Arvin Xu
7dd65f0cb4
🐛 fix: fix webapi proxy with clerk ( #8479 )
...
* fix webapi proxy with clerk
* Update jwt.ts
2025-07-18 12:56:55 +08:00
lobehubbot
ecf1fdc2f7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-17 18:57:38 +00:00
semantic-release-bot
71c33300cf
🔖 chore(release): v1.100.1 [skip ci]
...
### [Version 1.100.1](https://github.com/lobehub/lobe-chat/compare/v1.100.0...v1.100.1 )
<sup>Released on **2025-07-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Use server env config image models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Use server env config image models, closes [#8478 ](https://github.com/lobehub/lobe-chat/issues/8478 ) ([768ee2b ](https://github.com/lobehub/lobe-chat/commit/768ee2b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-17 18:56:46 +00:00
YuTengjing
768ee2bf23
🐛 fix: use server env config image models ( #8478 )
...
* docs: update fal provider invalid image links
* docs: add FAL model provider environment variables documentation
* 🐛 fix: update model type assignment in parseModels.ts to use dynamic lookup
* 📝 docs: add FAQ for resolving AI image generation timeout issues on Vercel
* ✨ feat: implement getModelPropertyWithFallback utility for dynamic model property retrieval
* 📝 docs: expand testing guide with best practices for mock data strategies, error handling, and module pollution prevention
* 🐛 fix: update model type in LobeOpenAICompatibleFactory tests to 'chat'
2025-07-18 02:41:27 +08:00
lobehubbot
d23d8f1c29
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-17 05:25:51 +00:00
semantic-release-bot
7eadecd340
🔖 chore(release): v1.100.0 [skip ci]
...
## [Version 1.100.0](https://github.com/lobehub/lobe-chat/compare/v1.99.6...v1.100.0 )
<sup>Released on **2025-07-17**</sup>
#### ✨ Features
- **misc**: Refactor desktop oauth and use JWTs token to support remote chat.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Refactor desktop oauth and use JWTs token to support remote chat, closes [#8446 ](https://github.com/lobehub/lobe-chat/issues/8446 ) ([054ca5f ](https://github.com/lobehub/lobe-chat/commit/054ca5f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-17 05:24:42 +00:00
Arvin Xu
785406be9a
🔨 chore: improve code ( #8469 )
2025-07-17 13:09:41 +08:00
Arvin Xu
054ca5fd97
✨ feat: refactor desktop oauth and use JWTs token to support remote chat ( #8446 )
...
* refactor the oauth
* refactor the oauth
* refactor the oauth
* improve oauth status
* fix desktop auth
* fix tests
* improve clean handoff
* try to fix handoff public issue
* fix route protection
* refactor anim
* refactor
* update to access token to jwt
* update to access token to jwt
* improve config
* refactor for JWKs token
* fix auto refresh issue
* ✨ feat: support webapi proxy
* wip: 完成新流式接口
* wip: 跑通流式框架
* fix webhooks
* fix network proxy
* try to fix workflow
* fix proxy in remote sync
* fix tests
* fix tests
* fix oauth bypass route
* fix webapi proxy
2025-07-17 12:54:37 +08:00
lobehubbot
5d3a4ad460
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 18:05:16 +00:00
semantic-release-bot
8eb257bb2e
🔖 chore(release): v1.99.6 [skip ci]
...
### [Version 1.99.6](https://github.com/lobehub/lobe-chat/compare/v1.99.5...v1.99.6 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Desktop local db can't upload image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Desktop local db can't upload image, closes [#8459 ](https://github.com/lobehub/lobe-chat/issues/8459 ) ([25bfc80 ](https://github.com/lobehub/lobe-chat/commit/25bfc80 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 18:04:24 +00:00
YuTengjing
25bfc802b5
🐛 fix: desktop local db can't upload image ( #8459 )
2025-07-17 01:49:11 +08:00
lobehubbot
752e576b80
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 13:57:35 +00:00
semantic-release-bot
166f3e2400
🔖 chore(release): v1.99.5 [skip ci]
...
### [Version 1.99.5](https://github.com/lobehub/lobe-chat/compare/v1.99.4...v1.99.5 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix page error when url is not defined in web search plugin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix page error when url is not defined in web search plugin, closes [#8441 ](https://github.com/lobehub/lobe-chat/issues/8441 ) ([a55b65b ](https://github.com/lobehub/lobe-chat/commit/a55b65b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 13:56:43 +00:00
vual
a55b65b0b1
🐛 fix: fix page error when url is not defined in web search plugin ( #8441 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-07-16 21:41:14 +08:00
lobehubbot
3359b3f237
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 13:22:45 +00:00
semantic-release-bot
8ba8e8217b
🔖 chore(release): v1.99.4 [skip ci]
...
### [Version 1.99.4](https://github.com/lobehub/lobe-chat/compare/v1.99.3...v1.99.4 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix apikey issue on server log.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix apikey issue on server log, closes [#8457 ](https://github.com/lobehub/lobe-chat/issues/8457 ) ([43be2d1 ](https://github.com/lobehub/lobe-chat/commit/43be2d1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 13:21:54 +00:00
Arvin Xu
43be2d1905
🐛 fix: fix apikey issue on server log ( #8457 )
2025-07-16 21:06:51 +08:00
lobehubbot
53e0b51cbd
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 08:52:28 +00:00
semantic-release-bot
c530000334
🔖 chore(release): v1.99.3 [skip ci]
...
### [Version 1.99.3](https://github.com/lobehub/lobe-chat/compare/v1.99.2...v1.99.3 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Chat model list should not show image model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Chat model list should not show image model, closes [#8448 ](https://github.com/lobehub/lobe-chat/issues/8448 ) ([2bb1506 ](https://github.com/lobehub/lobe-chat/commit/2bb1506 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 08:51:36 +00:00
YuTengjing
2bb1506ea2
🐛 fix: chat model list should not show image model ( #8448 )
2025-07-16 16:36:43 +08:00
YuTengjing
c8f32c301e
✏️ docs: replace all 'Language Model' with 'Al Service Provider' in provider docs ( #8444 )
2025-07-15 17:23:09 +08:00
lobehubbot
1261cee35d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-15 08:36:44 +00:00
semantic-release-bot
8c99c5dfd4
🔖 chore(release): v1.99.2 [skip ci]
...
### [Version 1.99.2](https://github.com/lobehub/lobe-chat/compare/v1.99.1...v1.99.2 )
<sup>Released on **2025-07-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Some ai image generation feedback issues.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Some ai image generation feedback issues, closes [#8440 ](https://github.com/lobehub/lobe-chat/issues/8440 ) ([bc41329 ](https://github.com/lobehub/lobe-chat/commit/bc41329 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-15 08:35:52 +00:00
YuTengjing
bc413299ba
🐛 fix: some ai image generation feedback issues ( #8440 )
2025-07-15 16:20:41 +08:00
lobehubbot
f8369e1e3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-15 08:00:07 +00:00
semantic-release-bot
8e4f59c25b
🔖 chore(release): v1.99.1 [skip ci]
...
### [Version 1.99.1](https://github.com/lobehub/lobe-chat/compare/v1.99.0...v1.99.1 )
<sup>Released on **2025-07-15**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-15 07:59:14 +00:00
Arvin Xu
28c1fe060a
⚡ ️ perf: improve memory usage in desktop ( #8431 )
...
* improve usage of memory
* try to improve
2025-07-15 15:44:10 +08:00
YuTengjing
9557d79e33
🐛 fix: some ai image bugs ( #8432 )
2025-07-14 23:11:02 +08:00
lobehubbot
876df9ca08
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-14 12:51:05 +00:00
semantic-release-bot
025529d94f
🔖 chore(release): v1.99.0 [skip ci]
...
## [Version 1.99.0](https://github.com/lobehub/lobe-chat/compare/v1.98.2...v1.99.0 )
<sup>Released on **2025-07-14**</sup>
#### ✨ Features
- **plugin**: Support Streamable HTTP MCP Server Auth.
- **misc**: support AI Image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **plugin**: Support Streamable HTTP MCP Server Auth, closes [#8425 ](https://github.com/lobehub/lobe-chat/issues/8425 ) ([853a09a ](https://github.com/lobehub/lobe-chat/commit/853a09a ))
* **misc**: support AI Image, closes [#8312 ](https://github.com/lobehub/lobe-chat/issues/8312 ) ([095de57 ](https://github.com/lobehub/lobe-chat/commit/095de57 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-14 12:50:05 +00:00
Arvin Xu
853a09af1b
✨ feat(plugin): support Streamable HTTP MCP Server Auth ( #8425 )
...
* ✨ feat: support http streamable auth and headers
* ✨ feat: support http streamable auth and headers
* improve
* improve token
* add i18n
* update i18n
2025-07-14 20:34:39 +08:00
YuTengjing
095de57675
✨ feat: support AI Image ( #8312 )
...
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-07-14 20:29:57 +08:00
lobehubbot
c98860e6cf
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-14 05:50:19 +00:00
semantic-release-bot
f64f00fd6d
🔖 chore(release): v1.98.2 [skip ci]
...
### [Version 1.98.2](https://github.com/lobehub/lobe-chat/compare/v1.98.1...v1.98.2 )
<sup>Released on **2025-07-14**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8422 ](https://github.com/lobehub/lobe-chat/issues/8422 ) ([5b89ec8 ](https://github.com/lobehub/lobe-chat/commit/5b89ec8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-14 05:49:30 +00:00
LobeHub Bot
5b89ec8bd9
💄 style: update i18n ( #8422 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-14 13:35:27 +08:00
lobehubbot
3b37094dfb
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-14 03:01:40 +00:00
semantic-release-bot
b2a2fe3617
🔖 chore(release): v1.98.1 [skip ci]
...
### [Version 1.98.1](https://github.com/lobehub/lobe-chat/compare/v1.98.0...v1.98.1 )
<sup>Released on **2025-07-14**</sup>
#### 💄 Styles
- **misc**: Fix discover translation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix discover translation, closes [#8423 ](https://github.com/lobehub/lobe-chat/issues/8423 ) ([15ae35c ](https://github.com/lobehub/lobe-chat/commit/15ae35c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-14 03:00:53 +00:00
René Wang
15ae35ca2a
💄 style: fix discover translation ( #8423 )
2025-07-14 10:46:57 +08:00
lobehubbot
e9e11cbbed
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-13 05:45:45 +00:00
semantic-release-bot
1c9c8d75ee
🔖 chore(release): v1.98.0 [skip ci]
...
## [Version 1.98.0](https://github.com/lobehub/lobe-chat/compare/v1.97.17...v1.98.0 )
<sup>Released on **2025-07-13**</sup>
#### ✨ Features
- **misc**: Add network proxy for desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add network proxy for desktop, closes [#7848 ](https://github.com/lobehub/lobe-chat/issues/7848 ) ([46d2509 ](https://github.com/lobehub/lobe-chat/commit/46d2509 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-13 05:44:37 +00:00
renovate[bot]
95ac795573
Update dependency @anthropic-ai/sdk to ^0.56.0 ( #8412 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-13 13:30:10 +08:00
renovate[bot]
a173f6e401
Update dependency lucide-react to ^0.525.0 ( #8413 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-13 13:29:05 +08:00
Arvin Xu
37bb8ba2b7
🔨 chore: fix settings in desktop ( #8414 )
2025-07-13 13:26:22 +08:00
Arvin Xu
46d25092a4
✨ feat: add network proxy for desktop ( #7848 )
...
* add network proxy
* update network proxy
* refactor network proxy
* support network proxy
* fix types
* fix lint
* fix lint
2025-07-13 13:19:21 +08:00
lobehubbot
88c86179ba
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-13 05:07:12 +00:00
semantic-release-bot
127d38d702
🔖 chore(release): v1.97.17 [skip ci]
...
### [Version 1.97.17](https://github.com/lobehub/lobe-chat/compare/v1.97.16...v1.97.17 )
<sup>Released on **2025-07-13**</sup>
#### 💄 Styles
- **misc**: Support Hunyuan A13B thinking model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Hunyuan A13B thinking model, closes [#8278 ](https://github.com/lobehub/lobe-chat/issues/8278 ) ([09ca978 ](https://github.com/lobehub/lobe-chat/commit/09ca978 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-13 05:06:26 +00:00
sxjeru
09ca978f9c
💄 style: Support Hunyuan A13B thinking model ( #8278 )
...
* Update novita.ts
* feat: 添加新的混元模型并更新处理负载逻辑
* fix
* free Gemini 2.5 Pro
* 添加 ERNIE 4.5 300B A47B 模型到 siliconcloudChatModels
* novita
* 添加 GLM-4.1V-Thinking 系列模型到 zhipuChatModels,并更新现有模型的上下文窗口和最大输出设置
* 更新 zhipuChatModels,添加视觉能力并启用新模型;修改 ZhiPu 的检查模型 ID
* 移除多个 siliconcloud 废弃模型
* fix
* 移除 groq Qwen QwQ 32B 模型配置
* 更新 siliconcloud 模型
* 更新 novita/qwen 模型
* update siliconcloud model
* add Pangu Pro MoE 72B A16B
* Update novita.ts
* Update novita.ts
* update novita
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-07-13 12:52:39 +08:00
lobehubbot
1696bf114b
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-13 03:48:21 +00:00
semantic-release-bot
feb42fcc9e
🔖 chore(release): v1.97.16 [skip ci]
...
### [Version 1.97.16](https://github.com/lobehub/lobe-chat/compare/v1.97.15...v1.97.16 )
<sup>Released on **2025-07-13**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8410 ](https://github.com/lobehub/lobe-chat/issues/8410 ) ([2515875 ](https://github.com/lobehub/lobe-chat/commit/2515875 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-13 03:47:33 +00:00
LobeHub Bot
25158750c0
💄 style: update i18n ( #8410 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-13 11:33:28 +08:00
lobehubbot
d3d7a158fc
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-12 17:17:24 +00:00
semantic-release-bot
2212ea98ac
🔖 chore(release): v1.97.15 [skip ci]
...
### [Version 1.97.15](https://github.com/lobehub/lobe-chat/compare/v1.97.14...v1.97.15 )
<sup>Released on **2025-07-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Add vision support to Grok 4.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add vision support to Grok 4, closes [#8386 ](https://github.com/lobehub/lobe-chat/issues/8386 ) ([8512f5a ](https://github.com/lobehub/lobe-chat/commit/8512f5a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-12 17:16:32 +00:00
bbbugg
8512f5a9ae
🐛 fix: add vision support to Grok 4 ( #8386 )
...
* ✨ feat: add vision support to Grok 4
* ✨ feat: disable Grok 2 Vision 1212 model
2025-07-13 01:02:02 +08:00
lobehubbot
a2d40643c7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-12 17:00:04 +00:00
semantic-release-bot
2ef77567f7
🔖 chore(release): v1.97.14 [skip ci]
...
### [Version 1.97.14](https://github.com/lobehub/lobe-chat/compare/v1.97.13...v1.97.14 )
<sup>Released on **2025-07-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Revert "💄 style: Open new topic by tap Just Chat again".
#### 💄 Styles
- **misc**: Add Kimi K2 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Revert "💄 style: Open new topic by tap Just Chat again", closes [#8402 ](https://github.com/lobehub/lobe-chat/issues/8402 ) ([55462b9 ](https://github.com/lobehub/lobe-chat/commit/55462b9 ))
#### Styles
* **misc**: Add Kimi K2 model, closes [#8401 ](https://github.com/lobehub/lobe-chat/issues/8401 ) ([4cb1a18 ](https://github.com/lobehub/lobe-chat/commit/4cb1a18 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-12 16:59:10 +00:00
Arvin Xu
755e878a44
🔨 chore: fix lint ( #8407 )
2025-07-13 00:45:15 +08:00
sxjeru
4cb1a185ff
💄 style: Add Kimi K2 model ( #8401 )
2025-07-13 00:10:22 +08:00
Arvin Xu
55462b95ff
🐛 fix: Revert " 💄 style: Open new topic by tap Just Chat again" ( #8402 )
...
This reverts commit 7e2f4ce5dd .
2025-07-12 23:04:10 +08:00
lobehubbot
9a95886fe7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-12 05:04:50 +00:00
semantic-release-bot
fd44b088d6
🔖 chore(release): v1.97.13 [skip ci]
...
### [Version 1.97.13](https://github.com/lobehub/lobe-chat/compare/v1.97.12...v1.97.13 )
<sup>Released on **2025-07-12**</sup>
#### 💄 Styles
- **misc**: Support new Doubao thinking models, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support new Doubao thinking models, closes [#8174 ](https://github.com/lobehub/lobe-chat/issues/8174 ) ([637d75c ](https://github.com/lobehub/lobe-chat/commit/637d75c ))
* **misc**: Update i18n, closes [#8400 ](https://github.com/lobehub/lobe-chat/issues/8400 ) ([790eeb8 ](https://github.com/lobehub/lobe-chat/commit/790eeb8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-12 05:03:58 +00:00
LobeHub Bot
790eeb86c3
💄 style: update i18n ( #8400 )
2025-07-12 12:49:42 +08:00
sxjeru
637d75cde0
💄 style: Support new Doubao thinking models ( #8174 )
2025-07-12 12:49:21 +08:00
lobehubbot
526b93470d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-11 06:18:11 +00:00
semantic-release-bot
4963c599c9
🔖 chore(release): v1.97.12 [skip ci]
...
### [Version 1.97.12](https://github.com/lobehub/lobe-chat/compare/v1.97.11...v1.97.12 )
<sup>Released on **2025-07-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Grok-4 reasoning model universal matching.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Grok-4 reasoning model universal matching, closes [#8390 ](https://github.com/lobehub/lobe-chat/issues/8390 ) ([d6f17f8 ](https://github.com/lobehub/lobe-chat/commit/d6f17f8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-11 06:17:05 +00:00
Arvin Xu
09f921d531
⚡ ️ perf: add database autovacuum sql ( #8395 )
...
* remove ai sdk
* add autovacuum tuning sql
2025-07-11 14:03:05 +08:00
sxjeru
d6f17f8246
🐛 fix: Grok-4 reasoning model universal matching ( #8390 )
...
* Update index.ts
* Update xai.ts
2025-07-11 14:02:08 +08:00
lobehubbot
efb9311e6f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-11 03:39:38 +00:00
semantic-release-bot
1353d208e9
🔖 chore(release): v1.97.11 [skip ci]
...
### [Version 1.97.11](https://github.com/lobehub/lobe-chat/compare/v1.97.10...v1.97.11 )
<sup>Released on **2025-07-11**</sup>
#### 💄 Styles
- **misc**: Open new topic by tap Just Chat again.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Open new topic by tap Just Chat again, closes [#8311 ](https://github.com/lobehub/lobe-chat/issues/8311 ) ([7e2f4ce ](https://github.com/lobehub/lobe-chat/commit/7e2f4ce ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-11 03:38:50 +00:00
René Wang
7e2f4ce5dd
💄 style: Open new topic by tap Just Chat again ( #8311 )
...
* feat: Open new topic by tap Just Chat again
* feat: Prevent re-render of message update
* fix: Import loop
2025-07-11 11:24:43 +08:00
lobehubbot
ca5432ea6d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-11 03:02:49 +00:00
semantic-release-bot
86ff384587
🔖 chore(release): v1.97.10 [skip ci]
...
### [Version 1.97.10](https://github.com/lobehub/lobe-chat/compare/v1.97.9...v1.97.10 )
<sup>Released on **2025-07-11**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8387 ](https://github.com/lobehub/lobe-chat/issues/8387 ) ([00215c0 ](https://github.com/lobehub/lobe-chat/commit/00215c0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-11 03:01:58 +00:00
LobeHub Bot
00215c02eb
💄 style: update i18n ( #8387 )
2025-07-11 10:47:51 +08:00
lobehubbot
72d6287b70
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 12:23:52 +00:00
semantic-release-bot
04cad62627
🔖 chore(release): v1.97.9 [skip ci]
...
### [Version 1.97.9](https://github.com/lobehub/lobe-chat/compare/v1.97.8...v1.97.9 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Integrate Amazon Cognito for user authentication.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Integrate Amazon Cognito for user authentication, closes [#7472 ](https://github.com/lobehub/lobe-chat/issues/7472 ) ([56f4e98 ](https://github.com/lobehub/lobe-chat/commit/56f4e98 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 12:22:58 +00:00
Ethan Liu
56f4e98b97
💄 style: integrate Amazon Cognito for user authentication ( #7472 )
...
* feat: integrate Amazon Cognito for user authentication
* fix
---------
Co-authored-by: Liu, Yijun <liuyijun@amazon.com >
2025-07-10 20:08:18 +08:00
renovate[bot]
7ddf3a0040
Update dependency drizzle-kit to ^0.31.0 ( #7482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 19:55:56 +08:00
lobehubbot
9c4c91019d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 11:35:29 +00:00
semantic-release-bot
91022bfa04
🔖 chore(release): v1.97.8 [skip ci]
...
### [Version 1.97.8](https://github.com/lobehub/lobe-chat/compare/v1.97.7...v1.97.8 )
<sup>Released on **2025-07-10**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 11:34:36 +00:00
Arvin Xu
8dc2aef559
⚡ ️ perf: make most pages static to improve performance ( #8383 )
...
* perf settings
* fix settings
* try to make settings provider static
* ⚡ ️ perf: make repos static
* fix lint
* fix issue
* repos and settings provider/id static
* fix style
* fix content
* test force static
* test force static
2025-07-10 19:19:55 +08:00
lobehubbot
02932330c3
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 10:38:13 +00:00
semantic-release-bot
fc99fc3fa9
🔖 chore(release): v1.97.7 [skip ci]
...
### [Version 1.97.7](https://github.com/lobehub/lobe-chat/compare/v1.97.6...v1.97.7 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Add google search grounding for Vertex AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add google search grounding for Vertex AI, closes [#8313 ](https://github.com/lobehub/lobe-chat/issues/8313 ) ([afd5900 ](https://github.com/lobehub/lobe-chat/commit/afd5900 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 10:37:19 +00:00
Arvin Xu
34f061b51a
Revert " 🔨 chore: Add Codecov Bundle Analysis ( #6698 )" ( #8384 )
...
This reverts commit b2e6777c81 .
2025-07-10 18:22:55 +08:00
Katia
b2e6777c81
🔨 chore: Add Codecov Bundle Analysis ( #6698 )
...
* Add Codecov Bundle Analysis integration
- Add @codecov/webpack-plugin for bundle size tracking
- Configure bundle analysis settings in codecov.yml
- Update CI workflow to include bundle analysis step
- Set bundle change threshold to 10KB
* Use nextjs-webpack-plugin
* Seperate workflow
Move the Build with Bundle Analysis step to its own GitHub Actions workflow file.
* Revert line additon change
---------
Co-authored-by: katia-sentry <katia.al-amir@sentry.com >
2025-07-10 18:18:15 +08:00
afon
afd59004f9
💄 style: add google search grounding for Vertex AI ( #8313 )
...
* add google search grounding for Vertex AI
* fix test for google search grounding
---------
2025-07-10 18:07:40 +08:00
lobehubbot
390d0b807f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 10:04:43 +00:00
semantic-release-bot
f3fa286f25
🔖 chore(release): v1.97.6 [skip ci]
...
### [Version 1.97.6](https://github.com/lobehub/lobe-chat/compare/v1.97.5...v1.97.6 )
<sup>Released on **2025-07-10**</sup>
#### ♻ Code Refactoring
- **misc**: Replace `utility-types` with `type-fest`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Replace `utility-types` with `type-fest`, closes [#8370 ](https://github.com/lobehub/lobe-chat/issues/8370 ) ([a072b53 ](https://github.com/lobehub/lobe-chat/commit/a072b53 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 10:03:56 +00:00
YuTengjing
a072b53311
♻️ refactor: replace utility-types with type-fest ( #8370 )
2025-07-10 17:50:01 +08:00
lobehubbot
fa8f4ff83a
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 09:39:30 +00:00
semantic-release-bot
eaf7f1b9c1
🔖 chore(release): v1.97.5 [skip ci]
...
### [Version 1.97.5](https://github.com/lobehub/lobe-chat/compare/v1.97.4...v1.97.5 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Fix: solve the loading was strange spin when switch show.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix: solve the loading was strange spin when switch show, closes [#8333 ](https://github.com/lobehub/lobe-chat/issues/8333 ) ([07197e7 ](https://github.com/lobehub/lobe-chat/commit/07197e7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 09:38:37 +00:00
Shinji-Li
07197e7a51
💄 style: fix: solve the loading was strange spin when switch show ( #8333 )
...
* fix: solve when switch show,the loading was strange spin
* fix: delete switch disable way
2025-07-10 17:24:29 +08:00
小钟
bf032dde07
📝 docs: fix two missing sentences translation in the README.zh-CN.md ( #8382 )
2025-07-10 17:23:38 +08:00
lobehubbot
7f37f29411
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 08:02:56 +00:00
semantic-release-bot
eb45ed8647
🔖 chore(release): v1.97.4 [skip ci]
...
### [Version 1.97.4](https://github.com/lobehub/lobe-chat/compare/v1.97.3...v1.97.4 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Add `grok-4-0709` model from xAI, fix theme issue in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `grok-4-0709` model from xAI, closes [#8379 ](https://github.com/lobehub/lobe-chat/issues/8379 ) ([b7ca447 ](https://github.com/lobehub/lobe-chat/commit/b7ca447 ))
* **misc**: Fix theme issue in desktop, closes [#8380 ](https://github.com/lobehub/lobe-chat/issues/8380 ) ([c7ae78b ](https://github.com/lobehub/lobe-chat/commit/c7ae78b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 08:02:03 +00:00
Arvin Xu
c7ae78bfb7
💄 style: fix theme issue in desktop ( #8380 )
...
* 💄 style: fix theme issue
* fix
* fix
2025-07-10 15:47:53 +08:00
Zhijie He
b7ca447946
💄 style: add grok-4-0709 model from xAI ( #8379 )
...
* 💄 style: add `grok-4-0709` model from xAI
* 🐛 fix: fix model calling
* 🐛 fix: remove `reasoning_effort` support for Grok 4
2025-07-10 15:40:50 +08:00
lobehubbot
e11bf29d0f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 04:41:55 +00:00
semantic-release-bot
53f9c3b279
🔖 chore(release): v1.97.3 [skip ci]
...
### [Version 1.97.3](https://github.com/lobehub/lobe-chat/compare/v1.97.2...v1.97.3 )
<sup>Released on **2025-07-10**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 04:41:05 +00:00
Maple Gao
9e980cbf28
👷 build: pin minio version ( #8378 )
...
* 🔨 chore: fix MiniO image version
* fix: MiniO disabled web admin panel in latest version
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* Revert "🔨 chore: fix MiniO image version"
This reverts commit 1d6c2cd334 .
* Revert "🔨 chore: fix Relay Mode mis-report * fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL"
This reverts commit 7bc8a47b
* 🔨 chore: fix MiniO Version
* fix: MiniO new version do not have web admin panel
2025-07-10 12:26:41 +08:00
lobehubbot
7d718b2fe3
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 03:48:42 +00:00
semantic-release-bot
ed716c27f2
🔖 chore(release): v1.97.2 [skip ci]
...
### [Version 1.97.2](https://github.com/lobehub/lobe-chat/compare/v1.97.1...v1.97.2 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Implement data analytics event tracking framework.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Implement data analytics event tracking framework, closes [#8352 ](https://github.com/lobehub/lobe-chat/issues/8352 ) ([f433aca ](https://github.com/lobehub/lobe-chat/commit/f433aca ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 03:47:53 +00:00
Tsuki
f433aca05f
💄 style: implement data analytics event tracking framework ( #8352 )
2025-07-10 11:33:35 +08:00
lobehubbot
13e1cafb62
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 02:01:45 +00:00
semantic-release-bot
e02e74c9a4
🔖 chore(release): v1.97.1 [skip ci]
...
### [Version 1.97.1](https://github.com/lobehub/lobe-chat/compare/v1.97.0...v1.97.1 )
<sup>Released on **2025-07-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix locale hydration error in SSR.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix locale hydration error in SSR, closes [#8365 ](https://github.com/lobehub/lobe-chat/issues/8365 ) ([63f482a ](https://github.com/lobehub/lobe-chat/commit/63f482a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 02:00:50 +00:00
Arvin Xu
63f482a132
🐛 fix: fix locale hydration error in SSR ( #8365 )
...
* fix locale
* update readme
* Update README.zh-CN.md
* update readme
* update README
* fix locales
* add docs
2025-07-10 09:46:30 +08:00
YuTengjing
160678e7e0
🔨 chore: remove async router max duration limit ( #8374 )
...
* fix: disable async router trpc batch feature
* fix: remove async router max duration limit
2025-07-09 15:37:26 +08:00
YuTengjing
a89c2ec1bc
🔨 chore(database): add missing junction table relations for Drizzle Studio ( #8368 )
...
- Add filesToSessionsRelations for files-sessions relationship
- Add agentsFilesRelations for agents-files relationship
- Add messagesFilesRelations for messages-files relationship
- Add fileChunksRelations for files-chunks relationship
Resolves Drizzle Studio relation inference errors
2025-07-09 10:26:16 +08:00
lobehubbot
1225f12e1a
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-08 12:06:19 +00:00
semantic-release-bot
e1481e60fb
🔖 chore(release): v1.97.0 [skip ci]
...
## [Version 1.97.0](https://github.com/lobehub/lobe-chat/compare/v1.96.20...v1.97.0 )
<sup>Released on **2025-07-08**</sup>
#### ✨ Features
- **misc**: Add MCP marketplace and mcp plugin one-click installation in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add MCP marketplace and mcp plugin one-click installation in desktop, closes [#8334 ](https://github.com/lobehub/lobe-chat/issues/8334 ) ([416a4b1 ](https://github.com/lobehub/lobe-chat/commit/416a4b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-08 12:05:32 +00:00
Arvin Xu
416a4b1212
✨ feat: Add MCP marketplace and mcp plugin one-click installation in desktop ( #8334 )
...
* move plugin Component
* ✨ feat(wip): Add MCP Discover Market
* ✅ test: Fix test
* ✅ test: Fix test
* 🐛 fix: Fix build
* 🐛 fix: Fix build
* 💄 style: update plugin store
* 💄 style: Update plugin store
* ✨ feat: Update cache control headers and optimize Next.js config for performance
* 💄 style: Update discover markdown
* 💄 style: Update scroes step
* 优化 list 细节
* 优化 list 细节
* 优化 list 细节
* 完成基础 mcp 安装实现
* 完成安装上报
* 新增安装过程
* fix
* 优化插件设置页面配置
* 💄 style: update official icon
* 完善安装错误状态
* 支持取消安装
* fix types
* fix types
* 完成系统依赖检查流程
* 完成系统依赖安装流程上报
* try to fix suspense
* try to fix suspense
* try to fix suspense
* try to fix tests
* upgrade electron
* fix suspense
* fix tool name issue
* fix test
* add i18n
* fix tool call
* ✅ test: fix tests
* move
* fix tests
* refactor plugin install store
* improve old plugin install
* fix
* fix header link
* fix plugin detail
* fix oldPlugin detail
* fix tests
* update i18n
* fix i18n
* 💄 style: improve style
* add debug log
* fix link
* improve
* fix link
* 🚚 refactor: refactor the market runtime to nodejs
* 移除 props.searchParams 调用
* ✅ test: fix tests
* 尝试静态化 discover page
* ♻️ refactor: refactor config to nodejs runtime
* fix min width
* 修正自定义插件的编辑展示区域
* fix i18n
* 调整部分组件目录结构
* 完善 MCP 市场安装流程
* 完善安装上报事件
* test: fix test
* ✨ feat: 实现 m2m oauth 请求
* ✨ feat: 完善 m2m 注册链路
* ✨ feat: 完善 m2m 注册链路
* 🐛 fix: 优化 debug 日志输出问题
* ✨ feat: 支持 call 上报
* 💄 style: 使用更大的版本
* 🐛 fix: tools calling report
* 🐛 fix: try to fix call report
* 🐛 fix: try to use expires cookies
* 🐛 fix: fix cookies expires issue
* test: fix customPluginInfo report
* 🐛 fix: fix connection issue
* 🐛 fix: fix platform report
* 🐛 fix: fix version issue
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-07-08 19:51:22 +08:00
lobehubbot
580961e6e4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-08 05:03:08 +00:00
semantic-release-bot
35d3577af7
🔖 chore(release): v1.96.20 [skip ci]
...
### [Version 1.96.20](https://github.com/lobehub/lobe-chat/compare/v1.96.19...v1.96.20 )
<sup>Released on **2025-07-08**</sup>
#### 💄 Styles
- **misc**: Add `MCP_TOOL_TIMEOUT` env and improve debug usage guide.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `MCP_TOOL_TIMEOUT` env and improve debug usage guide, closes [#8357 ](https://github.com/lobehub/lobe-chat/issues/8357 ) ([d4baae5 ](https://github.com/lobehub/lobe-chat/commit/d4baae5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-08 05:02:21 +00:00
wangjifeng
d4baae5df0
💄 style: add MCP_TOOL_TIMEOUT env and improve debug usage guide ( #8357 )
...
* feat: add MCP_TOOL_TIMEOUT config and doc, and improve debug usage guide
* feat: add MCP_TOOL_TIMEOUT config and doc, remove connect timeout
* feat: add MCP_TOOL_TIMEOUT config and doc, remove connect timeout
* docs: update .env.example, comment out MCP_TOOL_TIMEOUT and improve env parsing in client
* docs: update .env.example MCP_TOOL_TIMEOUT default value to 60000 to match code
2025-07-08 12:48:31 +08:00
lobehubbot
be476a5b29
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-07 06:37:28 +00:00
semantic-release-bot
4ed67f39f7
🔖 chore(release): v1.96.19 [skip ci]
...
### [Version 1.96.19](https://github.com/lobehub/lobe-chat/compare/v1.96.18...v1.96.19 )
<sup>Released on **2025-07-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Pin `officeparser@5.1.1` to fix server error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pin `officeparser@5.1.1` to fix server error, closes [#8354 ](https://github.com/lobehub/lobe-chat/issues/8354 ) ([3f4e935 ](https://github.com/lobehub/lobe-chat/commit/3f4e935 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-07 06:36:41 +00:00
Arvin Xu
3f4e935301
🐛 fix: pin officeparser@5.1.1 to fix server error ( #8354 )
...
* test: fix test
* test: fix test
2025-07-07 14:22:20 +08:00
lobehubbot
7eb4a7f173
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-06 18:41:25 +00:00
semantic-release-bot
9d0bb1f230
🔖 chore(release): v1.96.18 [skip ci]
...
### [Version 1.96.18](https://github.com/lobehub/lobe-chat/compare/v1.96.17...v1.96.18 )
<sup>Released on **2025-07-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Change the wrong github checkmodel name.
#### 💄 Styles
- **misc**: Files hello pages should scroll.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Change the wrong github checkmodel name, closes [#8339 ](https://github.com/lobehub/lobe-chat/issues/8339 ) ([f07d912 ](https://github.com/lobehub/lobe-chat/commit/f07d912 ))
#### Styles
* **misc**: Files hello pages should scroll, closes [#8340 ](https://github.com/lobehub/lobe-chat/issues/8340 ) ([df9b7df ](https://github.com/lobehub/lobe-chat/commit/df9b7df ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-06 18:40:31 +00:00
Shinji-Li
f07d9122c5
🐛 fix: change the wrong github checkmodel name ( #8339 )
2025-07-07 02:26:28 +08:00
Shinji-Li
df9b7df385
💄 style: files hello pages should scroll ( #8340 )
2025-07-07 02:25:11 +08:00
Arvin Xu
987b633336
📝 docs: add some cursor rules ( #8338 )
2025-07-04 19:07:16 +08:00
lobehubbot
b7042b6542
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-03 17:15:55 +00:00
semantic-release-bot
b346d4bcbf
🔖 chore(release): v1.96.17 [skip ci]
...
### [Version 1.96.17](https://github.com/lobehub/lobe-chat/compare/v1.96.16...v1.96.17 )
<sup>Released on **2025-07-03**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-03 17:15:08 +00:00
YuTengjing
780ee82b12
⚡ ️ build: integrate tsgo to validate ts ( #8331 )
...
* ⚡ ️ build: integrate tsgo to validate ts
* 📝 docs: add code comment to @ts-ignore
* Update package.json
* Update apps/desktop/package.json
* Update package.json
* Update package.json
2025-07-04 01:01:11 +08:00
lobehubbot
31c6a51d7f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-03 00:36:14 +00:00
semantic-release-bot
dfe4699769
🔖 chore(release): v1.96.16 [skip ci]
...
### [Version 1.96.16](https://github.com/lobehub/lobe-chat/compare/v1.96.15...v1.96.16 )
<sup>Released on **2025-07-03**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8322 ](https://github.com/lobehub/lobe-chat/issues/8322 ) ([0c6b885 ](https://github.com/lobehub/lobe-chat/commit/0c6b885 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-03 00:35:07 +00:00
LobeHub Bot
0c6b8858eb
💄 style: update i18n ( #8322 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-03 08:20:59 +08:00
lobehubbot
24ae38aae4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-02 07:14:16 +00:00
semantic-release-bot
d40d7e0c00
🔖 chore(release): v1.96.15 [skip ci]
...
### [Version 1.96.15](https://github.com/lobehub/lobe-chat/compare/v1.96.14...v1.96.15 )
<sup>Released on **2025-07-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Wrong Gemini 2.5 Pro thinkbudget.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Wrong Gemini 2.5 Pro thinkbudget, closes [#8296 ](https://github.com/lobehub/lobe-chat/issues/8296 ) ([18920c5 ](https://github.com/lobehub/lobe-chat/commit/18920c5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-02 07:13:04 +00:00
sxjeru
18920c579b
🐛 fix: Wrong Gemini 2.5 Pro thinkbudget ( #8296 )
...
* Update index.ts
* 添加新的 AI 聊天模型到 novita 和 siliconcloud 配置
* 添加 Hunyuan A13B Instruct 聊天模型到 siliconcloud 配置
* Update novita.ts
2025-07-02 14:58:01 +08:00
lobehubbot
155d5804b9
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-01 16:58:59 +00:00
semantic-release-bot
82d11b45a6
🔖 chore(release): v1.96.14 [skip ci]
...
### [Version 1.96.14](https://github.com/lobehub/lobe-chat/compare/v1.96.13...v1.96.14 )
<sup>Released on **2025-07-01**</sup>
#### ♻ Code Refactoring
- **misc**: Migrate to `@google/genai` SDK for Google Gemini API and Vertex AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Migrate to `@google/genai` SDK for Google Gemini API and Vertex AI, closes [#7884 ](https://github.com/lobehub/lobe-chat/issues/7884 ) ([fef3e5f ](https://github.com/lobehub/lobe-chat/commit/fef3e5f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-01 16:57:42 +00:00
afon
fef3e5f9f3
♻️ refactor: Migrate to @google/genai SDK for Google Gemini API and Vertex AI ( #7884 )
...
* ♻️ refactor: Migrate to `@google/genai` SDK for Google Gemini API and Vertex AI
* fix google-ai test
* fix google model-runtime test
2025-07-02 00:43:13 +08:00
lobehubbot
0fe7319b6a
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-01 02:59:51 +00:00
semantic-release-bot
c3cb37498a
🔖 chore(release): v1.96.13 [skip ci]
...
### [Version 1.96.13](https://github.com/lobehub/lobe-chat/compare/v1.96.12...v1.96.13 )
<sup>Released on **2025-07-01**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8306 ](https://github.com/lobehub/lobe-chat/issues/8306 ) ([80aad1d ](https://github.com/lobehub/lobe-chat/commit/80aad1d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-01 02:58:43 +00:00
LobeHub Bot
80aad1de42
💄 style: update i18n ( #8306 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-01 10:44:23 +08:00
lobehubbot
86f7e8b64e
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-30 15:05:19 +00:00
semantic-release-bot
c215384cb3
🔖 chore(release): v1.96.12 [skip ci]
...
### [Version 1.96.12](https://github.com/lobehub/lobe-chat/compare/v1.96.11...v1.96.12 )
<sup>Released on **2025-06-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Pin `antd@5.26 .2` to fix build error.
#### 💄 Styles
- **misc**: Add DeepResearch models from OpenAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pin `antd@5.26 .2` to fix build error, closes [#8303 ](https://github.com/lobehub/lobe-chat/issues/8303 ) ([44b6b01 ](https://github.com/lobehub/lobe-chat/commit/44b6b01 ))
#### Styles
* **misc**: Add DeepResearch models from OpenAI, closes [#8291 ](https://github.com/lobehub/lobe-chat/issues/8291 ) ([87a5cbc ](https://github.com/lobehub/lobe-chat/commit/87a5cbc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-30 15:04:04 +00:00
Zhijie He
87a5cbc5c9
💄 style: add DeepResearch models from OpenAI ( #8291 )
...
* 💄 style: add web search support from o3 & o4 series
* 💄 style: add DeepResearch models from oAI
* 💄 style: sort models, disable as default
* 🐛 fix: fix model calling
* 🐛 fix: reasoning model calling
* 🐛 fix: fix deepresearch model calling
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-30 22:49:48 +08:00
Arvin Xu
44b6b01ca5
🐛 fix: pin antd@5.26.2 to fix build error ( #8303 )
2025-06-30 21:10:59 +08:00
lobehubbot
c8a8c7be3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-28 05:32:16 +00:00
semantic-release-bot
f5e5465981
🔖 chore(release): v1.96.11 [skip ci]
...
### [Version 1.96.11](https://github.com/lobehub/lobe-chat/compare/v1.96.10...v1.96.11 )
<sup>Released on **2025-06-28**</sup>
#### 🐛 Bug Fixes
- **mermaid**: Firefox mermaid show error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **mermaid**: Firefox mermaid show error, closes [#8270 ](https://github.com/lobehub/lobe-chat/issues/8270 ) ([d9c5e7b ](https://github.com/lobehub/lobe-chat/commit/d9c5e7b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-28 05:31:02 +00:00
Kingsword
d9c5e7b142
🐛 fix(mermaid): firefox mermaid show error ( #8270 )
2025-06-28 13:16:45 +08:00
lobehubbot
2d6b9ae6b3
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-28 03:42:30 +00:00
semantic-release-bot
35fd5ce705
🔖 chore(release): v1.96.10 [skip ci]
...
### [Version 1.96.10](https://github.com/lobehub/lobe-chat/compare/v1.96.9...v1.96.10 )
<sup>Released on **2025-06-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop chunk issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop chunk issue, closes [#8280 ](https://github.com/lobehub/lobe-chat/issues/8280 ) ([c193e65 ](https://github.com/lobehub/lobe-chat/commit/c193e65 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-28 03:41:20 +00:00
YuTengjing
c193e657fb
🐛 fix: fix desktop chunk issue ( #8280 )
...
* 🐛 fix: desktop version can't chunk
* docs: add some comments
* chore: try fix provider page 500
2025-06-28 11:27:08 +08:00
lobehubbot
176e49ab6a
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 15:40:32 +00:00
semantic-release-bot
07e2b063e2
🔖 chore(release): v1.96.9 [skip ci]
...
### [Version 1.96.9](https://github.com/lobehub/lobe-chat/compare/v1.96.8...v1.96.9 )
<sup>Released on **2025-06-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Google Gemini tools declarations.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Google Gemini tools declarations, closes [#8256 ](https://github.com/lobehub/lobe-chat/issues/8256 ) ([08f5d73 ](https://github.com/lobehub/lobe-chat/commit/08f5d73 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 15:39:13 +00:00
afon
08f5d733cd
🐛 fix: Google Gemini tools declarations ( #8256 )
...
* fix: Include 'tools' with 'tool_calls' to fix "MALFORMED_FUNCTION_CALL" error
* feat: Convert OpenAI tool responses to Google GenAI function responses
* Ensure unique tool call IDs by adding random suffix
* use nanoid; fix tests
2025-06-23 23:24:12 +08:00
lobehubbot
2d8338b044
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 11:31:18 +00:00
semantic-release-bot
5c90905fbb
🔖 chore(release): v1.96.8 [skip ci]
...
### [Version 1.96.8](https://github.com/lobehub/lobe-chat/compare/v1.96.7...v1.96.8 )
<sup>Released on **2025-06-23**</sup>
#### 💄 Styles
- **misc**: Optimized Gemini thinkingBudget configuration.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Optimized Gemini thinkingBudget configuration, closes [#8224 ](https://github.com/lobehub/lobe-chat/issues/8224 ) ([03625e8 ](https://github.com/lobehub/lobe-chat/commit/03625e8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 11:30:10 +00:00
sxjeru
03625e8c29
💄 style: Optimized Gemini thinkingBudget configuration ( #8224 )
2025-06-23 19:16:00 +08:00
lobehubbot
b1c72fd476
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 07:10:55 +00:00
semantic-release-bot
e971ff3110
🔖 chore(release): v1.96.7 [skip ci]
...
### [Version 1.96.7](https://github.com/lobehub/lobe-chat/compare/v1.96.6...v1.96.7 )
<sup>Released on **2025-06-23**</sup>
#### 💄 Styles
- **misc**: Add `blockAds` & `stealth` params for Browserless.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `blockAds` & `stealth` params for Browserless, closes [#8255 ](https://github.com/lobehub/lobe-chat/issues/8255 ) ([2ff3efa ](https://github.com/lobehub/lobe-chat/commit/2ff3efa ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 07:09:45 +00:00
Zhijie He
2ff3efa630
💄 style: add blockAds & stealth params for Browserless ( #8255 )
...
* ✨ feat: add blockAds & stealth params for Browserless
* Apply `sourcery-ai` suggestion
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* 📝 docs: add docs for `BROWSERLESS_BLOCK_ADS` & `BROWSERLESS_STEALTH_MODE`
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-06-23 14:55:17 +08:00
lobehubbot
f63b137428
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 02:27:23 +00:00
semantic-release-bot
0c5c975c6f
🔖 chore(release): v1.96.6 [skip ci]
...
### [Version 1.96.6](https://github.com/lobehub/lobe-chat/compare/v1.96.5...v1.96.6 )
<sup>Released on **2025-06-23**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8253 ](https://github.com/lobehub/lobe-chat/issues/8253 ) ([b86dc9b ](https://github.com/lobehub/lobe-chat/commit/b86dc9b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 02:26:11 +00:00
LobeHub Bot
b86dc9bbf9
💄 style: update i18n ( #8253 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-23 10:11:45 +08:00
lobehubbot
01db0b634c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 12:58:30 +00:00
semantic-release-bot
b064fe3f98
🔖 chore(release): v1.96.5 [skip ci]
...
### [Version 1.96.5](https://github.com/lobehub/lobe-chat/compare/v1.96.4...v1.96.5 )
<sup>Released on **2025-06-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove unsupported parameters of Hunyuan.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove unsupported parameters of Hunyuan, closes [#8247 ](https://github.com/lobehub/lobe-chat/issues/8247 ) ([826d724 ](https://github.com/lobehub/lobe-chat/commit/826d724 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 12:57:12 +00:00
sxjeru
826d724ce7
🐛 fix: Remove unsupported parameters of Hunyuan ( #8247 )
...
* 🐛 fix: 去除 hunyuan 频率和存在惩罚参数
* 去除重复的 ESLint no-unused-vars
* Revert "去除重复的 ESLint no-unused-vars"
This reverts commit e6edece8b9 .
2025-06-22 20:42:37 +08:00
lobehubbot
f016058af5
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 07:10:44 +00:00
semantic-release-bot
5babf02460
🔖 chore(release): v1.96.4 [skip ci]
...
### [Version 1.96.4](https://github.com/lobehub/lobe-chat/compare/v1.96.3...v1.96.4 )
<sup>Released on **2025-06-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 07:09:35 +00:00
Arvin Xu
ca417f86d5
⚡ ️ perf: refactor Typography to Text ( #8250 )
2025-06-22 14:55:26 +08:00
lobehubbot
ec094d06d9
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 06:21:51 +00:00
semantic-release-bot
6a9e4f6f45
🔖 chore(release): v1.96.3 [skip ci]
...
### [Version 1.96.3](https://github.com/lobehub/lobe-chat/compare/v1.96.2...v1.96.3 )
<sup>Released on **2025-06-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 06:20:40 +00:00
Arvin Xu
4514081f3a
⚡ ️ perf: refactor Typography to Text ( #8249 )
2025-06-22 14:06:37 +08:00
Arvin Xu
8bf3eedacf
📝 docs: add Vercel OSS Program Badge ( #8248 )
...
* Update README.md
* Update README.md
2025-06-22 13:58:36 +08:00
lobehubbot
f948631edf
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 04:01:21 +00:00
semantic-release-bot
3feebb4827
🔖 chore(release): v1.96.2 [skip ci]
...
### [Version 1.96.2](https://github.com/lobehub/lobe-chat/compare/v1.96.1...v1.96.2 )
<sup>Released on **2025-06-22**</sup>
#### 💄 Styles
- **openrouter**: Add stable versions of Gemini 2.5 models.
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **openrouter**: Add stable versions of Gemini 2.5 models, closes [#8239 ](https://github.com/lobehub/lobe-chat/issues/8239 ) ([d34ecab ](https://github.com/lobehub/lobe-chat/commit/d34ecab ))
* **misc**: Update i18n, closes [#8242 ](https://github.com/lobehub/lobe-chat/issues/8242 ) ([2d1babc ](https://github.com/lobehub/lobe-chat/commit/2d1babc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 04:00:05 +00:00
LobeHub Bot
2d1babc11e
💄 style: update i18n ( #8242 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-22 11:45:38 +08:00
Max Brauer
d34ecab318
💄 style(openrouter): add stable versions of Gemini 2.5 models ( #8239 )
...
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-06-22 11:45:19 +08:00
renovate[bot]
c7d4399949
Update dependency lucide-react to ^0.522.0 ( #8245 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-22 11:44:53 +08:00
lobehubbot
fab795e549
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-21 17:55:33 +00:00
semantic-release-bot
a1e1681321
🔖 chore(release): v1.96.1 [skip ci]
...
### [Version 1.96.1](https://github.com/lobehub/lobe-chat/compare/v1.96.0...v1.96.1 )
<sup>Released on **2025-06-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `MiniMax-M1` reasoning tag missing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `MiniMax-M1` reasoning tag missing, closes [#8240 ](https://github.com/lobehub/lobe-chat/issues/8240 ) ([ea76c11 ](https://github.com/lobehub/lobe-chat/commit/ea76c11 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-21 17:54:24 +00:00
Zhijie He
ea76c1170d
🐛 fix: fix MiniMax-M1 reasoning tag missing ( #8240 )
2025-06-22 01:39:58 +08:00
lobehubbot
89f9df7199
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-20 16:42:39 +00:00
semantic-release-bot
d49e442dee
🔖 chore(release): v1.96.0 [skip ci]
...
## [Version 1.96.0](https://github.com/lobehub/lobe-chat/compare/v1.95.0...v1.96.0 )
<sup>Released on **2025-06-20**</sup>
#### ✨ Features
- **misc**: Add v0 (Vercel) provider support.
#### 🐛 Bug Fixes
- **misc**: Fix inputTemplate behavior.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add v0 (Vercel) provider support, closes [#8235 ](https://github.com/lobehub/lobe-chat/issues/8235 ) ([5842a18 ](https://github.com/lobehub/lobe-chat/commit/5842a18 ))
#### What's fixed
* **misc**: Fix inputTemplate behavior, closes [#8204 ](https://github.com/lobehub/lobe-chat/issues/8204 ) ([61c2c3c ](https://github.com/lobehub/lobe-chat/commit/61c2c3c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-20 16:41:25 +00:00
Zhijie He
5842a1858e
✨ feat: add v0 (Vercel) provider support ( #8235 )
...
* ✨ feat: add v0 (Vercel) provider support
* ♻️ refactor: rebrand to `v0`
* 🔨 chore: update Dockerfile ENV
* 🔨 chore: fix desc
* 💄 style: support model fetch
* 💄 style: fix reasoning tag
* 🐛 fix: fix build error
* 💄 style: better branding
2025-06-21 00:27:11 +08:00
Zhijie He
61c2c3c361
🐛 fix: fix inputTemplate behavior ( #8204 )
2025-06-21 00:20:49 +08:00
lobehubbot
64fe6d9dc6
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-20 16:12:05 +00:00
semantic-release-bot
7f77a5ca0e
🔖 chore(release): v1.95.0 [skip ci]
...
## [Version 1.95.0](https://github.com/lobehub/lobe-chat/compare/v1.94.17...v1.95.0 )
<sup>Released on **2025-06-20**</sup>
#### ✨ Features
- **misc**: Add Brave & Google PSE & Kagi as build-in Search Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Brave & Google PSE & Kagi as build-in Search Provider, closes [#8172 ](https://github.com/lobehub/lobe-chat/issues/8172 ) ([16ae521 ](https://github.com/lobehub/lobe-chat/commit/16ae521 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-20 16:10:52 +00:00
Zhijie He
16ae521659
✨ feat: add Brave & Google PSE & Kagi as build-in Search Provider ( #8172 )
...
* ✨ feat: add Brave Search as build-in Search Provider
* 🐛 fix: fix build error
* ✨ feat: add Kagi as build-in Search Provider
* 🐛 fix: fix build error
* ✨ feat: add Google PSE as build-in Search Provider
* ✨ feat: add Anspire (安思派) as build-in Search Provider
* 🐛 fix: fix build error
* 📝 docs: update `online-search` docs
2025-06-20 23:56:05 +08:00
lobehubbot
ad47d4d553
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-20 03:49:25 +00:00
semantic-release-bot
cb9bf10562
🔖 chore(release): v1.94.17 [skip ci]
...
### [Version 1.94.17](https://github.com/lobehub/lobe-chat/compare/v1.94.16...v1.94.17 )
<sup>Released on **2025-06-20**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8233 ](https://github.com/lobehub/lobe-chat/issues/8233 ) ([88c4362 ](https://github.com/lobehub/lobe-chat/commit/88c4362 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-20 03:48:15 +00:00
LobeHub Bot
88c4362768
💄 style: update i18n ( #8233 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-20 11:33:57 +08:00
lobehubbot
4f6eb27b3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 18:05:13 +00:00
semantic-release-bot
a0c062fa99
🔖 chore(release): v1.94.16 [skip ci]
...
### [Version 1.94.16](https://github.com/lobehub/lobe-chat/compare/v1.94.15...v1.94.16 )
<sup>Released on **2025-06-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Correctly pass `reasoning.summary`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correctly pass `reasoning.summary`, closes [#8221 ](https://github.com/lobehub/lobe-chat/issues/8221 ) ([da79815 ](https://github.com/lobehub/lobe-chat/commit/da79815 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-19 18:03:58 +00:00
sxjeru
da79815faa
🐛 fix: Correctly pass reasoning.summary ( #8221 )
...
* Update index.ts
* 📝 refactor: Update reasoning handling in OpenAI model runtime
* groq
* update models
* Update index.ts
2025-06-20 01:49:50 +08:00
lobehubbot
7ebf981567
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 11:51:49 +00:00
Arvin Xu
accbc7c5a1
🔨 chore: improve dev speed ( #8228 )
2025-06-19 19:37:58 +08:00
lobehubbot
935343e11e
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 10:20:32 +00:00
semantic-release-bot
6bd13d890f
🔖 chore(release): v1.94.15 [skip ci]
...
### [Version 1.94.15](https://github.com/lobehub/lobe-chat/compare/v1.94.14...v1.94.15 )
<sup>Released on **2025-06-19**</sup>
#### 💄 Styles
- **misc**: Update model card for Gemini 2.5 Pro via OpenRouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update model card for Gemini 2.5 Pro via OpenRouter, closes [#8129 ](https://github.com/lobehub/lobe-chat/issues/8129 ) ([c96d9ef ](https://github.com/lobehub/lobe-chat/commit/c96d9ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-19 10:19:24 +00:00
Max Brauer
c96d9effeb
💄 style: update model card for Gemini 2.5 Pro via OpenRouter ( #8129 )
...
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-06-19 18:05:05 +08:00
lobehubbot
55a1a49dc0
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 03:23:44 +00:00
semantic-release-bot
c05ba4ff9e
🔖 chore(release): v1.94.14 [skip ci]
...
### [Version 1.94.14](https://github.com/lobehub/lobe-chat/compare/v1.94.13...v1.94.14 )
<sup>Released on **2025-06-19**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8225 ](https://github.com/lobehub/lobe-chat/issues/8225 ) ([53e1784 ](https://github.com/lobehub/lobe-chat/commit/53e1784 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-19 03:22:36 +00:00
LobeHub Bot
53e17841fa
💄 style: update i18n ( #8225 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-19 11:08:26 +08:00
lobehubbot
ee96f02130
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-18 12:32:59 +00:00
semantic-release-bot
b39df20840
🔖 chore(release): v1.94.13 [skip ci]
...
### [Version 1.94.13](https://github.com/lobehub/lobe-chat/compare/v1.94.12...v1.94.13 )
<sup>Released on **2025-06-18**</sup>
#### 💄 Styles
- **misc**: Update Gemini 2.5 Pro, Flash GA models. Add Gemini 2.5 Flash-Lite Preview model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Gemini 2.5 Pro, Flash GA models. Add Gemini 2.5 Flash-Lite Preview model, closes [#8213 ](https://github.com/lobehub/lobe-chat/issues/8213 ) ([39ef8be ](https://github.com/lobehub/lobe-chat/commit/39ef8be ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-18 12:31:50 +00:00
afon
39ef8be0c7
💄 style: Update Gemini 2.5 Pro, Flash GA models. Add Gemini 2.5 Flash-Lite Preview model ( #8213 )
2025-06-18 20:17:25 +08:00
lobehubbot
6a55be3ed8
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-18 11:24:12 +00:00
semantic-release-bot
0545de3cb5
🔖 chore(release): v1.94.12 [skip ci]
...
### [Version 1.94.12](https://github.com/lobehub/lobe-chat/compare/v1.94.11...v1.94.12 )
<sup>Released on **2025-06-18**</sup>
#### 💄 Styles
- **misc**: Add MiniMax-M1 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add MiniMax-M1 model, closes [#8209 ](https://github.com/lobehub/lobe-chat/issues/8209 ) ([41a0178 ](https://github.com/lobehub/lobe-chat/commit/41a0178 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-18 11:23:01 +00:00
sxjeru
41a017808d
💄 style: Add MiniMax-M1 model ( #8209 )
...
* Update minimax.ts
* Update minimax.ts
* Update siliconcloud.ts
* Update novita.ts
* Update novita.ts
2025-06-18 19:08:56 +08:00
Arvin Xu
01d6bcf99f
📝 docs: improve README.md ( #8212 )
...
* Update README.md
* Update README.md
* Update README.md
2025-06-18 10:35:03 +08:00
lobehubbot
e45e31c810
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-17 02:38:45 +00:00
semantic-release-bot
84af825d24
🔖 chore(release): v1.94.11 [skip ci]
...
### [Version 1.94.11](https://github.com/lobehub/lobe-chat/compare/v1.94.10...v1.94.11 )
<sup>Released on **2025-06-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Enhance the multi-display window opening experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Enhance the multi-display window opening experience, closes [#8176 ](https://github.com/lobehub/lobe-chat/issues/8176 ) ([b132e66 ](https://github.com/lobehub/lobe-chat/commit/b132e66 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-17 02:37:30 +00:00
𝑾𝒖𝒙𝒉
b132e66248
🐛 fix: enhance the multi-display window opening experience ( #8176 )
2025-06-17 10:23:10 +08:00
CanisMinor
9c4e2c08a4
🔨 chore(ci): improve i18n workflow ( #8199 ) ( #8200 )
...
* 🔨 chore(ci): improve i18n workflow (#8199 )
* 🔧 chore: Fix i18n workflow
* 🔧 chore: Fix i18n workflow
* 💄 style: update i18n (#8201 )
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
---------
Co-authored-by: 𝑾𝒖𝒙𝒉 <wxh1220@gmail.com >
Co-authored-by: LobeHub Bot <i@lobehub.com >
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-16 16:53:20 +08:00
lobehubbot
3e35924313
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-15 18:01:16 +00:00
semantic-release-bot
60f649d4f2
🔖 chore(release): v1.94.10 [skip ci]
...
### [Version 1.94.10](https://github.com/lobehub/lobe-chat/compare/v1.94.9...v1.94.10 )
<sup>Released on **2025-06-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve chat selectors and enhance topic handling logic.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve chat selectors and enhance topic handling logic, closes [#8133 ](https://github.com/lobehub/lobe-chat/issues/8133 ) [#8117 ](https://github.com/lobehub/lobe-chat/issues/8117 ) ([15b24f1 ](https://github.com/lobehub/lobe-chat/commit/15b24f1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-15 18:00:04 +00:00
𝑾𝒖𝒙𝒉
15b24f1f34
🐛 fix: improve chat selectors and enhance topic handling logic ( #8133 )
...
* ♻️ refactor: improve chat selectors and enhance topic handling logic
fix #8117
* chore: update
* chore: update
2025-06-16 01:46:03 +08:00
lobehubbot
f4b8561cee
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-15 17:37:32 +00:00
semantic-release-bot
366337f4ac
🔖 chore(release): v1.94.9 [skip ci]
...
### [Version 1.94.9](https://github.com/lobehub/lobe-chat/compare/v1.94.8...v1.94.9 )
<sup>Released on **2025-06-15**</sup>
#### 💄 Styles
- **misc**: Add `kimi-thinking-preview` model from Moonshot.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `kimi-thinking-preview` model from Moonshot, closes [#8171 ](https://github.com/lobehub/lobe-chat/issues/8171 ) ([93d677c ](https://github.com/lobehub/lobe-chat/commit/93d677c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-15 17:36:24 +00:00
Zhijie He
93d677c925
💄 style: add kimi-thinking-preview model from Moonshot ( #8171 )
...
* 💄 style: add `kimi-thinking-preview` model from Moonshot
* ♻️ refactor: support model fetch reasoning tag
2025-06-16 01:22:16 +08:00
lobehubbot
7a061084cb
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-15 11:07:02 +00:00
semantic-release-bot
bf85be2f68
🔖 chore(release): v1.94.8 [skip ci]
...
### [Version 1.94.8](https://github.com/lobehub/lobe-chat/compare/v1.94.7...v1.94.8 )
<sup>Released on **2025-06-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Correctly handle `reasoning_effort`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correctly handle `reasoning_effort`, closes [#8180 ](https://github.com/lobehub/lobe-chat/issues/8180 ) ([1c04736 ](https://github.com/lobehub/lobe-chat/commit/1c04736 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-15 11:05:46 +00:00
sxjeru
1c04736225
🐛 fix: Correctly handle reasoning_effort ( #8180 )
2025-06-15 18:51:27 +08:00
renovate[bot]
619ce9fc8b
Update dependency @anthropic-ai/sdk to ^0.54.0 ( #8186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-15 14:55:11 +08:00
lobehubbot
a7d254dece
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 17:19:32 +00:00
semantic-release-bot
4c083e6768
🔖 chore(release): v1.94.7 [skip ci]
...
### [Version 1.94.7](https://github.com/lobehub/lobe-chat/compare/v1.94.6...v1.94.7 )
<sup>Released on **2025-06-12**</sup>
#### 💄 Styles
- **misc**: Add Doubao Seed 1.6 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Doubao Seed 1.6 model, closes [#8167 ](https://github.com/lobehub/lobe-chat/issues/8167 ) ([bdfa44b ](https://github.com/lobehub/lobe-chat/commit/bdfa44b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-12 17:18:22 +00:00
hedeqiang
bdfa44bb56
💄 style: add Doubao Seed 1.6 model ( #8167 )
2025-06-13 01:03:57 +08:00
lobehubbot
747ea363a7
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 16:41:31 +00:00
semantic-release-bot
8df955888c
🔖 chore(release): v1.94.6 [skip ci]
...
### [Version 1.94.6](https://github.com/lobehub/lobe-chat/compare/v1.94.5...v1.94.6 )
<sup>Released on **2025-06-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Abort the Gemini request correctly & Add openai o3-pro.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Abort the Gemini request correctly & Add openai o3-pro, closes [#8135 ](https://github.com/lobehub/lobe-chat/issues/8135 ) ([c79f1b9 ](https://github.com/lobehub/lobe-chat/commit/c79f1b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-12 16:40:18 +00:00
sxjeru
c79f1b989d
🐛 fix: Abort the Gemini request correctly & Add openai o3-pro ( #8135 )
...
* add AbortSignal
* 处理输出流截断
* opti
* add models
* Update openai.ts
* Update openai.ts
2025-06-13 00:25:47 +08:00
lobehubbot
c786e41a6c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 13:18:41 +00:00
semantic-release-bot
828dcdf842
🔖 chore(release): v1.94.5 [skip ci]
...
### [Version 1.94.5](https://github.com/lobehub/lobe-chat/compare/v1.94.4...v1.94.5 )
<sup>Released on **2025-06-12**</sup>
#### 🐛 Bug Fixes
- **chat**: Improve response animation merging logic.
#### 💄 Styles
- **misc**: Support `web_search_preview` & fix some bug form OpenAI Response API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **chat**: Improve response animation merging logic, closes [#8160 ](https://github.com/lobehub/lobe-chat/issues/8160 ) ([9d81cdc ](https://github.com/lobehub/lobe-chat/commit/9d81cdc ))
#### Styles
* **misc**: Support `web_search_preview` & fix some bug form OpenAI Response API, closes [#8131 ](https://github.com/lobehub/lobe-chat/issues/8131 ) ([b2983f0 ](https://github.com/lobehub/lobe-chat/commit/b2983f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-12 13:17:18 +00:00
Zhijie He
b2983f062e
💄 style: support web_search_preview & fix some bug form OpenAI Response API ( #8131 )
...
* 💄 style: support `web_search_preview` for OpenAI Response API
* ♻️ refactor: refactor annotation handling
* 🐛 fix: fix `reasoning_effort` error in response api
* 🐛 fix: fix `o` series calling in Response API
* 🐛 fix: fix ci test
* 💄 style: update `gpt-4o` ability tags
* 💄 style: update `gpt-4o-mini` ability tags
* ♻️ refactor: add `responsesAPIModels` to store responses api only
* 🐛 fix: fix `computer-use-preview` calling
* 🐛 fix: fix ci error
* 🐛 fix: fix citations
* 💄 style: add `o3-pro` rules, disable Stream & use Responses API
* 🔨 chore: comment `o3-pro` from `disableStreamModels`
2025-06-12 21:03:05 +08:00
𝑾𝒖𝒙𝒉
9d81cdca36
🐛 fix(chat): Improve response animation merging logic ( #8160 )
...
* 🔧 chore: Refactor responseAnimation handling in ChatService
*
Co-authored-by: sxjeru <sxjeru@users.noreply.github.com >
2025-06-12 21:01:09 +08:00
lobehubbot
af37bf7a9a
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 07:08:06 +00:00
𝑾𝒖𝒙𝒉
8953523575
🔧 chore: improve i18n workflow diff script ( #8153 )
...
* 🔧 chore: Add writeJSONWithPrettier utility and update locale generation scripts
* 🔧 chore: Implement genRemoveDiff utility for locale diff analysis and update workflow
* chore: update script
* chore: revert
* 🔧 chore: Refactor genDiff to improve diff analysis and streamline locale processing
2025-06-12 14:54:05 +08:00
lobehubbot
ac4b61af91
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-11 15:31:25 +00:00
semantic-release-bot
8106426980
🔖 chore(release): v1.94.4 [skip ci]
...
### [Version 1.94.4](https://github.com/lobehub/lobe-chat/compare/v1.94.3...v1.94.4 )
<sup>Released on **2025-06-11**</sup>
#### 💄 Styles
- **misc**: Transition animation switch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Transition animation switch, closes [#7981 ](https://github.com/lobehub/lobe-chat/issues/7981 ) ([dd4ab3f ](https://github.com/lobehub/lobe-chat/commit/dd4ab3f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-11 15:29:56 +00:00
𝑾𝒖𝒙𝒉
dd4ab3fc88
💄 style: Transition animation switch ( #7981 )
...
* ✨ feat: Transition animation switch
* chore: update schema
(cherry picked from commit 4e364817c835f87d7e26487e99a6953d7e93b309)
# Conflicts:
# src/types/aiProvider.ts
* 🌐 chore: Translation
2025-06-11 23:15:30 +08:00
CanisMinor
b52a94ae01
🔧 chore: Fix Check Pull Request Status ( #8149 )
2025-06-11 14:06:10 +08:00
CanisMinor
066f11a8b4
🔧 chore: Fix no actual differences left ( #8147 )
2025-06-11 14:01:35 +08:00
CanisMinor
0996be513a
🔧 chore: Fix deprecation deps ( #8144 )
2025-06-11 12:42:34 +08:00
CanisMinor
9b671d0698
🔧 chore: Update i18n actions ( #8143 )
...
* 🔧 chore: Update i18n actions
* 🔧 chore: Update i18n workflow
2025-06-11 12:39:00 +08:00
CanisMinor
a26499f0bf
🔧 chore: Update i18n actions ( #8142 )
2025-06-11 12:33:41 +08:00
CanisMinor
17431106bb
🔧 chore: Add auto i18n github action ( #4226 )
2025-06-11 12:17:55 +08:00
lobehubbot
8ead7c5437
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-11 04:09:37 +00:00
semantic-release-bot
c931c5218b
🔖 chore(release): v1.94.3 [skip ci]
...
### [Version 1.94.3](https://github.com/lobehub/lobe-chat/compare/v1.94.2...v1.94.3 )
<sup>Released on **2025-06-11**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-11 04:08:29 +00:00
Arvin Xu
602e10faca
👷 build: pin tsx@4.19.x to fix build ( #8141 )
2025-06-11 11:54:31 +08:00
lobehubbot
c751f932a9
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-11 03:02:24 +00:00
semantic-release-bot
edb62cecc5
🔖 chore(release): v1.94.2 [skip ci]
...
### [Version 1.94.2](https://github.com/lobehub/lobe-chat/compare/v1.94.1...v1.94.2 )
<sup>Released on **2025-06-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Update Gemini range of thinkingBudget.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update Gemini range of thinkingBudget, closes [#8122 ](https://github.com/lobehub/lobe-chat/issues/8122 ) ([7331e8a ](https://github.com/lobehub/lobe-chat/commit/7331e8a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-11 03:01:15 +00:00
sxjeru
7331e8a70e
🐛 fix: Update Gemini range of thinkingBudget ( #8122 )
2025-06-11 10:47:06 +08:00
lobehubbot
261e2ca0bf
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-10 17:34:37 +00:00
semantic-release-bot
61dc847589
🔖 chore(release): v1.94.1 [skip ci]
...
### [Version 1.94.1](https://github.com/lobehub/lobe-chat/compare/v1.94.0...v1.94.1 )
<sup>Released on **2025-06-10**</sup>
#### 💄 Styles
- **ModelSelect**: Improve mobile layout and text overflow handling.
- **misc**: Update pplx abilities tags, support `vision`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **ModelSelect**: Improve mobile layout and text overflow handling, closes [#8118 ](https://github.com/lobehub/lobe-chat/issues/8118 ) ([d97aa49 ](https://github.com/lobehub/lobe-chat/commit/d97aa49 ))
* **misc**: Update pplx abilities tags, support `vision`, closes [#8119 ](https://github.com/lobehub/lobe-chat/issues/8119 ) ([5c2e5f7 ](https://github.com/lobehub/lobe-chat/commit/5c2e5f7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-10 17:33:22 +00:00
Kingsword
d97aa49ddd
💄 style(ModelSelect): improve mobile layout and text overflow handling ( #8118 )
2025-06-11 01:19:11 +08:00
Zhijie He
5c2e5f7288
💄 style: update pplx abilities tags, support vision ( #8119 )
...
* 💄 style: update pplx abilities tags, support `vision` & `reasoningEffort`
* 💄 style: add vision tag for `r1-1776`
2025-06-11 01:18:46 +08:00
lobehubbot
2d82fccf3f
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-10 09:06:03 +00:00
semantic-release-bot
f91db428ed
🔖 chore(release): v1.94.0 [skip ci]
...
## [Version 1.94.0](https://github.com/lobehub/lobe-chat/compare/v1.93.3...v1.94.0 )
<sup>Released on **2025-06-10**</sup>
#### ✨ Features
- **misc**: Support google sso as auth provider.
#### 🐛 Bug Fixes
- **misc**: Restore reasoningEffort in setting.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support google sso as auth provider, closes [#8074 ](https://github.com/lobehub/lobe-chat/issues/8074 ) ([43ab03a ](https://github.com/lobehub/lobe-chat/commit/43ab03a ))
#### What's fixed
* **misc**: Restore reasoningEffort in setting, closes [#8123 ](https://github.com/lobehub/lobe-chat/issues/8123 ) ([3be609c ](https://github.com/lobehub/lobe-chat/commit/3be609c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-10 09:04:47 +00:00
beliven-daniele-sarnari
43ab03a261
✨ feat: support google sso as auth provider ( #8074 )
...
* feat: add google sso
* chore: remove authEnv reference
* chore: remove AUTH_GOOGLE secrets in auth.ts as not needed anymore
* chore: removed not used authEnv reference
2025-06-10 16:50:36 +08:00
sxjeru
3be609c3aa
🐛 fix: Restore reasoningEffort in setting ( #8123 )
...
* restore reasoningEffort setting
* ✨ feat: update reasoning effort handling in AgentModal
* i18n
* i18n
2025-06-10 13:38:53 +08:00
lobehubbot
f405b03fa4
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-10 04:02:46 +00:00
semantic-release-bot
2a56269c4d
🔖 chore(release): v1.93.3 [skip ci]
...
### [Version 1.93.3](https://github.com/lobehub/lobe-chat/compare/v1.93.2...v1.93.3 )
<sup>Released on **2025-06-10**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor branding info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor branding info, closes [#8134 ](https://github.com/lobehub/lobe-chat/issues/8134 ) ([3baa966 ](https://github.com/lobehub/lobe-chat/commit/3baa966 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-10 04:01:35 +00:00
Arvin Xu
3baa966235
♻️ refactor: refactor branding info ( #8134 )
2025-06-10 11:47:12 +08:00
lobehubbot
7b9d8a1db0
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-09 13:50:22 +00:00
semantic-release-bot
b835c84d79
🔖 chore(release): v1.93.2 [skip ci]
...
### [Version 1.93.2](https://github.com/lobehub/lobe-chat/compare/v1.93.1...v1.93.2 )
<sup>Released on **2025-06-09**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor `<think>` & `</think>` handling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor `<think>` & `</think>` handling, closes [#8121 ](https://github.com/lobehub/lobe-chat/issues/8121 ) ([04ac353 ](https://github.com/lobehub/lobe-chat/commit/04ac353 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-09 13:49:01 +00:00
Zhijie He
04ac3535e0
♻️ refactor: refactor <think> & </think> handling ( #8121 )
2025-06-09 21:34:32 +08:00
lobehubbot
04ca9f4672
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-08 17:08:40 +00:00
semantic-release-bot
97a90f5b43
🔖 chore(release): v1.93.1 [skip ci]
...
### [Version 1.93.1](https://github.com/lobehub/lobe-chat/compare/v1.93.0...v1.93.1 )
<sup>Released on **2025-06-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix openai default Responses API issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix openai default Responses API issue, closes [#8124 ](https://github.com/lobehub/lobe-chat/issues/8124 ) ([7f6ccf2 ](https://github.com/lobehub/lobe-chat/commit/7f6ccf2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-08 17:07:32 +00:00
Arvin Xu
7f6ccf2922
🐛 fix: fix openai default Responses API issue ( #8124 )
...
* fix issue
* fix tests
2025-06-09 00:53:16 +08:00
lobehubbot
d5b94eaf8f
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-08 09:08:59 +00:00
semantic-release-bot
7c001eb91e
🔖 chore(release): v1.93.0 [skip ci]
...
## [Version 1.93.0](https://github.com/lobehub/lobe-chat/compare/v1.92.3...v1.93.0 )
<sup>Released on **2025-06-08**</sup>
#### ✨ Features
- **misc**: Support OpenAI Responses API mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support OpenAI Responses API mode, closes [#8048 ](https://github.com/lobehub/lobe-chat/issues/8048 ) ([5bf0921 ](https://github.com/lobehub/lobe-chat/commit/5bf0921 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-08 09:07:51 +00:00
Arvin Xu
5bf0921246
✨ feat: support OpenAI Responses API mode ( #8048 )
...
* ✨ feat: support response api mode
* update
* support openai stream o series thinking
* add ui config for response api mode
* improve ui config for responses api mode
* update locale
* fix tests
* fix update issue
* update db schema
* fix openai Response Inputs
* fix tests
2025-06-08 16:53:46 +08:00
lobehubbot
fc7c579e55
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-08 07:28:46 +00:00
semantic-release-bot
6cb41eb888
🔖 chore(release): v1.92.3 [skip ci]
...
### [Version 1.92.3](https://github.com/lobehub/lobe-chat/compare/v1.92.2...v1.92.3 )
<sup>Released on **2025-06-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix client s3 getObject throw error.
#### 💄 Styles
- **misc**: Support OpenRouter Claude 4 reasoning.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix client s3 getObject throw error, closes [#8009 ](https://github.com/lobehub/lobe-chat/issues/8009 ) ([b91ca8c ](https://github.com/lobehub/lobe-chat/commit/b91ca8c ))
#### Styles
* **misc**: Support OpenRouter Claude 4 reasoning, closes [#8087 ](https://github.com/lobehub/lobe-chat/issues/8087 ) ([039be1d ](https://github.com/lobehub/lobe-chat/commit/039be1d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-08 07:27:33 +00:00
renovate[bot]
4b11e5ae33
Update dependency @anthropic-ai/sdk to ^0.53.0 ( #8112 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-08 15:13:09 +08:00
Koell
039be1d1b6
💄 style: Support OpenRouter Claude 4 reasoning ( #8087 )
...
* Add Claude Sonnet 4 and Claude Opus 4 to OpenRouter provider
* Calculate budget_token count
2025-06-08 15:12:30 +08:00
vual
b91ca8c903
🐛 fix: fix client s3 getObject throw error ( #8009 )
...
* 修改client s3 getObject 方法,去掉抛出错误,改成直接打印报错,返回undefined,因为该方法调用的地方都没有捕获报错,只是判断是否获取到文件。
* 修改client s3 getObject 方法,去掉抛出错误,改成直接打印报错,返回undefined,因为该方法调用的地方都没有捕获报错,只是判断是否获取到文件。
2025-06-08 10:40:24 +08:00
lobehubbot
2331492e63
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-07 15:41:06 +00:00
semantic-release-bot
26512d7edb
🔖 chore(release): v1.92.2 [skip ci]
...
### [Version 1.92.2](https://github.com/lobehub/lobe-chat/compare/v1.92.1...v1.92.2 )
<sup>Released on **2025-06-07**</sup>
#### 💄 Styles
- **misc**: Add support to azureopenai embedding.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add support to azureopenai embedding, closes [#8075 ](https://github.com/lobehub/lobe-chat/issues/8075 ) ([0725f94 ](https://github.com/lobehub/lobe-chat/commit/0725f94 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-07 15:39:55 +00:00
beliven-daniele-sarnari
0725f94443
💄 style: add support to azureopenai embedding ( #8075 )
2025-06-07 23:25:21 +08:00
Zephyr
36cc29b3fa
👷 build: init rbac system table scheme and data structure ( #8101 )
...
* ✨ feat: 添加RBAC(角色-权限-用户)相关数据库表和结构
- 新增表:rbac_permissions、rbac_roles、rbac_role_permissions、rbac_user_roles,用于管理角色和权限。
- 更新数据库迁移文件,记录新表的创建和约束。
- 新增RBAC相关的TypeScript结构定义,支持角色和权限的管理。
* feat: Update Permissions table column name
* chore: update rbac tables name
* feat: update rbac roles & permissions table primary key
* feat: update rbac relation tables column and index structure
2025-06-07 23:15:05 +08:00
lobehubbot
d20e7a3f61
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-07 14:27:27 +00:00
semantic-release-bot
792a9b6b8c
🔖 chore(release): v1.92.1 [skip ci]
...
### [Version 1.92.1](https://github.com/lobehub/lobe-chat/compare/v1.92.0...v1.92.1 )
<sup>Released on **2025-06-07**</sup>
#### 💄 Styles
- **ModelSelect**: Add responsive layout for mobile devices.
- **misc**: Improve `{{username}}` placeholder variable, Update Gemini & Qwen models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **ModelSelect**: Add responsive layout for mobile devices, closes [#7960 ](https://github.com/lobehub/lobe-chat/issues/7960 ) ([cb84c3e ](https://github.com/lobehub/lobe-chat/commit/cb84c3e ))
* **misc**: Improve `{{username}}` placeholder variable, closes [#8100 ](https://github.com/lobehub/lobe-chat/issues/8100 ) ([95fd588 ](https://github.com/lobehub/lobe-chat/commit/95fd588 ))
* **misc**: Update Gemini & Qwen models, closes [#8083 ](https://github.com/lobehub/lobe-chat/issues/8083 ) ([6308237 ](https://github.com/lobehub/lobe-chat/commit/6308237 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-07 14:26:09 +00:00
Kingsword
cb84c3e16c
💄 style(ModelSelect): add responsive layout for mobile devices ( #7960 )
2025-06-07 22:11:53 +08:00
Zhijie He
95fd588d43
💄 style: improve {{username}} placeholder variable ( #8100 )
2025-06-07 17:47:20 +08:00
sxjeru
63082377dc
💄 style: Update Gemini & Qwen models ( #8083 )
...
* ✨ feat: 添加 Google Gemini 2.5 Pro 模型,更新 Novita 和 Qwen 模型配置,增强关键词排除逻辑
* revert
* 🔨 chore: 移除不再使用的聊天模型配置
* 🔧 feat: 为多个聊天模型添加 functionCall 能力
* 🔧 feat: 添加 Hunyuan T1 和 Hunyuan TurboS 聊天模型,提升文本创作和代码能力
* Update novita.ts
2025-06-07 01:36:35 +08:00
lobehubbot
8701fa61b4
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-06 13:02:07 +00:00
semantic-release-bot
decf04922a
🔖 chore(release): v1.92.0 [skip ci]
...
## [Version 1.92.0](https://github.com/lobehub/lobe-chat/compare/v1.91.3...v1.92.0 )
<sup>Released on **2025-06-06**</sup>
#### ✨ Features
- **misc**: Support placeholder variables in prompts and input.
#### 🐛 Bug Fixes
- **misc**: Some web search bugs.
#### 💄 Styles
- **misc**: Support Vertex AI thought summaries.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support placeholder variables in prompts and input, closes [#8060 ](https://github.com/lobehub/lobe-chat/issues/8060 ) ([3752739 ](https://github.com/lobehub/lobe-chat/commit/3752739 ))
#### What's fixed
* **misc**: Some web search bugs, closes [#8068 ](https://github.com/lobehub/lobe-chat/issues/8068 ) ([bebe7a3 ](https://github.com/lobehub/lobe-chat/commit/bebe7a3 ))
#### Styles
* **misc**: Support Vertex AI thought summaries, closes [#8090 ](https://github.com/lobehub/lobe-chat/issues/8090 ) ([1355a2e ](https://github.com/lobehub/lobe-chat/commit/1355a2e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-06 13:00:43 +00:00
Zhijie He
3752739248
✨ feat: support placeholder variables in prompts and input ( #8060 )
...
* ✨ feat: support placeholder variables in prompt
* ♻️ refactor: refactor `parsePlaceholderVariablesMessages`
* ♻️ refactor: refactor `parsePlaceholderVariablesMessages` to `src/utils/placeholderParser.ts`
* 🔨 chore: support `username` & `nickname`
* ♻️ refactor: migrate to `lodash-es`
* 🐛 fix: fix build error
* ♻️ refactor: split `getTemplateVariables` to small part
* 🔨 chore: support more placeholder
* 🐛 fix: fix build error
* 🐛 fix: fix build error
* ♻️ refactor: enhance performance
* 🐛 fix: fix build error
* 🐛 fix: fix `username` fetch
* 🐛 fix: fix `inputTemplate` will overwrite build-in variable
* 🔨 chore: update i18n
* 🐛 fix: fix variables in `input_template`
* ♻️ refactor: move to `utils/client`
* 🔨 chore: add unit test
* 🔨 chore: add unit test
* 🐛 fix: fix ci test
2025-06-06 20:45:59 +08:00
Koell
1355a2e6a4
💄 style: Support Vertex AI thought summaries ( #8090 )
2025-06-06 20:09:14 +08:00
YuTengjing
bebe7a3675
🐛 fix: some web search bugs ( #8068 )
...
* fix: shouldn't use FCModel search if builtin support search
* fix: open router support toogle builtin search
* fix: max tokens slider not show after toggle enable it
2025-06-06 19:54:44 +08:00
lobehubbot
b19b4fa53c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-05 16:42:30 +00:00
semantic-release-bot
52ed73d5aa
🔖 chore(release): v1.91.3 [skip ci]
...
### [Version 1.91.3](https://github.com/lobehub/lobe-chat/compare/v1.91.2...v1.91.3 )
<sup>Released on **2025-06-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Correct deepseek R1 fc support display.
#### 💄 Styles
- **misc**: Add openAI websearch and claude 4 to modelproviders.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correct deepseek R1 fc support display, closes [#8069 ](https://github.com/lobehub/lobe-chat/issues/8069 ) ([ed5bb5f ](https://github.com/lobehub/lobe-chat/commit/ed5bb5f ))
#### Styles
* **misc**: Add openAI websearch and claude 4 to modelproviders, closes [#7988 ](https://github.com/lobehub/lobe-chat/issues/7988 ) ([95994f4 ](https://github.com/lobehub/lobe-chat/commit/95994f4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-05 16:41:00 +00:00
Liav Arnon
95994f4596
💄 style: Add openAI websearch and claude 4 to modelproviders ( #7988 )
...
* Add openAI websearch and claude 4 to modelproviders
* remove old sonnet3.7
* remove enable from websearch model
* remove gpt-4o-mini-search-preview enable flag
2025-06-06 00:26:07 +08:00
YuTengjing
ed5bb5f15d
🐛 fix: correct deepseek R1 fc support display ( #8069 )
...
* fix: correct deepseek R1 fc support display
* 🚨 chore: fix eslint errors
2025-06-06 00:19:00 +08:00
lobehubbot
332f25301c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-05 08:16:04 +00:00
semantic-release-bot
dc25c7d202
🔖 chore(release): v1.91.2 [skip ci]
...
### [Version 1.91.2](https://github.com/lobehub/lobe-chat/compare/v1.91.1...v1.91.2 )
<sup>Released on **2025-06-05**</sup>
#### 💄 Styles
- **misc**: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support, closes [#8064 ](https://github.com/lobehub/lobe-chat/issues/8064 ) ([d3dafe1 ](https://github.com/lobehub/lobe-chat/commit/d3dafe1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-05 08:14:48 +00:00
Arvin Xu
66118cc9cf
🔨 chore: fix lint ( #8078 )
2025-06-05 16:00:46 +08:00
sxjeru
d3dafe1911
💄 style: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support ( #8064 )
...
* Update index.ts
* 重构 modelParse
* 继续重构
* fix
* fix test & zeroone
* support openrouter
* support Gemini
* support Qwen
* add tests
* optm
* support more providers
* update snaps
* fix
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-05 09:16:25 +08:00
lobehubbot
0cae8151d0
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-04 17:31:39 +00:00
semantic-release-bot
2c85a30c9d
🔖 chore(release): v1.91.1 [skip ci]
...
### [Version 1.91.1](https://github.com/lobehub/lobe-chat/compare/v1.91.0...v1.91.1 )
<sup>Released on **2025-06-04**</sup>
#### 💄 Styles
- **misc**: Improve loading state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve loading state, closes [#8072 ](https://github.com/lobehub/lobe-chat/issues/8072 ) ([f0a7193 ](https://github.com/lobehub/lobe-chat/commit/f0a7193 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-04 17:30:24 +00:00
Arvin Xu
f0a7193879
💄 style: improve loading state ( #8072 )
...
* improve loading state
* fix issue
* fix
2025-06-05 01:16:22 +08:00
sxjeru
2a811d0a85
🔨 chore: Prettier & Add proxyUrl for all providers ( #8061 )
...
* migration: 添加移除 reasoning_effort 参数和删除 doubao 的迁移脚本
* Refactor code structure for improved readability and maintainability
* npx prettier --write "src/**/*"
* add proxyUrl for all providers
* npx prettier --write "docs/**/*"
* Revert
* Revert
* revert
2025-06-04 21:39:39 +08:00
lobehubbot
215a96e1b6
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-03 13:54:42 +00:00
semantic-release-bot
65b06de485
🔖 chore(release): v1.91.0 [skip ci]
...
## [Version 1.91.0](https://github.com/lobehub/lobe-chat/compare/v1.90.4...v1.91.0 )
<sup>Released on **2025-06-03**</sup>
#### ✨ Features
- **misc**: Add more provider support for search & crawl.
#### 💄 Styles
- **misc**: Update modelscope models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add more provider support for search & crawl, closes [#8033 ](https://github.com/lobehub/lobe-chat/issues/8033 ) ([23fade3 ](https://github.com/lobehub/lobe-chat/commit/23fade3 ))
#### Styles
* **misc**: Update modelscope models, closes [#8057 ](https://github.com/lobehub/lobe-chat/issues/8057 ) ([3e02c25 ](https://github.com/lobehub/lobe-chat/commit/3e02c25 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-03 13:52:58 +00:00
Zhijie He
23fade3cf8
✨ feat: add more provider support for search & crawl ( #8033 )
...
* ✨ feat: support tavily as search provider
* ✨ feat: support tavily as crawl provider
* 🐛 fix: fix category mapping
* ✨ feat: support firecrwal as crawl provider
* ✨ feat: support firecrawl as search provider
* 🔨 chore: support firecrawl baseUrl for self-host
* 🐛 fix: fix build error
* ✨ feat: support jina as search provider
* 🐛 fix: fix build error
* ✨ feat: support BoChaAI & Exa as search & crawl provider
* 🐛 fix: fix build error
* 🔨 chore: rename to bocha
* 🐛 fix: fix typo in bocha impl
* ♻️ refactor: add `category` & `time_range` support for Exa
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-03 21:38:36 +08:00
hedeqiang
3e02c2502e
💄 style: update modelscope models ( #8057 )
...
* style: update modelscope
* style: update modelscope
2025-06-03 19:00:05 +08:00
sxjeru
6c11726dc9
🐛 fix (migration): Remove abandoned reasoning_effort & doubao ( #8055 )
...
* migration: 添加移除 reasoning_effort 参数和删除 doubao 的迁移脚本
* Refactor code structure for improved readability and maintainability
2025-06-03 16:35:55 +08:00
lobehubbot
3866090478
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-02 16:52:58 +00:00
semantic-release-bot
5054d41f4f
🔖 chore(release): v1.90.4 [skip ci]
...
### [Version 1.90.4](https://github.com/lobehub/lobe-chat/compare/v1.90.3...v1.90.4 )
<sup>Released on **2025-06-02**</sup>
#### ♻ Code Refactoring
- **misc**: Rename the createOpenAICompatibleRuntime.
#### 🐛 Bug Fixes
- **misc**: Update the clerk middleware to support route protection.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Rename the createOpenAICompatibleRuntime, closes [#8049 ](https://github.com/lobehub/lobe-chat/issues/8049 ) ([ee660d6 ](https://github.com/lobehub/lobe-chat/commit/ee660d6 ))
#### What's fixed
* **misc**: Update the clerk middleware to support route protection, closes [#8044 ](https://github.com/lobehub/lobe-chat/issues/8044 ) ([309f973 ](https://github.com/lobehub/lobe-chat/commit/309f973 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-02 16:51:36 +00:00
Arvin Xu
ee660d64a6
♻️ refactor: rename the createOpenAICompatibleRuntime ( #8049 )
...
* refactor model runtime createOpenAICompatibleRuntime
* upgrade version and fix tests
* fix tests
* fix tests
2025-06-03 00:22:14 +08:00
bbbugg
6160b9eeeb
📝 docs: update Qwen model provider in documentation ( #8041 )
...
* 📝 docs: update Qwen model providers in documentation
* 📝 docs: update example for model list customization in documentation
2025-06-02 22:26:27 +08:00
bbbugg
309f97322c
🐛 fix: Update the clerk middleware to support route protection ( #8044 )
2025-06-02 22:10:59 +08:00
YuTengjing
c94e97c45a
📝 docs: add more cursor rules ( #8047 )
...
* 📝 docs: add some more cursor rules
* 📝 docs: fix greptile reported issue
2025-06-02 22:08:37 +08:00
lobehubbot
2778eca8ac
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 14:49:33 +00:00
semantic-release-bot
308103a3ea
🔖 chore(release): v1.90.3 [skip ci]
...
### [Version 1.90.3](https://github.com/lobehub/lobe-chat/compare/v1.90.2...v1.90.3 )
<sup>Released on **2025-06-01**</sup>
#### 💄 Styles
- **misc**: Enable deploymentName for Aliyun Bailian.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enable deploymentName for Aliyun Bailian, closes [#7576 ](https://github.com/lobehub/lobe-chat/issues/7576 ) ([169e598 ](https://github.com/lobehub/lobe-chat/commit/169e598 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 14:48:23 +00:00
sxjeru
169e59869a
💄 style: Enable deploymentName for Aliyun Bailian ( #7576 )
...
* Adds Qwen deployment name support
Enables deploymentName flag for Qwen in global config
Includes Qwen in chat service’s deployment-name providers
* update
* Update qwen.ts
* Update qwen.ts
* Update qwen.ts
* Update xai.ts
* Update qwen.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-01 22:34:13 +08:00
lobehubbot
5237b34ca7
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 13:11:29 +00:00
semantic-release-bot
e0d46bb751
🔖 chore(release): v1.90.2 [skip ci]
...
### [Version 1.90.2](https://github.com/lobehub/lobe-chat/compare/v1.90.1...v1.90.2 )
<sup>Released on **2025-06-01**</sup>
#### 💄 Styles
- **misc**: Support `web_search` tool for MiniMax & Zhipu.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support `web_search` tool for MiniMax & Zhipu, closes [#7980 ](https://github.com/lobehub/lobe-chat/issues/7980 ) ([28cdafb ](https://github.com/lobehub/lobe-chat/commit/28cdafb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 13:10:22 +00:00
Zhijie He
28cdafb388
💄 style: support web_search tool for MiniMax & Zhipu ( #7980 )
...
* 💄 style: support web_search for MiniMax
* ♻️ refactor: refactor zhipu `web_search` tools
* 🐛 fix: fix live search citations
* ♻️ refactor: refactor Minimax citations
* 🐛 fix: fix ci error
* 🐛 fix: fix ci error
* 💄 style: support OpenAI Search model citations
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-01 20:56:12 +08:00
lobehubbot
4fc885cc90
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 08:47:46 +00:00
semantic-release-bot
a85520dc9c
🔖 chore(release): v1.90.1 [skip ci]
...
### [Version 1.90.1](https://github.com/lobehub/lobe-chat/compare/v1.90.0...v1.90.1 )
<sup>Released on **2025-06-01**</sup>
#### 🐛 Bug Fixes
- **misc**: 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**: Use default deployment name when parseModelString doesn't contain deployment name.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, closes [#8034 ](https://github.com/lobehub/lobe-chat/issues/8034 ) ([5b42ee2 ](https://github.com/lobehub/lobe-chat/commit/5b42ee2 ))
* **misc**: Fix DeepSeek new R1 Search error, closes [#8035 ](https://github.com/lobehub/lobe-chat/issues/8035 ) ([cf58628 ](https://github.com/lobehub/lobe-chat/commit/cf58628 ))
#### Styles
* **misc**: Use default deployment name when parseModelString doesn't contain deployment name, closes [#7719 ](https://github.com/lobehub/lobe-chat/issues/7719 ) ([aef19f4 ](https://github.com/lobehub/lobe-chat/commit/aef19f4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 08:46:32 +00:00
bbbugg
aef19f46c1
💄 style: use default deployment name when parseModelString doesn't contain deployment name ( #7719 )
...
* ♻️ refactor: use default deployment name when parseModelString doesn't contain deployment name
* ✅ test: add test case for parseModelString without deployment name
* 添加测试用例
* 📝 docs: clarify default deployment name behavior in model list documentation
* 📝 docs: update deployment name description for clarity in model list documentation
* 📝 docs: update deployment name description for clarity in model list documentation
2025-06-01 16:32:42 +08:00
Purelind
58d356c477
🔨 chore(setup.sh): Replace SED_COMMAND with SED_INPLACE_ARGS for improved compatibility across platforms on macOS ( #7639 )
2025-06-01 16:28:04 +08:00
Arvin Xu
cf58628995
🐛 fix: fix DeepSeek new R1 Search error ( #8035 )
...
* fix DeepSeek R1 Search issue
* fix tests
2025-06-01 16:20:49 +08:00
PP Kun
5b42ee2499
🐛 fix: disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics ( #8034 )
2025-06-01 16:20:28 +08:00
lobehubbot
1ec8defec9
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 07:27:57 +00:00
semantic-release-bot
907c9ef9b0
🔖 chore(release): v1.90.0 [skip ci]
...
## [Version 1.90.0](https://github.com/lobehub/lobe-chat/compare/v1.89.0...v1.90.0 )
<sup>Released on **2025-06-01**</sup>
#### ✨ Features
- **misc**: Support protect page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support protect page, closes [#8024 ](https://github.com/lobehub/lobe-chat/issues/8024 ) ([d61a9f5 ](https://github.com/lobehub/lobe-chat/commit/d61a9f5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 07:26:50 +00:00
Arvin Xu
d61a9f5998
✨ feat: support protect page ( #8024 )
...
* 🚚 refactor: move config/app to env/app
* ✨ feat: support protect route
* 📝 docs: add protect support
* fix callbackUrl
* fix tests
2025-06-01 15:12:57 +08:00
lobehubbot
62de6f0020
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 07:09:52 +00:00
semantic-release-bot
b15933cbf9
🔖 chore(release): v1.89.0 [skip ci]
...
## [Version 1.89.0](https://github.com/lobehub/lobe-chat/compare/v1.88.23...v1.89.0 )
<sup>Released on **2025-06-01**</sup>
#### ✨ Features
- **misc**: Support ModelScope Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support ModelScope Provider, closes [#8026 ](https://github.com/lobehub/lobe-chat/issues/8026 ) ([7b91dfd ](https://github.com/lobehub/lobe-chat/commit/7b91dfd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 07:08:45 +00:00
hedeqiang
7b91dfddd5
✨ feat: Support ModelScope Provider ( #8026 )
...
* feat: support modelscop
* feat: support modelscop
* style: update llm.ts
* style: update modelscope
2025-06-01 14:54:32 +08:00
lobehubbot
2f28a93d89
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 18:21:36 +00:00
semantic-release-bot
eedeb75346
🔖 chore(release): v1.88.23 [skip ci]
...
### [Version 1.88.23](https://github.com/lobehub/lobe-chat/compare/v1.88.22...v1.88.23 )
<sup>Released on **2025-05-31**</sup>
#### 💄 Styles
- **misc**: `+` in the welcome message can be clicked to create an assistant.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: `+` in the welcome message can be clicked to create an assistant, closes [#7984 ](https://github.com/lobehub/lobe-chat/issues/7984 ) ([9f07e4c ](https://github.com/lobehub/lobe-chat/commit/9f07e4c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 18:20:22 +00:00
Kingsword
9f07e4c975
💄 style: + in the welcome message can be clicked to create an assistant ( #7984 )
2025-06-01 02:05:39 +08:00
lobehubbot
c3f76ccc7e
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 17:14:43 +00:00
semantic-release-bot
7385eb911a
🔖 chore(release): v1.88.22 [skip ci]
...
### [Version 1.88.22](https://github.com/lobehub/lobe-chat/compare/v1.88.21...v1.88.22 )
<sup>Released on **2025-05-31**</sup>
#### 💄 Styles
- **misc**: Support 01.ai proxy url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support 01.ai proxy url, closes [#8025 ](https://github.com/lobehub/lobe-chat/issues/8025 ) ([e0442b8 ](https://github.com/lobehub/lobe-chat/commit/e0442b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 17:13:35 +00:00
Arvin Xu
e0442b83a1
💄 style: support 01.ai proxy url ( #8025 )
2025-06-01 00:59:35 +08:00
lobehubbot
ca2292b538
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 15:22:55 +00:00
semantic-release-bot
e64085f7d3
🔖 chore(release): v1.88.21 [skip ci]
...
### [Version 1.88.21](https://github.com/lobehub/lobe-chat/compare/v1.88.20...v1.88.21 )
<sup>Released on **2025-05-31**</sup>
#### 💄 Styles
- **misc**: Enhanced reasoning_effort Slider Component, Update Hunyuan models & deepseek-r1-0528.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enhanced reasoning_effort Slider Component, closes [#7998 ](https://github.com/lobehub/lobe-chat/issues/7998 ) ([750b26a ](https://github.com/lobehub/lobe-chat/commit/750b26a ))
* **misc**: Update Hunyuan models & deepseek-r1-0528, closes [#7993 ](https://github.com/lobehub/lobe-chat/issues/7993 ) ([2eb198c ](https://github.com/lobehub/lobe-chat/commit/2eb198c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 15:21:42 +00:00
sxjeru
2eb198c687
💄 style: Update Hunyuan models & deepseek-r1-0528 ( #7993 )
...
* Update hunyuan.ts
* Update novita.ts
* Update siliconcloud.ts
* Update deepseek.ts
* Update deepseek.ts
* Update novita.ts
* Update openrouter.ts
* Update novita.ts
* Update siliconcloud.ts
* Update volcengine.ts
* Update volcengine.ts
* Update novita.ts
* Update siliconcloud.ts
* update snap
* Update novita.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update groq.ts
2025-05-31 22:45:36 +08:00
sxjeru
750b26acea
💄 style: Enhanced reasoning_effort Slider Component ( #7998 )
...
* ✨ feat: 添加推理强度设置和滑块组件
* ✨ feat: support openai & grok xai
* i18n
* fix mobile
2025-05-31 22:45:24 +08:00
lobehubbot
6521243f07
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 04:06:27 +00:00
semantic-release-bot
321a2e809d
🔖 chore(release): v1.88.20 [skip ci]
...
### [Version 1.88.20](https://github.com/lobehub/lobe-chat/compare/v1.88.19...v1.88.20 )
<sup>Released on **2025-05-31**</sup>
#### 🐛 Bug Fixes
- **misc**: Agent automatic completion meta not working error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Agent automatic completion meta not working error, closes [#8003 ](https://github.com/lobehub/lobe-chat/issues/8003 ) ([c5307bf ](https://github.com/lobehub/lobe-chat/commit/c5307bf ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 04:05:21 +00:00
𝑾𝒖𝒙𝒉
c5307bf969
🐛 fix: Agent automatic completion meta not working error ( #8003 )
...
* 🐛 fix:Agent automatic completion meta not working error
* chore: fix lint
2025-05-31 11:51:36 +08:00
lobehubbot
2ae0e9ed56
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-30 05:40:23 +00:00
semantic-release-bot
a7f2347f1b
🔖 chore(release): v1.88.19 [skip ci]
...
### [Version 1.88.19](https://github.com/lobehub/lobe-chat/compare/v1.88.18...v1.88.19 )
<sup>Released on **2025-05-30**</sup>
#### 💄 Styles
- **misc**: Support Web Search Tools and Beta Header from Anthropic.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Web Search Tools and Beta Header from Anthropic, closes [#7964 ](https://github.com/lobehub/lobe-chat/issues/7964 ) ([a47ddc5 ](https://github.com/lobehub/lobe-chat/commit/a47ddc5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-30 05:39:08 +00:00
Zhijie He
a47ddc5159
💄 style: support Web Search Tools and Beta Header from Anthropic ( #7964 )
...
* 💄 style: support web search tools from Anthropic
* 💄 style: support beta headers
* ♻️ refactor: add basic stream support for web search tool
* ♻️ refactor: improve `max_uses` handle
* ♻️ refactor: handle negative or zero values
* ♻️ refactor: rename type name
* 🔨 chore: add unit test
* ♻️ refactor: support citations from web_search_tools
* ♻️ refactor: better citations handling
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-30 13:25:33 +08:00
lobehubbot
09621b3a91
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 18:02:31 +00:00
semantic-release-bot
4522c93d1d
🔖 chore(release): v1.88.18 [skip ci]
...
### [Version 1.88.18](https://github.com/lobehub/lobe-chat/compare/v1.88.17...v1.88.18 )
<sup>Released on **2025-05-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Close historySummary correctly, Enable thinking output only for supported Gemini thinking models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Close historySummary correctly, closes [#7010 ](https://github.com/lobehub/lobe-chat/issues/7010 ) ([90a6f68 ](https://github.com/lobehub/lobe-chat/commit/90a6f68 ))
* **misc**: Enable thinking output only for supported Gemini thinking models, closes [#7987 ](https://github.com/lobehub/lobe-chat/issues/7987 ) ([f503c53 ](https://github.com/lobehub/lobe-chat/commit/f503c53 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 18:01:12 +00:00
sxjeru
f503c53dda
🐛 fix: Enable thinking output only for supported Gemini thinking models ( #7987 )
...
* Update index.ts
* Update index.ts
* style: update reasoning budget handling in ChatService
* fix
* fix learnlm
2025-05-30 01:46:43 +08:00
sxjeru
90a6f686d6
🐛 fix: Close historySummary correctly ( #7010 )
...
* update
* Update index.tsx
2025-05-30 01:32:01 +08:00
lobehubbot
d4e974e11b
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 17:24:51 +00:00
semantic-release-bot
7cfe0377ce
🔖 chore(release): v1.88.17 [skip ci]
...
### [Version 1.88.17](https://github.com/lobehub/lobe-chat/compare/v1.88.16...v1.88.17 )
<sup>Released on **2025-05-29**</sup>
#### 💄 Styles
- **misc**: Increase the history limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Increase the history limit, closes [#8007 ](https://github.com/lobehub/lobe-chat/issues/8007 ) ([5ec7c8d ](https://github.com/lobehub/lobe-chat/commit/5ec7c8d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 17:23:42 +00:00
Arvin Xu
5ec7c8d8ec
💄 style: increase the history limit ( #8007 )
...
* add fc to reasoner model
* add history count to 20
* update snapshot
* update snapshot
2025-05-30 01:09:52 +08:00
lobehubbot
d0bfe6d709
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 16:01:39 +00:00
semantic-release-bot
0bd952e3fb
🔖 chore(release): v1.88.16 [skip ci]
...
### [Version 1.88.16](https://github.com/lobehub/lobe-chat/compare/v1.88.15...v1.88.16 )
<sup>Released on **2025-05-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Cmd + click chat tab not open new tab.
#### 💄 Styles
- **misc**: Update GitHub models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Cmd + click chat tab not open new tab, closes [#8001 ](https://github.com/lobehub/lobe-chat/issues/8001 ) ([d6d2129 ](https://github.com/lobehub/lobe-chat/commit/d6d2129 ))
#### Styles
* **misc**: Update GitHub models, closes [#8002 ](https://github.com/lobehub/lobe-chat/issues/8002 ) ([7b8f533 ](https://github.com/lobehub/lobe-chat/commit/7b8f533 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 16:00:31 +00:00
柴米油盐的梦想
7b8f5339e0
💄 style: Update GitHub models ( #8002 )
...
* 💄 style: Update GitHub models
* 🐛 fix: fix grok-3-mini calling
* fix: lint fail and possible test error
* Update src/config/aiModels/github.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-29 23:46:52 +08:00
YuTengjing
d6d2129737
🐛 fix: cmd + click chat tab not open new tab ( #8001 )
...
* 📝 docs: add some cursor rules & optimize codebase indexing
* 📝 docs: some code reviews issue by greptile
* ✨ chore: cmd + click chat tab not open new tab
* ✨ chore: support Ctrl + click chat tab on windows/linux
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-29 23:46:10 +08:00
lobehubbot
48a30566a9
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 15:32:26 +00:00
semantic-release-bot
99e72bbe3b
🔖 chore(release): v1.88.15 [skip ci]
...
### [Version 1.88.15](https://github.com/lobehub/lobe-chat/compare/v1.88.14...v1.88.15 )
<sup>Released on **2025-05-29**</sup>
#### 💄 Styles
- **misc**: Add fc ability to deepseek-reasoner model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add fc ability to deepseek-reasoner model, closes [#8006 ](https://github.com/lobehub/lobe-chat/issues/8006 ) ([1511c75 ](https://github.com/lobehub/lobe-chat/commit/1511c75 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 15:31:18 +00:00
Arvin Xu
1511c7531d
💄 style: add fc ability to deepseek-reasoner model ( #8006 )
2025-05-29 23:17:29 +08:00
YuTengjing
ed2ce8d32f
📝 docs: add some cursor rules & optimize codebase indexing ( #7999 )
...
* 📝 docs: add some cursor rules & optimize codebase indexing
* 📝 docs: some code reviews issue by greptile
2025-05-29 15:46:27 +08:00
lobehubbot
2acd21e949
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-28 02:39:30 +00:00
semantic-release-bot
f45d4a651f
🔖 chore(release): v1.88.14 [skip ci]
...
### [Version 1.88.14](https://github.com/lobehub/lobe-chat/compare/v1.88.13...v1.88.14 )
<sup>Released on **2025-05-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Cant invoke the application after OIDC authorization in Windows 11.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Cant invoke the application after OIDC authorization in Windows 11, closes [#7900 ](https://github.com/lobehub/lobe-chat/issues/7900 ) ([585e386 ](https://github.com/lobehub/lobe-chat/commit/585e386 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-28 02:38:20 +00:00
huangkairan
585e386074
🐛 fix: cant invoke the application after OIDC authorization in Windows 11 ( #7900 )
2025-05-28 10:24:15 +08:00
lobehubbot
dcd4b31178
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-27 15:29:19 +00:00
semantic-release-bot
fb70932fe8
🔖 chore(release): v1.88.13 [skip ci]
...
### [Version 1.88.13](https://github.com/lobehub/lobe-chat/compare/v1.88.12...v1.88.13 )
<sup>Released on **2025-05-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-27 15:28:12 +00:00
Arvin Xu
e68da28110
⚡ ️ perf: use approximate way with tokenizer ( #7989 )
2025-05-27 23:14:30 +08:00
lobehubbot
f0cce15aae
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-27 10:46:15 +00:00
semantic-release-bot
68b38379b8
🔖 chore(release): v1.88.12 [skip ci]
...
### [Version 1.88.12](https://github.com/lobehub/lobe-chat/compare/v1.88.11...v1.88.12 )
<sup>Released on **2025-05-27**</sup>
#### 💄 Styles
- **misc**: Support adjust thinkingBudget in gemini 2.5 flash.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support adjust thinkingBudget in gemini 2.5 flash, closes [#7947 ](https://github.com/lobehub/lobe-chat/issues/7947 ) ([a9db548 ](https://github.com/lobehub/lobe-chat/commit/a9db548 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-27 10:45:01 +00:00
Alex Lin
a9db54810a
💄 style: support adjust thinkingBudget in gemini 2.5 flash ( #7947 )
...
* 💄 style: support adjust thinkingBudget in gemini 2.5 flash
* 💄 style: support adjust thinkingBudget in gemini 2.5 flash
* 💄 style: support adjust thinkingBudget in gemini 2.5 flash
2025-05-27 18:31:08 +08:00
lobehubbot
7f2f30feb9
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 17:31:02 +00:00
semantic-release-bot
9c9f1c3c16
🔖 chore(release): v1.88.11 [skip ci]
...
### [Version 1.88.11](https://github.com/lobehub/lobe-chat/compare/v1.88.10...v1.88.11 )
<sup>Released on **2025-05-26**</sup>
#### 💄 Styles
- **misc**: Correct model name `SenseChat-5-1202`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Correct model name `SenseChat-5-1202`, closes [#7979 ](https://github.com/lobehub/lobe-chat/issues/7979 ) ([d9e1336 ](https://github.com/lobehub/lobe-chat/commit/d9e1336 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 17:29:57 +00:00
Zhijie He
d9e1336c07
💄 style: correct model name SenseChat-5-1202 ( #7979 )
2025-05-27 01:16:11 +08:00
lobehubbot
58cedfaa5d
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 16:25:19 +00:00
semantic-release-bot
26e9584f5f
🔖 chore(release): v1.88.10 [skip ci]
...
### [Version 1.88.10](https://github.com/lobehub/lobe-chat/compare/v1.88.9...v1.88.10 )
<sup>Released on **2025-05-26**</sup>
#### 💄 Styles
- **DevPanel**: Improve json display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **DevPanel**: Improve json display, closes [#7978 ](https://github.com/lobehub/lobe-chat/issues/7978 ) ([db800d2 ](https://github.com/lobehub/lobe-chat/commit/db800d2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 16:24:11 +00:00
Kingsword
db800d2b63
💄 style(DevPanel): improve json display ( #7978 )
2025-05-27 00:10:15 +08:00
semantic-release-bot
286f96ad37
🔖 chore(release): v1.88.9 [skip ci]
...
### [Version 1.88.9](https://github.com/lobehub/lobe-chat/compare/v1.88.8...v1.88.9 )
<sup>Released on **2025-05-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Auto sync theme mode in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Auto sync theme mode in desktop, closes [#7970 ](https://github.com/lobehub/lobe-chat/issues/7970 ) ([a16fa02 ](https://github.com/lobehub/lobe-chat/commit/a16fa02 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 07:06:42 +00:00
Arvin Xu
a16fa0265b
🐛 fix: auto sync theme mode in desktop ( #7970 )
...
* auto sync theme
* improve style
* improve code
2025-05-26 14:53:02 +08:00
lobehubbot
a4d7a47569
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 03:07:26 +00:00
semantic-release-bot
678608fc8b
🔖 chore(release): v1.88.8 [skip ci]
...
### [Version 1.88.8](https://github.com/lobehub/lobe-chat/compare/v1.88.7...v1.88.8 )
<sup>Released on **2025-05-26**</sup>
#### 💄 Styles
- **misc**: Allow `SliderWithInput` to have no input limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow `SliderWithInput` to have no input limit, closes [#7708 ](https://github.com/lobehub/lobe-chat/issues/7708 ) ([bdb02b2 ](https://github.com/lobehub/lobe-chat/commit/bdb02b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 03:06:09 +00:00
sxjeru
bdb02b2058
💄 style: Allow SliderWithInput to have no input limit ( #7708 )
...
* 💄 style: Enhance QwenAIStream with input timing and usage tracking
* Update index.ts
* Update index.ts
* fix
* fix
* fix test
* Update qwen.ts
* fix
* fix
* ✨ style: Add unlimited input support to SliderWithInput in AgentChat, AgentModal, and Controls components
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-26 10:51:59 +08:00
lobehubbot
f177fd0982
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 02:31:31 +00:00
semantic-release-bot
5ec717244f
🔖 chore(release): v1.88.7 [skip ci]
...
### [Version 1.88.7](https://github.com/lobehub/lobe-chat/compare/v1.88.6...v1.88.7 )
<sup>Released on **2025-05-26**</sup>
#### 🐛 Bug Fixes
- **DragUpload**: Resolve issue with pasting clipboard images in Safari.
- **misc**: Fix chat header in the desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **DragUpload**: Resolve issue with pasting clipboard images in Safari, closes [#7961 ](https://github.com/lobehub/lobe-chat/issues/7961 ) ([3c3cc75 ](https://github.com/lobehub/lobe-chat/commit/3c3cc75 ))
* **misc**: Fix chat header in the desktop, closes [#7973 ](https://github.com/lobehub/lobe-chat/issues/7973 ) ([63c3a71 ](https://github.com/lobehub/lobe-chat/commit/63c3a71 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 02:30:15 +00:00
Arvin Xu
63c3a7188e
🐛 fix: fix chat header in the desktop ( #7973 )
2025-05-26 10:16:35 +08:00
Kingsword
3c3cc7513e
🐛 fix(DragUpload): resolve issue with pasting clipboard images in Safari ( #7961 )
2025-05-26 02:31:21 +08:00
lobehubbot
5b223200fb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 17:46:04 +00:00
semantic-release-bot
98f2dba5f0
🔖 chore(release): v1.88.6 [skip ci]
...
### [Version 1.88.6](https://github.com/lobehub/lobe-chat/compare/v1.88.5...v1.88.6 )
<sup>Released on **2025-05-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix draggable issue with agent header.
#### 💄 Styles
- **misc**: Fix a few typos in the model tooltips.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix draggable issue with agent header, closes [#7968 ](https://github.com/lobehub/lobe-chat/issues/7968 ) ([cd84241 ](https://github.com/lobehub/lobe-chat/commit/cd84241 ))
#### Styles
* **misc**: Fix a few typos in the model tooltips, closes [#7952 ](https://github.com/lobehub/lobe-chat/issues/7952 ) ([8416fec ](https://github.com/lobehub/lobe-chat/commit/8416fec ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 17:44:56 +00:00
Arvin Xu
cd84241709
🐛 fix: fix draggable issue with agent header ( #7968 )
2025-05-26 01:31:25 +08:00
Daniel Tedesco
8416feca99
💄 style: fix a few typos in the model tooltips ( #7952 )
2025-05-26 00:26:11 +08:00
lobehubbot
324dbc548d
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 14:56:48 +00:00
semantic-release-bot
9d89b97b23
🔖 chore(release): v1.88.5 [skip ci]
...
### [Version 1.88.5](https://github.com/lobehub/lobe-chat/compare/v1.88.4...v1.88.5 )
<sup>Released on **2025-05-25**</sup>
#### 💄 Styles
- **misc**: Support share single message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support share single message, closes [#7967 ](https://github.com/lobehub/lobe-chat/issues/7967 ) ([660a5ad ](https://github.com/lobehub/lobe-chat/commit/660a5ad ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 14:55:38 +00:00
Arvin Xu
660a5ad167
💄 style: support share single message ( #7967 )
...
* support share single message
* Revert "support share single message"
This reverts commit 91fd96a96e .
* support share single message
2025-05-25 22:41:56 +08:00
lobehubbot
2e1b37dcce
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 09:26:51 +00:00
semantic-release-bot
a11ebff552
🔖 chore(release): v1.88.4 [skip ci]
...
### [Version 1.88.4](https://github.com/lobehub/lobe-chat/compare/v1.88.3...v1.88.4 )
<sup>Released on **2025-05-25**</sup>
#### 🐛 Bug Fixes
- **docs**: Rename and update Google Gemini documentation.
#### 💄 Styles
- **misc**: Improve thread flicker when first-time loading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **docs**: Rename and update Google Gemini documentation, closes [#7957 ](https://github.com/lobehub/lobe-chat/issues/7957 ) ([432c28d ](https://github.com/lobehub/lobe-chat/commit/432c28d ))
#### Styles
* **misc**: Improve thread flicker when first-time loading, closes [#7963 ](https://github.com/lobehub/lobe-chat/issues/7963 ) ([4cacacd ](https://github.com/lobehub/lobe-chat/commit/4cacacd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 09:25:39 +00:00
Kingsword
432c28d193
🐛 fix(docs): rename and update Google Gemini documentation ( #7957 )
2025-05-25 17:12:02 +08:00
Arvin Xu
4cacacda67
💄 style: improve thread flicker when first-time loading ( #7963 )
2025-05-25 17:08:55 +08:00
lobehubbot
f1d59864c1
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 05:55:10 +00:00
semantic-release-bot
01eaf8d903
🔖 chore(release): v1.88.3 [skip ci]
...
### [Version 1.88.3](https://github.com/lobehub/lobe-chat/compare/v1.88.2...v1.88.3 )
<sup>Released on **2025-05-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix message refresh 401 on desktop.
#### 💄 Styles
- **misc**: Add gemini & hunyuan & Claude models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix message refresh 401 on desktop, closes [#7958 ](https://github.com/lobehub/lobe-chat/issues/7958 ) ([b4b426f ](https://github.com/lobehub/lobe-chat/commit/b4b426f ))
#### Styles
* **misc**: Add gemini & hunyuan & Claude models, closes [#7908 ](https://github.com/lobehub/lobe-chat/issues/7908 ) ([5244f22 ](https://github.com/lobehub/lobe-chat/commit/5244f22 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 05:53:43 +00:00
sxjeru
5244f22bfb
💄 style: Add gemini & hunyuan & Claude models ( #7908 )
...
* Update google.ts
* Update google.ts
* Update hunyuan.ts
* Update google.ts
* Update google.ts
* Update novita.ts
* Update index.ts
* Update anthropic.ts
* Update anthropic.ts
* Update index.ts
* Update anthropic.ts
* Update index.ts
* fix test
* feat: 更新最大令牌配置逻辑,支持从模型配置中获取默认值
* Update anthropic.ts
* Update novita.ts
2025-05-25 12:41:29 +08:00
Arvin Xu
b4b426f842
🐛 fix: fix message refresh 401 on desktop ( #7958 )
...
* update AccessToken
* update
2025-05-25 10:42:45 +08:00
YuTengjing
fca25e1a12
📝 docs: i18n for crawlMultiPages and claude4 desc ( #7942 )
2025-05-24 09:22:24 +08:00
Kingsword
b7a700c562
🐛 fix(chat): handle mobile query param in settings URL ( #7948 )
...
Ensure the settings URL correctly includes the mobile query parameter when applicable, improving consistency across devices.
2025-05-24 09:21:24 +08:00
lobehubbot
a216cf38b5
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-24 00:59:53 +00:00
semantic-release-bot
81241d8e11
🔖 chore(release): v1.88.2 [skip ci]
...
### [Version 1.88.2](https://github.com/lobehub/lobe-chat/compare/v1.88.1...v1.88.2 )
<sup>Released on **2025-05-24**</sup>
#### 💄 Styles
- **misc**: Add live search support for xAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add live search support for xAI, closes [#7907 ](https://github.com/lobehub/lobe-chat/issues/7907 ) ([dff4b7b ](https://github.com/lobehub/lobe-chat/commit/dff4b7b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-24 00:58:45 +00:00
Zhijie He
dff4b7bd17
💄 style: add live search support for xAI ( #7907 )
...
* 💄 style: add live search support for xAI
* 🔨 chore: rollback mode changes, change back to `auto`
2025-05-24 08:44:34 +08:00
lobehubbot
dfdb904fcb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-24 00:25:13 +00:00
semantic-release-bot
f58c6e127c
🔖 chore(release): v1.88.1 [skip ci]
...
### [Version 1.88.1](https://github.com/lobehub/lobe-chat/compare/v1.88.0...v1.88.1 )
<sup>Released on **2025-05-24**</sup>
#### 🐛 Bug Fixes
- **misc**: User nickName & username selector in desktop.
#### 💄 Styles
- **misc**: Support Gemini 2.5 thought reasoning.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: User nickName & username selector in desktop, closes [#7899 ](https://github.com/lobehub/lobe-chat/issues/7899 ) ([bf51746 ](https://github.com/lobehub/lobe-chat/commit/bf51746 ))
#### Styles
* **misc**: Support Gemini 2.5 thought reasoning, closes [#7686 ](https://github.com/lobehub/lobe-chat/issues/7686 ) ([f34c4de ](https://github.com/lobehub/lobe-chat/commit/f34c4de ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-24 00:23:57 +00:00
huangkairan
bf5174635c
🐛 fix: user nickName & username selector in desktop ( #7899 )
2025-05-24 08:10:17 +08:00
sxjeru
f34c4de11f
💄 style: Support Gemini 2.5 thought reasoning ( #7686 )
2025-05-24 08:09:25 +08:00
lobehubbot
6ec26ebd80
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-23 12:04:43 +00:00
semantic-release-bot
38f9cb3ed6
🔖 chore(release): v1.88.0 [skip ci]
...
## [Version 1.88.0](https://github.com/lobehub/lobe-chat/compare/v1.87.9...v1.88.0 )
<sup>Released on **2025-05-23**</sup>
#### ✨ Features
- **misc**: Add claude 4 series.
#### 🐛 Bug Fixes
- **misc**: Fix missing email field to user, update agent config of client db will override old config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add claude 4 series, closes [#7939 ](https://github.com/lobehub/lobe-chat/issues/7939 ) ([9b4f950 ](https://github.com/lobehub/lobe-chat/commit/9b4f950 ))
#### What's fixed
* **misc**: Fix missing email field to user, closes [#7913 ](https://github.com/lobehub/lobe-chat/issues/7913 ) ([d314130 ](https://github.com/lobehub/lobe-chat/commit/d314130 ))
* **misc**: Update agent config of client db will override old config, closes [#7918 ](https://github.com/lobehub/lobe-chat/issues/7918 ) ([f7cda68 ](https://github.com/lobehub/lobe-chat/commit/f7cda68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-23 12:03:30 +00:00
huangkairan
d3141302dd
🐛 fix: fix missing email field to user ( #7913 )
...
* fix: pass email to user
* add test
2025-05-23 14:20:45 +08:00
YuTengjing
f7cda68d6b
🐛 fix: update agent config of client db will override old config ( #7918 )
...
* ✨ fix: update client db version override old config
* ✨ refactor: use getServerDefaultAgentConfig for default agent configuration in createInbox method
* ✅ build: fix session update config tests
* fix: missing getAppConfig export from @/config/app
2025-05-23 14:20:00 +08:00
Arvin Xu
9b4f950a03
✨ feat: add claude 4 series ( #7939 )
2025-05-23 14:15:59 +08:00
lobehubbot
081088cb36
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-23 01:27:35 +00:00
semantic-release-bot
353e729c74
🔖 chore(release): v1.87.9 [skip ci]
...
### [Version 1.87.9](https://github.com/lobehub/lobe-chat/compare/v1.87.8...v1.87.9 )
<sup>Released on **2025-05-23**</sup>
#### 💄 Styles
- **misc**: Resolve InputNumber display overlap issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Resolve InputNumber display overlap issue, closes [#7892 ](https://github.com/lobehub/lobe-chat/issues/7892 ) ([5486663 ](https://github.com/lobehub/lobe-chat/commit/5486663 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-23 01:26:21 +00:00
Kingsword
5486663541
💄 style: resolve InputNumber display overlap issue ( #7892 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-23 09:12:10 +08:00
lobehubbot
2916e4f568
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-22 23:24:08 +00:00
semantic-release-bot
10d38e032c
🔖 chore(release): v1.87.8 [skip ci]
...
### [Version 1.87.8](https://github.com/lobehub/lobe-chat/compare/v1.87.7...v1.87.8 )
<sup>Released on **2025-05-22**</sup>
#### 🐛 Bug Fixes
- **misc**: 'top_p' is not supported with o4-mini, pin zustand version to avoid type error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: 'top_p' is not supported with o4-mini, closes [#7747 ](https://github.com/lobehub/lobe-chat/issues/7747 ) ([4e04399 ](https://github.com/lobehub/lobe-chat/commit/4e04399 ))
* **misc**: Pin zustand version to avoid type error, closes [#7929 ](https://github.com/lobehub/lobe-chat/issues/7929 ) ([4f6e286 ](https://github.com/lobehub/lobe-chat/commit/4f6e286 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-22 23:22:54 +00:00
huangkairan
4f6e2862bc
🐛 fix: pin zustand version to avoid type error ( #7929 )
2025-05-22 23:12:09 +08:00
sxjeru
4e04399e39
🐛 fix: 'top_p' is not supported with o4-mini ( #7747 )
...
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.test.ts.snap
* Update openai.ts
* ✨ feat: update snap
* Update index.ts
* Update novita.ts
* Update siliconcloud.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-22 10:05:23 +08:00
lobehubbot
2d369bfbb6
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-21 08:25:58 +00:00
semantic-release-bot
3fd7fe2d5e
🔖 chore(release): v1.87.7 [skip ci]
...
### [Version 1.87.7](https://github.com/lobehub/lobe-chat/compare/v1.87.6...v1.87.7 )
<sup>Released on **2025-05-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Bump @lobehub/ui to 2.1.7.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Bump @lobehub/ui to 2.1.7, closes [#7912 ](https://github.com/lobehub/lobe-chat/issues/7912 ) ([457b645 ](https://github.com/lobehub/lobe-chat/commit/457b645 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-21 08:24:50 +00:00
𝑾𝒖𝒙𝒉
457b645a7e
🐛 fix: bump @lobehub/ui to 2.1.7 ( #7912 )
2025-05-21 16:10:40 +08:00
lobehubbot
292e63e270
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-21 05:19:53 +00:00
semantic-release-bot
28c3c61b20
🔖 chore(release): v1.87.6 [skip ci]
...
### [Version 1.87.6](https://github.com/lobehub/lobe-chat/compare/v1.87.5...v1.87.6 )
<sup>Released on **2025-05-21**</sup>
#### 💄 Styles
- **misc**: Improve tools display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve tools display, closes [#7906 ](https://github.com/lobehub/lobe-chat/issues/7906 ) ([af8a05b ](https://github.com/lobehub/lobe-chat/commit/af8a05b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-21 05:18:46 +00:00
Arvin Xu
af8a05b3dc
💄 style: improve tools display ( #7906 )
...
* update
* improve i18n for tools display
* Update src/tools/local-system/systemRole.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* fix tests
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-05-21 13:04:31 +08:00
lobehubbot
92598c00e5
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-20 05:04:22 +00:00
semantic-release-bot
9f9026fb13
🔖 chore(release): v1.87.5 [skip ci]
...
### [Version 1.87.5](https://github.com/lobehub/lobe-chat/compare/v1.87.4...v1.87.5 )
<sup>Released on **2025-05-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop open issue on linux like Fedora42.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop open issue on linux like Fedora42, closes [#7883 ](https://github.com/lobehub/lobe-chat/issues/7883 ) ([5b0154f ](https://github.com/lobehub/lobe-chat/commit/5b0154f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-20 05:03:09 +00:00
Arvin Xu
5b0154f3d1
🐛 fix: fix desktop open issue on linux like Fedora42 ( #7883 )
...
* fix gtk version
* fix gtk version
* fix lint
2025-05-20 12:49:14 +08:00
littleLice
4ebd143bcf
📝 docs: Update docs/usage/providers/vllm.zh-CN.mdx ( #7874 )
2025-05-19 11:51:38 +08:00
renovate[bot]
8deb00cfd3
Update dependency @anthropic-ai/sdk to ^0.51.0 ( #7877 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-19 11:50:14 +08:00
lobehubbot
a2e10a09fe
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-18 09:34:31 +00:00
semantic-release-bot
fb5fdb2971
🔖 chore(release): v1.87.4 [skip ci]
...
### [Version 1.87.4](https://github.com/lobehub/lobe-chat/compare/v1.87.3...v1.87.4 )
<sup>Released on **2025-05-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Supported SenseNova v6 models correctly & update Gemini models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Supported SenseNova v6 models correctly & update Gemini models, closes [#7778 ](https://github.com/lobehub/lobe-chat/issues/7778 ) ([e2b5ed3 ](https://github.com/lobehub/lobe-chat/commit/e2b5ed3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-18 09:33:21 +00:00
sxjeru
e2b5ed3de7
🐛 fix: supported SenseNova v6 models correctly & update Gemini models ( #7778 )
...
* ✨ feat: update sensenove models info
* 🐛 fix: handle model validation in message processing
* fix
* 🐛 fix: 修复带图片内容的处理逻辑
* fix
* Update google.ts
* Update index.ts
* Update google.ts
* Update google.ts
* Update google.ts
* Update google.ts
* Update novita.ts
2025-05-18 17:19:34 +08:00
lobehubbot
b96947fe6d
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-17 09:47:35 +00:00
semantic-release-bot
13c9a4c5bc
🔖 chore(release): v1.87.3 [skip ci]
...
### [Version 1.87.3](https://github.com/lobehub/lobe-chat/compare/v1.87.2...v1.87.3 )
<sup>Released on **2025-05-17**</sup>
#### ♻ Code Refactoring
- **misc**: Clean code with new antd api.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Clean code with new antd api, closes [#7870 ](https://github.com/lobehub/lobe-chat/issues/7870 ) ([c543884 ](https://github.com/lobehub/lobe-chat/commit/c543884 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-17 09:46:27 +00:00
Arvin Xu
c543884dd6
♻️ refactor: clean code with new antd api ( #7870 )
2025-05-17 17:05:54 +08:00
huangkairan
d6e3fbf98b
🔨 chore: update desktop env ( #7860 )
...
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-05-17 00:07:17 +08:00
lobehubbot
59a0057572
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-16 14:39:41 +00:00
semantic-release-bot
4747b9a29c
🔖 chore(release): v1.87.2 [skip ci]
...
### [Version 1.87.2](https://github.com/lobehub/lobe-chat/compare/v1.87.1...v1.87.2 )
<sup>Released on **2025-05-16**</sup>
#### 💄 Styles
- **misc**: Support Doubao 1.5 Thinking Vision Pro model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Doubao 1.5 Thinking Vision Pro model, closes [#7784 ](https://github.com/lobehub/lobe-chat/issues/7784 ) ([9cf0d6f ](https://github.com/lobehub/lobe-chat/commit/9cf0d6f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-16 14:38:35 +00:00
sxjeru
9cf0d6fbca
💄 style: Support Doubao 1.5 Thinking Vision Pro model ( #7784 )
...
* ✨ feat: 添加 Doubao 1.5 Thinking Vision Pro 模型并更新 Volcengine AI 聊天完成处理逻辑
* ✨ feat: 启用 Doubao 1.5 Thinking Vision Pro 模型并更新思考处理逻辑
* fix
2025-05-16 22:24:19 +08:00
lobehubbot
44d17c8ae4
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-16 08:57:24 +00:00
semantic-release-bot
fc69ff87c5
🔖 chore(release): v1.87.1 [skip ci]
...
### [Version 1.87.1](https://github.com/lobehub/lobe-chat/compare/v1.87.0...v1.87.1 )
<sup>Released on **2025-05-16**</sup>
#### 💄 Styles
- **misc**: Update internlm model list, add series, update Spark X1 model list & fix build-in search params.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update internlm model list, add series, closes [#7566 ](https://github.com/lobehub/lobe-chat/issues/7566 ) ([4eaddf4 ](https://github.com/lobehub/lobe-chat/commit/4eaddf4 ))
* **misc**: Update Spark X1 model list & fix build-in search params, closes [#7480 ](https://github.com/lobehub/lobe-chat/issues/7480 ) ([7050c81 ](https://github.com/lobehub/lobe-chat/commit/7050c81 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-16 08:56:10 +00:00
Zhijie He
7050c81497
💄 style: update Spark X1 model list & fix build-in search params ( #7480 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-16 16:42:01 +08:00
Zhijie He
4eaddf4296
💄 style: update internlm model list, add series ( #7566 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-16 16:41:18 +08:00
lobehubbot
879a777861
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-16 07:27:54 +00:00
semantic-release-bot
5ef2753f73
🔖 chore(release): v1.87.0 [skip ci]
...
## [Version 1.87.0](https://github.com/lobehub/lobe-chat/compare/v1.86.1...v1.87.0 )
<sup>Released on **2025-05-16**</sup>
#### ✨ Features
- **misc**: Support custom language and Mermaid Appearance.
#### 🐛 Bug Fixes
- **misc**: Fix oidc redirect url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support custom language and Mermaid Appearance, closes [#7850 ](https://github.com/lobehub/lobe-chat/issues/7850 ) ([bee2b2d ](https://github.com/lobehub/lobe-chat/commit/bee2b2d ))
#### What's fixed
* **misc**: Fix oidc redirect url, closes [#7855 ](https://github.com/lobehub/lobe-chat/issues/7855 ) ([3156538 ](https://github.com/lobehub/lobe-chat/commit/3156538 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-16 07:26:38 +00:00
CanisMinor
bee2b2d598
✨ feat: support custom language and Mermaid Appearance ( #7850 )
...
* ✨ feat: Add Appearance setting
* 🔧 chore: Update i18n
* 🐛 fix: Fix some issues
2025-05-16 15:12:15 +08:00
huangkairan
31565382b0
🐛 fix: fix oidc redirect url ( #7855 )
2025-05-16 15:01:11 +08:00
Arvin Xu
56468dd2a2
✅ test: fix tests ( #7856 )
2025-05-16 15:00:51 +08:00
gru-agent[bot]
1dc9a6d917
✅ test: Add unit tests for desktopStateSelectors to validate userPath retrieval and handling of undefined cases. ( #7690 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-15 17:39:46 +08:00
lobehubbot
64242c628c
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-15 06:25:12 +00:00
semantic-release-bot
857cc6d9ee
🔖 chore(release): v1.86.1 [skip ci]
...
### [Version 1.86.1](https://github.com/lobehub/lobe-chat/compare/v1.86.0...v1.86.1 )
<sup>Released on **2025-05-15**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor agent runtime to model runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor agent runtime to model runtime, closes [#7846 ](https://github.com/lobehub/lobe-chat/issues/7846 ) ([a3b9448 ](https://github.com/lobehub/lobe-chat/commit/a3b9448 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-15 06:24:04 +00:00
Arvin Xu
a3b94488f8
♻️ refactor: refactor agent runtime to model runtime ( #7846 )
2025-05-15 14:10:12 +08:00
lobehubbot
5e61929ede
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-15 03:23:24 +00:00
semantic-release-bot
62731712c1
🔖 chore(release): v1.86.0 [skip ci]
...
## [Version 1.86.0](https://github.com/lobehub/lobe-chat/compare/v1.85.10...v1.86.0 )
<sup>Released on **2025-05-15**</sup>
#### ✨ Features
- **misc**: Add Qiniu Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Qiniu Provider, closes [#7649 ](https://github.com/lobehub/lobe-chat/issues/7649 ) ([c9b8e9f ](https://github.com/lobehub/lobe-chat/commit/c9b8e9f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-15 03:22:19 +00:00
Zhifeng Li
c9b8e9f655
✨ feat: add Qiniu Provider ( #7649 )
...
* ✨ feat: Add Qiniu
* ✨ feat: Add Qiniu Image
2025-05-15 11:08:49 +08:00
lobehubbot
a5c2b687c5
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-14 15:21:31 +00:00
semantic-release-bot
c77a28cc72
🔖 chore(release): v1.85.10 [skip ci]
...
### [Version 1.85.10](https://github.com/lobehub/lobe-chat/compare/v1.85.9...v1.85.10 )
<sup>Released on **2025-05-14**</sup>
#### 💄 Styles
- **misc**: Update electron style on windows.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update electron style on windows, closes [#7839 ](https://github.com/lobehub/lobe-chat/issues/7839 ) ([474de56 ](https://github.com/lobehub/lobe-chat/commit/474de56 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-14 15:20:20 +00:00
CanisMinor
474de56a93
💄 style: update electron style on windows ( #7839 )
...
* 💄 style: add chrome flags to electron, update scrollbar style on win
* 💄 style: Update win11 backgroundMaterial
* 💄 style: Update title bar style
* 💄 style: Update WinControl
* 💄 style: Add nsis image
2025-05-14 23:06:30 +08:00
lobehubbot
6f0de05602
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-14 09:45:41 +00:00
semantic-release-bot
58dddc9e51
🔖 chore(release): v1.85.9 [skip ci]
...
### [Version 1.85.9](https://github.com/lobehub/lobe-chat/compare/v1.85.8...v1.85.9 )
<sup>Released on **2025-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Redirect unauthorized next-auth user to signin page.
#### 💄 Styles
- **misc**: Improve smoothing on completion.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Redirect unauthorized next-auth user to signin page, closes [#7813 ](https://github.com/lobehub/lobe-chat/issues/7813 ) ([6160784 ](https://github.com/lobehub/lobe-chat/commit/6160784 ))
#### Styles
* **misc**: Improve smoothing on completion, closes [#7833 ](https://github.com/lobehub/lobe-chat/issues/7833 ) ([6434686 ](https://github.com/lobehub/lobe-chat/commit/6434686 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-14 09:44:26 +00:00
Arvin Xu
64346864ef
💄 style: improve smoothing on completion ( #7833 )
...
* test smoothing
* try to fix animation
* fix tests
* 💄 style: Fix Portal scroll
* 💄 style: Fix actionbar max height
* 💄 style: Update Thinking style
* 💄 style: Update scroll smooth
* 🔧 chore(revert): 暂时还原 scrollToIndex smooth,输出时容易丢失滚动到底部的行为
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-05-14 17:30:42 +08:00
Max Brauer
a988632e77
🔨 chore: disable signups for the default lobechat org in Casdoor ( #7830 )
...
Otherwise, anyone can signup with the lobechat organization and it is
very likely that's not wanted. We should be closed and secure by
default.
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-05-14 10:08:23 +08:00
Rylan Cai
6160784047
🐛 fix: Redirect unauthorized next-auth user to signin page ( #7813 )
2025-05-14 10:07:09 +08:00
lobehubbot
f97e778cc6
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-11 15:59:33 +00:00
semantic-release-bot
68610acffc
🔖 chore(release): v1.85.8 [skip ci]
...
### [Version 1.85.8](https://github.com/lobehub/lobe-chat/compare/v1.85.7...v1.85.8 )
<sup>Released on **2025-05-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix config import issue in the desktop version.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix config import issue in the desktop version, closes [#7800 ](https://github.com/lobehub/lobe-chat/issues/7800 ) ([2cb8635 ](https://github.com/lobehub/lobe-chat/commit/2cb8635 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-11 15:58:28 +00:00
Arvin Xu
2cb863524d
🐛 fix: fix config import issue in the desktop version ( #7800 )
...
* refactor upload feature
* fix import file upload with desktop
* fix tests
* fix tests
2025-05-11 23:45:03 +08:00
lobehubbot
a28edad521
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-11 04:04:53 +00:00
semantic-release-bot
db225fc44b
🔖 chore(release): v1.85.7 [skip ci]
...
### [Version 1.85.7](https://github.com/lobehub/lobe-chat/compare/v1.85.6...v1.85.7 )
<sup>Released on **2025-05-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix streamable http url valid and refactor local files to local system.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix streamable http url valid and refactor local files to local system, closes [#7794 ](https://github.com/lobehub/lobe-chat/issues/7794 ) ([37fd5fe ](https://github.com/lobehub/lobe-chat/commit/37fd5fe ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-11 04:03:39 +00:00
Arvin Xu
37fd5fea90
🐛 fix: fix streamable http url valid and refactor local files to local system ( #7794 )
...
* refactor local files to local system
* update i18n
2025-05-11 11:49:39 +08:00
renovate[bot]
9b59dd8a76
Update dependency lucide-react to ^0.509.0 ( #7789 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-11 11:15:53 +08:00
Arvin Xu
ef3089049a
🐛 fix: fix macOS fisrt time open issue ( #7788 )
...
* fix
* try to fix again
2025-05-11 10:57:31 +08:00
lobehubbot
944394cf2e
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 14:16:26 +00:00
semantic-release-bot
1ffd37320f
🔖 chore(release): v1.85.6 [skip ci]
...
### [Version 1.85.6](https://github.com/lobehub/lobe-chat/compare/v1.85.5...v1.85.6 )
<sup>Released on **2025-05-10**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 14:15:19 +00:00
Arvin Xu
a0713c98ba
👷 build: update build workflow ( #7786 )
...
* try to fix mac sign
* update beta env
2025-05-10 22:01:32 +08:00
lobehubbot
3f5bd5dddd
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 12:30:36 +00:00
semantic-release-bot
5e091d2bb9
🔖 chore(release): v1.85.5 [skip ci]
...
### [Version 1.85.5](https://github.com/lobehub/lobe-chat/compare/v1.85.4...v1.85.5 )
<sup>Released on **2025-05-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix window close issue and release Window/Linux beta.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix window close issue and release Window/Linux beta, closes [#7780 ](https://github.com/lobehub/lobe-chat/issues/7780 ) ([82c48b9 ](https://github.com/lobehub/lobe-chat/commit/82c48b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 12:29:28 +00:00
Arvin Xu
82c48b916f
🐛 fix: fix window close issue and release Window/Linux beta ( #7780 )
...
* fix window close issue
* try to fix win loading
* try to fix win build
* try to fix win build
* fix win build issue
* fix win build issue
2025-05-10 20:15:41 +08:00
lobehubbot
294790bef7
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 12:13:21 +00:00
semantic-release-bot
25d19ff9fa
🔖 chore(release): v1.85.4 [skip ci]
...
### [Version 1.85.4](https://github.com/lobehub/lobe-chat/compare/v1.85.3...v1.85.4 )
<sup>Released on **2025-05-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix nothing return when reset the client db.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix nothing return when reset the client db, closes [#7738 ](https://github.com/lobehub/lobe-chat/issues/7738 ) ([90efb13 ](https://github.com/lobehub/lobe-chat/commit/90efb13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 12:12:16 +00:00
vual
90efb13fca
🐛 fix: fix nothing return when reset the client db ( #7738 )
2025-05-10 19:58:44 +08:00
lobehubbot
ceaf7bbb25
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 11:55:30 +00:00
semantic-release-bot
7169ae0d40
🔖 chore(release): v1.85.3 [skip ci]
...
### [Version 1.85.3](https://github.com/lobehub/lobe-chat/compare/v1.85.2...v1.85.3 )
<sup>Released on **2025-05-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove mcp client cache.
#### 💄 Styles
- **misc**: Improve pdf and xlsx file content parser.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove mcp client cache, closes [#7776 ](https://github.com/lobehub/lobe-chat/issues/7776 ) ([0582134 ](https://github.com/lobehub/lobe-chat/commit/0582134 ))
#### Styles
* **misc**: Improve pdf and xlsx file content parser, closes [#7783 ](https://github.com/lobehub/lobe-chat/issues/7783 ) ([0376870 ](https://github.com/lobehub/lobe-chat/commit/0376870 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 11:54:16 +00:00
Arvin Xu
0376870211
💄 style: improve pdf and xlsx file content parser ( #7783 )
...
* remove cache
* improve caching
2025-05-10 19:40:45 +08:00
gru-agent[bot]
5f26f042e3
✅ test: Add unit tests for importerRouter functionality in importer.test.ts ( #7754 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 16:25:28 +08:00
Arvin Xu
0582134f1c
🐛 fix: remove mcp client cache ( #7776 )
2025-05-10 16:18:09 +08:00
lobehubbot
35d9ac4962
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 06:43:55 +00:00
semantic-release-bot
d692ce0303
🔖 chore(release): v1.85.2 [skip ci]
...
### [Version 1.85.2](https://github.com/lobehub/lobe-chat/compare/v1.85.1...v1.85.2 )
<sup>Released on **2025-05-10**</sup>
#### ♻ Code Refactoring
- **misc**: Upgrade anthropic sdk.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Upgrade anthropic sdk, closes [#7773 ](https://github.com/lobehub/lobe-chat/issues/7773 ) ([39e871f ](https://github.com/lobehub/lobe-chat/commit/39e871f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 06:42:49 +00:00
Arvin Xu
39e871fc50
♻️ refactor: upgrade anthropic sdk ( #7773 )
2025-05-10 14:29:22 +08:00
lobehubbot
1c0bac0f75
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 03:51:02 +00:00
semantic-release-bot
48e16b1399
🔖 chore(release): v1.85.1 [skip ci]
...
### [Version 1.85.1](https://github.com/lobehub/lobe-chat/compare/v1.85.0...v1.85.1 )
<sup>Released on **2025-05-10**</sup>
#### 💄 Styles
- **misc**: Add Qwen3 models for infiniai.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Qwen3 models for infiniai, closes [#7657 ](https://github.com/lobehub/lobe-chat/issues/7657 ) ([edd1732 ](https://github.com/lobehub/lobe-chat/commit/edd1732 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 03:49:44 +00:00
WangYK
edd173287f
💄 style: add Qwen3 models for infiniai ( #7657 )
2025-05-10 11:36:11 +08:00
Arvin Xu
73bf2cc07b
👷 build: fix docker build ( #7772 )
...
* update pnpm version
* update eslint
* 恢复eslint版本
Co-authored-by: vual <25891219+vual@users.noreply.github.com >
2025-05-10 11:27:29 +08:00
gru-agent[bot]
bc5498a212
✅ test: Add unit tests for TempFileManager using Vitest ( #7755 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 11:24:23 +08:00
gru-agent[bot]
e1435b0e35
✅ test: Add unit tests for the FileService downloadFileToLocal method. ( #7758 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 11:23:37 +08:00
gru-agent[bot]
800a3fc6ee
✅ test: Add unit tests for messageRouter functionality in message.test.ts ( #7761 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 11:22:47 +08:00
lobehubbot
4f626ff9cf
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-09 17:13:44 +00:00
semantic-release-bot
3d6f6f701a
🔖 chore(release): v1.85.0 [skip ci]
...
## [Version 1.85.0](https://github.com/lobehub/lobe-chat/compare/v1.84.27...v1.85.0 )
<sup>Released on **2025-05-09**</sup>
#### ✨ Features
- **misc**: Support upload files direct into chat context.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support upload files direct into chat context, closes [#7751 ](https://github.com/lobehub/lobe-chat/issues/7751 ) ([39b790e ](https://github.com/lobehub/lobe-chat/commit/39b790e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-09 17:12:34 +00:00
Arvin Xu
39b790ec37
✨ feat: support upload files direct into chat context ( #7751 )
...
* add document service
* add file item
* add file content for direct upload file
* fix tests
* fix tests
* fix tests
* add debug log for file-loaders
* add debug log and test
* improve loading
* update tests
* fix pdf parser
* fix pdf version
* fix pdf worker url
* fix pdf worker url
* fix test
2025-05-10 00:58:39 +08:00
lobehubbot
2beee680bb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-09 01:26:47 +00:00
semantic-release-bot
31b1d66e0d
🔖 chore(release): v1.84.27 [skip ci]
...
### [Version 1.84.27](https://github.com/lobehub/lobe-chat/compare/v1.84.26...v1.84.27 )
<sup>Released on **2025-05-09**</sup>
#### 💄 Styles
- **misc**: Add reasoning tokens and token usage statistics for Google Gemini.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add reasoning tokens and token usage statistics for Google Gemini, closes [#7501 ](https://github.com/lobehub/lobe-chat/issues/7501 ) ([b466b42 ](https://github.com/lobehub/lobe-chat/commit/b466b42 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-09 01:25:34 +00:00
renovate[bot]
31bec5324d
Update dependency @anthropic-ai/sdk to ^0.41.0 ( #7568 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-09 09:11:51 +08:00
gru-agent[bot]
33c2146047
✅ test: Add unit tests for fileRouter in the lambda module. ( #7760 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-09 09:10:11 +08:00
afon
b466b42d17
💄 style: add reasoning tokens and token usage statistics for Google Gemini ( #7501 )
2025-05-09 08:31:00 +08:00
lobehubbot
db967ffbad
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 18:46:14 +00:00
semantic-release-bot
95466ae3c1
🔖 chore(release): v1.84.26 [skip ci]
...
### [Version 1.84.26](https://github.com/lobehub/lobe-chat/compare/v1.84.25...v1.84.26 )
<sup>Released on **2025-05-08**</sup>
#### 💄 Styles
- **misc**: Add qwen3 for ollama.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add qwen3 for ollama, closes [#7746 ](https://github.com/lobehub/lobe-chat/issues/7746 ) ([806d905 ](https://github.com/lobehub/lobe-chat/commit/806d905 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 18:45:01 +00:00
Arvin Xu
6f42f0f26e
🔨 chore: fix tests ( #7757 )
2025-05-09 02:31:17 +08:00
Arvin Xu
806d9051f8
💄 style: add qwen3 for ollama ( #7746 )
...
* make qwen3 default
* refactor TempFileManager
* refactor file service
* clean
2025-05-09 01:36:57 +08:00
renovate[bot]
f8568170b5
Update dependency lucide-react to ^0.508.0 ( #7698 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-09 01:00:51 +08:00
lobehubbot
d964af26a9
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 16:23:37 +00:00
semantic-release-bot
ecdf51bc82
🔖 chore(release): v1.84.25 [skip ci]
...
### [Version 1.84.25](https://github.com/lobehub/lobe-chat/compare/v1.84.24...v1.84.25 )
<sup>Released on **2025-05-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop upload image on macOS.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop upload image on macOS, closes [#7741 ](https://github.com/lobehub/lobe-chat/issues/7741 ) ([07d5374 ](https://github.com/lobehub/lobe-chat/commit/07d5374 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 16:22:25 +00:00
Arvin Xu
07d5374ab8
🐛 fix: fix desktop upload image on macOS ( #7741 )
...
* fix image
* fix
* fix lint
* fix
* add tests
* update testss
* remove tests
* try to fix
* try to fix desktop image issue
* Revert "try to fix desktop image issue"
This reverts commit 8dad8f3937 .
2025-05-09 00:08:32 +08:00
lobehubbot
0cda0829e7
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 15:20:18 +00:00
semantic-release-bot
e5469b6c5c
🔖 chore(release): v1.84.24 [skip ci]
...
### [Version 1.84.24](https://github.com/lobehub/lobe-chat/compare/v1.84.23...v1.84.24 )
<sup>Released on **2025-05-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix changelog issue on desktop app.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix changelog issue on desktop app, closes [#7740 ](https://github.com/lobehub/lobe-chat/issues/7740 ) ([f0a12af ](https://github.com/lobehub/lobe-chat/commit/f0a12af ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 15:19:06 +00:00
gru-agent[bot]
c6e81371b3
✅ test: Add unit tests for API_ENDPOINTS in _url module. ( #7700 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-08 16:45:58 +08:00
Arvin Xu
f0a12afd23
🐛 fix: fix changelog issue on desktop app ( #7740 )
...
* update
* update
2025-05-08 16:38:29 +08:00
lobehubbot
313c03ae30
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 03:15:25 +00:00
semantic-release-bot
22af8147e5
🔖 chore(release): v1.84.23 [skip ci]
...
### [Version 1.84.23](https://github.com/lobehub/lobe-chat/compare/v1.84.22...v1.84.23 )
<sup>Released on **2025-05-08**</sup>
#### 💄 Styles
- **misc**: Add new gemini & Mistral models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add new gemini & Mistral models, closes [#7730 ](https://github.com/lobehub/lobe-chat/issues/7730 ) ([b7753e2 ](https://github.com/lobehub/lobe-chat/commit/b7753e2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 03:14:10 +00:00
𝑾𝒖𝒙𝒉
ecfc79da07
💄 style: Improve the shortcut key prompt panel ( #7723 )
2025-05-08 11:00:29 +08:00
sxjeru
b7753e253e
💄 style: Add new gemini & Mistral models ( #7730 )
...
* Update google.ts
* Update google.ts
* Update google.ts
* Update vertexai.ts
* Update vertexai.ts
* Update mistral.ts
2025-05-08 11:00:14 +08:00
Max Brauer
7469c10a9a
🔨 chore: fix typo in docker compose ( #7718 )
...
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-05-08 10:22:24 +08:00
Lumia
655f7f02d6
📝 docs: Update Dokploy Deplyment Documents ( #7737 )
...
* Update dokploy.mdx
* Update dokploy.zh-CN.mdx
2025-05-08 10:21:06 +08:00
lobehubbot
792bb59514
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-07 01:16:07 +00:00
semantic-release-bot
cb518acfd3
🔖 chore(release): v1.84.22 [skip ci]
...
### [Version 1.84.22](https://github.com/lobehub/lobe-chat/compare/v1.84.21...v1.84.22 )
<sup>Released on **2025-05-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix electron state init on window.
#### 💄 Styles
- **misc**: Add Xiaohongshu crawler rules.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix electron state init on window, closes [#7707 ](https://github.com/lobehub/lobe-chat/issues/7707 ) ([ef05b49 ](https://github.com/lobehub/lobe-chat/commit/ef05b49 ))
#### Styles
* **misc**: Add Xiaohongshu crawler rules, closes [#7717 ](https://github.com/lobehub/lobe-chat/issues/7717 ) ([cc3724d ](https://github.com/lobehub/lobe-chat/commit/cc3724d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-07 01:14:58 +00:00
Zhijie He
cc3724d968
💄 style: add Xiaohongshu crawler rules ( #7717 )
2025-05-07 09:01:34 +08:00
Arvin Xu
ef05b497ef
🐛 fix: fix electron state init on window ( #7707 )
2025-05-07 09:01:14 +08:00
lobehubbot
4fe666a866
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-04 12:02:17 +00:00
semantic-release-bot
7668437641
🔖 chore(release): v1.84.21 [skip ci]
...
### [Version 1.84.21](https://github.com/lobehub/lobe-chat/compare/v1.84.20...v1.84.21 )
<sup>Released on **2025-05-04**</sup>
#### ♻ Code Refactoring
- **misc**: Remove doubao Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove doubao Provider, closes [#7573 ](https://github.com/lobehub/lobe-chat/issues/7573 ) ([0cf3bcc ](https://github.com/lobehub/lobe-chat/commit/0cf3bcc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-04 12:01:06 +00:00
sxjeru
0cf3bcc19c
♻️ refactor: Remove doubao Provider ( #7573 )
...
* 🗑️ refactor: 移除 Doubao 相关模型和配置
* Update siliconcloud.ts
* del
* fix
2025-05-04 19:47:47 +08:00
gru-agent[bot]
75b639b1e7
✅ test: Refactor AssistantStore tests to improve structure and clarity, including EdgeConfig mocking and fetch error handling. ( #7704 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-04 19:46:47 +08:00
lobehubbot
14d8f51c62
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-04 08:23:50 +00:00
semantic-release-bot
6c575917bf
🔖 chore(release): v1.84.20 [skip ci]
...
### [Version 1.84.20](https://github.com/lobehub/lobe-chat/compare/v1.84.19...v1.84.20 )
<sup>Released on **2025-05-04**</sup>
#### 💄 Styles
- **misc**: Show Aliyun Bailian tokens usage tracking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Show Aliyun Bailian tokens usage tracking, closes [#7660 ](https://github.com/lobehub/lobe-chat/issues/7660 ) ([3ef0542 ](https://github.com/lobehub/lobe-chat/commit/3ef0542 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-04 08:22:44 +00:00
sxjeru
3ef05421a3
💄 style: Show Aliyun Bailian tokens usage tracking ( #7660 )
2025-05-04 16:09:06 +08:00
lobehubbot
1ece6f6a69
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-04 00:49:25 +00:00
semantic-release-bot
53a83842e0
🔖 chore(release): v1.84.19 [skip ci]
...
### [Version 1.84.19](https://github.com/lobehub/lobe-chat/compare/v1.84.18...v1.84.19 )
<sup>Released on **2025-05-04**</sup>
#### 💄 Styles
- **misc**: Fix init state of loading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix init state of loading, closes [#7694 ](https://github.com/lobehub/lobe-chat/issues/7694 ) ([1d97a68 ](https://github.com/lobehub/lobe-chat/commit/1d97a68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-04 00:48:19 +00:00
Arvin Xu
1d97a6834d
💄 style: fix init state of loading ( #7694 )
2025-05-04 08:34:13 +08:00
lobehubbot
80558b27a2
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-03 16:26:53 +00:00
semantic-release-bot
d46e72f407
🔖 chore(release): v1.84.18 [skip ci]
...
### [Version 1.84.18](https://github.com/lobehub/lobe-chat/compare/v1.84.17...v1.84.18 )
<sup>Released on **2025-05-03**</sup>
#### ♻ Code Refactoring
- **misc**: Add perf stat support for openai factory.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add perf stat support for openai factory, closes [#7677 ](https://github.com/lobehub/lobe-chat/issues/7677 ) ([40464d1 ](https://github.com/lobehub/lobe-chat/commit/40464d1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-03 16:25:44 +00:00
gru-agent[bot]
0b25a64315
✅ test: Add unit tests for localFileSlice actions in the chat store. ( #7691 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-04 00:12:12 +08:00
Rylan Cai
40464d108c
♻️ refactor: add perf stat support for openai factory ( #7677 )
2025-05-03 16:23:13 +08:00
lobehubbot
ceb22c06d6
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-03 02:15:33 +00:00
semantic-release-bot
ae80489e07
🔖 chore(release): v1.84.17 [skip ci]
...
### [Version 1.84.17](https://github.com/lobehub/lobe-chat/compare/v1.84.16...v1.84.17 )
<sup>Released on **2025-05-03**</sup>
#### 💄 Styles
- **misc**: Add write file tool to local-file plugin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add write file tool to local-file plugin, closes [#7684 ](https://github.com/lobehub/lobe-chat/issues/7684 ) ([e22e932 ](https://github.com/lobehub/lobe-chat/commit/e22e932 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-03 02:14:27 +00:00
Arvin Xu
e22e93262a
💄 style: add write file tool to local-file plugin ( #7684 )
2025-05-03 10:01:01 +08:00
lobehubbot
ab40a8541a
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-02 00:09:06 +00:00
semantic-release-bot
aaca997084
🔖 chore(release): v1.84.16 [skip ci]
...
### [Version 1.84.16](https://github.com/lobehub/lobe-chat/compare/v1.84.15...v1.84.16 )
<sup>Released on **2025-05-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop quiting with reopen window.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop quiting with reopen window, closes [#7675 ](https://github.com/lobehub/lobe-chat/issues/7675 ) ([edeabcf ](https://github.com/lobehub/lobe-chat/commit/edeabcf ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-02 00:07:53 +00:00
Arvin Xu
c9af692da6
✅ test: fix tests ( #7680 )
2025-05-02 07:54:33 +08:00
Arvin Xu
edeabcfafb
🐛 fix: fix desktop quiting with reopen window ( #7675 )
...
* add rename renderer
* fix close issue
2025-05-02 05:53:14 +08:00
lobehubbot
c2004e9b24
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-01 12:44:08 +00:00
semantic-release-bot
5301ddfd7a
🔖 chore(release): v1.84.15 [skip ci]
...
### [Version 1.84.15](https://github.com/lobehub/lobe-chat/compare/v1.84.14...v1.84.15 )
<sup>Released on **2025-05-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Siliconflow requests with tools no longer force non-streaming.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Siliconflow requests with tools no longer force non-streaming, closes [#7663 ](https://github.com/lobehub/lobe-chat/issues/7663 ) ([77777b2 ](https://github.com/lobehub/lobe-chat/commit/77777b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-01 12:43:03 +00:00
sxjeru
77777b2de0
🐛 fix: Siliconflow requests with tools no longer force non-streaming ( #7663 )
2025-05-01 20:29:47 +08:00
lobehubbot
9b7d0d96bb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-01 08:56:57 +00:00
semantic-release-bot
7402d1a880
🔖 chore(release): v1.84.14 [skip ci]
...
### [Version 1.84.14](https://github.com/lobehub/lobe-chat/compare/v1.84.13...v1.84.14 )
<sup>Released on **2025-05-01**</sup>
#### 💄 Styles
- **misc**: Add windows control and tray.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add windows control and tray, closes [#7665 ](https://github.com/lobehub/lobe-chat/issues/7665 ) ([c5f3d13 ](https://github.com/lobehub/lobe-chat/commit/c5f3d13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-01 08:55:52 +00:00
Arvin Xu
c5f3d13c14
💄 style: add windows control and tray ( #7665 )
...
* add windows support
* add windows close support
* improve
* fix
* FIX
* improve builder
* improve windows icon
2025-05-01 16:42:26 +08:00
lobehubbot
6d8ca6ab76
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-01 06:41:55 +00:00
semantic-release-bot
fc417fd5db
🔖 chore(release): v1.84.13 [skip ci]
...
### [Version 1.84.13](https://github.com/lobehub/lobe-chat/compare/v1.84.12...v1.84.13 )
<sup>Released on **2025-05-01**</sup>
#### 💄 Styles
- **misc**: Fix style issues.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix style issues, closes [#7659 ](https://github.com/lobehub/lobe-chat/issues/7659 ) ([3da871b ](https://github.com/lobehub/lobe-chat/commit/3da871b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-01 06:40:50 +00:00
CanisMinor
3da871b4d7
💄 style: Fix style issues ( #7659 )
2025-05-01 14:27:21 +08:00
lobehubbot
d94e94d12d
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 17:13:56 +00:00
semantic-release-bot
1caae85ced
🔖 chore(release): v1.84.12 [skip ci]
...
### [Version 1.84.12](https://github.com/lobehub/lobe-chat/compare/v1.84.11...v1.84.12 )
<sup>Released on **2025-04-30**</sup>
#### 💄 Styles
- **misc**: Support Qwen3 `thinking_budget` param.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Qwen3 `thinking_budget` param, closes [#7643 ](https://github.com/lobehub/lobe-chat/issues/7643 ) ([4570ceb ](https://github.com/lobehub/lobe-chat/commit/4570ceb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 17:12:49 +00:00
sxjeru
4570ceb49e
💄 style: Support Qwen3 thinking_budget param ( #7643 )
...
* ✨ feat(qwen): 更新Qwen模型定价和参数,添加思考预算支持
* Update qwen.ts
* Update index.ts
2025-05-01 00:59:18 +08:00
lobehubbot
2b94eff5c0
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 16:14:29 +00:00
semantic-release-bot
ba76cd18a0
🔖 chore(release): v1.84.11 [skip ci]
...
### [Version 1.84.11](https://github.com/lobehub/lobe-chat/compare/v1.84.10...v1.84.11 )
<sup>Released on **2025-04-30**</sup>
#### 💄 Styles
- **misc**: Allow copy/edit when generate error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow copy/edit when generate error, closes [#7664 ](https://github.com/lobehub/lobe-chat/issues/7664 ) ([f518650 ](https://github.com/lobehub/lobe-chat/commit/f518650 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 16:13:22 +00:00
Arthals
f51865013e
💄 style: Allow copy/edit when generate error ( #7664 )
...
* ✨ feat: Allow copy/edit when error
* ✨ feat: Allow edit when error
2025-04-30 23:59:39 +08:00
lobehubbot
43822aaa8d
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 09:04:02 +00:00
semantic-release-bot
0d61ce0ef9
🔖 chore(release): v1.84.10 [skip ci]
...
### [Version 1.84.10](https://github.com/lobehub/lobe-chat/compare/v1.84.9...v1.84.10 )
<sup>Released on **2025-04-30**</sup>
#### 💄 Styles
- **misc**: Add Gemini 2.5 Pro Experimental model, Add siliconflow Qwen3 & support thinking params, Arrange model tags neatly, Update mobile style and fix issues problem, update ollama checker.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 2.5 Pro Experimental model, closes [#7631 ](https://github.com/lobehub/lobe-chat/issues/7631 ) ([d318c82 ](https://github.com/lobehub/lobe-chat/commit/d318c82 ))
* **misc**: Add siliconflow Qwen3 & support thinking params, closes [#7647 ](https://github.com/lobehub/lobe-chat/issues/7647 ) ([ba83871 ](https://github.com/lobehub/lobe-chat/commit/ba83871 ))
* **misc**: Arrange model tags neatly, closes [#7651 ](https://github.com/lobehub/lobe-chat/issues/7651 ) ([44132ff ](https://github.com/lobehub/lobe-chat/commit/44132ff ))
* **misc**: Update mobile style and fix issues problem, closes [#7636 ](https://github.com/lobehub/lobe-chat/issues/7636 ) ([436a735 ](https://github.com/lobehub/lobe-chat/commit/436a735 ))
* **misc**: Update ollama checker, closes [#7650 ](https://github.com/lobehub/lobe-chat/issues/7650 ) ([321fd2b ](https://github.com/lobehub/lobe-chat/commit/321fd2b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 09:02:45 +00:00
WangYang
d318c8271f
💄 style: Add Gemini 2.5 Pro Experimental model ( #7631 )
2025-04-30 16:49:35 +08:00
sxjeru
ba83871693
💄 style: Add siliconflow Qwen3 & support thinking params ( #7647 )
...
* Update siliconcloud.ts
* 💄 style: 添加思考参数
* 💄 style: 调整 thinking_budget 和 max_tokens 的处理逻辑
2025-04-30 16:47:55 +08:00
sxjeru
44132ff637
💄 style: Arrange model tags neatly ( #7651 )
2025-04-30 16:47:18 +08:00
Arvin Xu
321fd2b979
💄 style: update ollama checker ( #7650 )
...
* update ollama
* fix file page
2025-04-30 16:45:03 +08:00
CanisMinor
436a7351eb
💄 style: Update mobile style and fix issues problem ( #7636 )
...
* 💄 style: Update mobile actionbar and fix agent setting
* 🐛 fix: Fix share
* 🔧 chore: Update i18n
* 🐛 fix: Fix review problem
* 💄 style: Update mobile actionbar
* 💄 style: Fix processing tag
* 🔧 chore: Update depes
2025-04-30 16:43:07 +08:00
lobehubbot
da871df36b
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 04:02:50 +00:00
semantic-release-bot
90ac9145f3
🔖 chore(release): v1.84.9 [skip ci]
...
### [Version 1.84.9](https://github.com/lobehub/lobe-chat/compare/v1.84.8...v1.84.9 )
<sup>Released on **2025-04-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Embeddings Format Issue with OpenAI API when using Ollama.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Embeddings Format Issue with OpenAI API when using Ollama, closes [#7641 ](https://github.com/lobehub/lobe-chat/issues/7641 ) ([649fd82 ](https://github.com/lobehub/lobe-chat/commit/649fd82 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 04:01:38 +00:00
loster-nimmer
649fd824b4
🐛 fix: Embeddings Format Issue with OpenAI API when using Ollama ( #7641 )
...
* added fix to src/libs/agent-runtime/utils/openaiCompatibleFactory/index.ts to get ollama vector embeddings working
* added fix to src/libs/agent-runtime/utils/openaiCompatibleFactory/index.ts to get ollama vector embeddings working
---------
Co-authored-by: Dan <loster-nimmer@thingsandstuff.xyz >
2025-04-30 11:48:03 +08:00
lobehubbot
d5b4d0702c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 19:18:04 +00:00
semantic-release-bot
8888f074fb
🔖 chore(release): v1.84.8 [skip ci]
...
### [Version 1.84.8](https://github.com/lobehub/lobe-chat/compare/v1.84.7...v1.84.8 )
<sup>Released on **2025-04-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix stdio mcp server env issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix stdio mcp server env issue, closes [#7648 ](https://github.com/lobehub/lobe-chat/issues/7648 ) ([bad222a ](https://github.com/lobehub/lobe-chat/commit/bad222a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 19:16:56 +00:00
Arvin Xu
bad222a29c
🐛 fix: fix stdio mcp server env issue ( #7648 )
2025-04-30 03:03:20 +08:00
lobehubbot
f30a99c839
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 17:39:26 +00:00
semantic-release-bot
a29aac8cf7
🔖 chore(release): v1.84.7 [skip ci]
...
### [Version 1.84.7](https://github.com/lobehub/lobe-chat/compare/v1.84.6...v1.84.7 )
<sup>Released on **2025-04-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix custom provider and knowledge base crash.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix custom provider and knowledge base crash, closes [#7645 ](https://github.com/lobehub/lobe-chat/issues/7645 ) ([2cbc179 ](https://github.com/lobehub/lobe-chat/commit/2cbc179 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 17:38:19 +00:00
Arvin Xu
2cbc1790e5
🐛 fix: fix custom provider and knowledge base crash ( #7645 )
...
* fix provider issue
* fix knowledge base crash issue
* fix type
2025-04-30 01:24:40 +08:00
lobehubbot
07eda61f26
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 16:07:52 +00:00
semantic-release-bot
0ddf670d33
🔖 chore(release): v1.84.6 [skip ci]
...
### [Version 1.84.6](https://github.com/lobehub/lobe-chat/compare/v1.84.5...v1.84.6 )
<sup>Released on **2025-04-29**</sup>
#### 💄 Styles
- **misc**: Fix OpenRouter models config, improve mcp stdio custom field.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix OpenRouter models config, closes [#7638 ](https://github.com/lobehub/lobe-chat/issues/7638 ) ([15171dd ](https://github.com/lobehub/lobe-chat/commit/15171dd ))
* **misc**: Improve mcp stdio custom field, closes [#7632 ](https://github.com/lobehub/lobe-chat/issues/7632 ) ([71683b7 ](https://github.com/lobehub/lobe-chat/commit/71683b7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 16:06:39 +00:00
sxjeru
15171dde56
💄 style: Fix OpenRouter models config ( #7638 )
...
* fix
* add models
2025-04-29 23:53:08 +08:00
Arvin Xu
71683b77be
💄 style: improve mcp stdio custom field ( #7632 )
...
* add i18n
* update
2025-04-29 16:20:42 +08:00
lobehubbot
fadf15e084
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 07:19:16 +00:00
semantic-release-bot
6cdf966936
🔖 chore(release): v1.84.5 [skip ci]
...
### [Version 1.84.5](https://github.com/lobehub/lobe-chat/compare/v1.84.4...v1.84.5 )
<sup>Released on **2025-04-29**</sup>
#### 💄 Styles
- **misc**: Add Qwen3 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Qwen3 models, closes [#7628 ](https://github.com/lobehub/lobe-chat/issues/7628 ) ([da05f51 ](https://github.com/lobehub/lobe-chat/commit/da05f51 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 07:18:07 +00:00
sxjeru
da05f51b8a
💄 style: Add Qwen3 models ( #7628 )
...
* ✨ feat(qwen): 添加多个Qwen3模型配置
* ✨ feat(qwen): 更新Qwen模型配置,添加functionCall能力并调整发布日期
* ✨ feat(qwen): 为Qwen模型添加enableReasoning设置并更新payload处理逻辑
* ✨ feat(qwen): support enable_thinking
* Update openrouter.ts
2025-04-29 15:04:29 +08:00
lobehubbot
e9362a250a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 16:44:03 +00:00
semantic-release-bot
1a2605bd87
🔖 chore(release): v1.84.4 [skip ci]
...
### [Version 1.84.4](https://github.com/lobehub/lobe-chat/compare/v1.84.3...v1.84.4 )
<sup>Released on **2025-04-28**</sup>
#### 💄 Styles
- **misc**: Improve stdio mcp server install experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve stdio mcp server install experience, closes [#7621 ](https://github.com/lobehub/lobe-chat/issues/7621 ) ([177f7c2 ](https://github.com/lobehub/lobe-chat/commit/177f7c2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 16:42:56 +00:00
Arvin Xu
177f7c2938
💄 style: improve stdio mcp server install experience ( #7621 )
...
* fix mcp server
* fix mcp server
* fix
* add mcp drawer
* improve empty state
* add i18n
* improve
2025-04-29 00:29:17 +08:00
lobehubbot
8fbdaab14a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 15:33:43 +00:00
semantic-release-bot
8fa258d0ff
🔖 chore(release): v1.84.3 [skip ci]
...
### [Version 1.84.3](https://github.com/lobehub/lobe-chat/compare/v1.84.2...v1.84.3 )
<sup>Released on **2025-04-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix mcp server stdio spawn ENOENT in electron bundle, Fix mobile agent settings and textarea scroll, Remove `gpt-4o-search-preview` unsupported parameters.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix mcp server stdio spawn ENOENT in electron bundle, closes [#7616 ](https://github.com/lobehub/lobe-chat/issues/7616 ) ([e85d59b ](https://github.com/lobehub/lobe-chat/commit/e85d59b ))
* **misc**: Fix mobile agent settings and textarea scroll, closes [#7618 ](https://github.com/lobehub/lobe-chat/issues/7618 ) ([c45f2b0 ](https://github.com/lobehub/lobe-chat/commit/c45f2b0 ))
* **misc**: Remove `gpt-4o-search-preview` unsupported parameters, closes [#7586 ](https://github.com/lobehub/lobe-chat/issues/7586 ) ([d2060ca ](https://github.com/lobehub/lobe-chat/commit/d2060ca ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 15:32:27 +00:00
CanisMinor
c45f2b0293
🐛 fix: Fix mobile agent settings and textarea scroll ( #7618 )
...
* 🐛 fix: Fix mobile agent settings and textarea scroll
* 🐛 fix: Fix mobile agent setting
* 💄 style: Update settings style
* 💄 style: Fix provider header title on mobile
2025-04-28 23:18:48 +08:00
Arvin Xu
e85d59b62e
🐛 fix: fix mcp server stdio spawn ENOENT in electron bundle ( #7616 )
...
* fix mcp server
* fix mcp server
* fix
2025-04-28 22:01:41 +08:00
sxjeru
d2060caf14
🐛 fix: Remove gpt-4o-search-preview unsupported parameters ( #7586 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-28 21:53:46 +08:00
lobehubbot
f4192d48ae
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 11:45:00 +00:00
semantic-release-bot
e1f3525474
🔖 chore(release): v1.84.2 [skip ci]
...
### [Version 1.84.2](https://github.com/lobehub/lobe-chat/compare/v1.84.1...v1.84.2 )
<sup>Released on **2025-04-28**</sup>
#### 💄 Styles
- **mcp**: Support stdio env params.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **mcp**: Support stdio env params, closes [#7613 ](https://github.com/lobehub/lobe-chat/issues/7613 ) ([14ce360 ](https://github.com/lobehub/lobe-chat/commit/14ce360 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 11:43:55 +00:00
Arvin Xu
14ce360da0
💄 style(mcp): support stdio env params ( #7613 )
...
* support config env
* fix lm studio
* fix height
2025-04-28 19:30:14 +08:00
lobehubbot
c04a534166
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 10:46:50 +00:00
semantic-release-bot
13030acebe
🔖 chore(release): v1.84.1 [skip ci]
...
### [Version 1.84.1](https://github.com/lobehub/lobe-chat/compare/v1.84.0...v1.84.1 )
<sup>Released on **2025-04-28**</sup>
#### 💄 Styles
- **misc**: Improve hotkey for delete messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve hotkey for delete messages, closes [#7599 ](https://github.com/lobehub/lobe-chat/issues/7599 ) ([af848fc ](https://github.com/lobehub/lobe-chat/commit/af848fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 10:45:34 +00:00
Tardis
af848fc47c
💄 style: improve hotkey for delete messages ( #7599 )
2025-04-28 18:32:01 +08:00
lobehubbot
5cb3539fb8
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 08:44:20 +00:00
semantic-release-bot
2efbe7214f
🔖 chore(release): v1.84.0 [skip ci]
...
## [Version 1.84.0](https://github.com/lobehub/lobe-chat/compare/v1.83.8...v1.84.0 )
<sup>Released on **2025-04-28**</sup>
#### ✨ Features
- **misc**: Upgrade to lobe ui v2 with better design style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Upgrade to lobe ui v2 with better design style, closes [#7238 ](https://github.com/lobehub/lobe-chat/issues/7238 ) ([6913f70 ](https://github.com/lobehub/lobe-chat/commit/6913f70 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 08:43:14 +00:00
CanisMinor
6913f70633
✨ feat: upgrade to lobe ui v2 with better design style ( #7238 )
...
* ♻️ refactor: migrate to @lobehub/ui v2
* 🐛 fix: Fix form
* 💄 style: Update style
* 💄 style: Update form style
* ✅ test: Fix test
* 💄 style: Update actionbar style
* upgrade
* 💄 style: Update discover style
* 💄 style: Update ui
* 💄 style: Update darkmod
* 💄 style: Update style
* 🐛 fix: Fix review problem
* 💄 style: Fix mobile style
* 💄 style: Update modal style
* 💄 style: Update form
* 🔧 chore: Update i18n
* 💄 style: Fix preview style problem
* 🔧 chore: Update pkg
2025-04-28 16:29:41 +08:00
lobehubbot
64ef5e0407
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 03:21:28 +00:00
semantic-release-bot
013f3a7efa
🔖 chore(release): v1.83.8 [skip ci]
...
### [Version 1.83.8](https://github.com/lobehub/lobe-chat/compare/v1.83.7...v1.83.8 )
<sup>Released on **2025-04-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix cloud data sync.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix cloud data sync, closes [#7600 ](https://github.com/lobehub/lobe-chat/issues/7600 ) ([1214544 ](https://github.com/lobehub/lobe-chat/commit/1214544 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 03:20:21 +00:00
Arvin Xu
1214544a77
🐛 fix: fix cloud data sync ( #7600 )
...
* fix data sync not correctly
* try nightly build
* clean
* fix data refresh Interval throttle for desktop
* fix data refresh Interval throttle for desktop
2025-04-28 11:07:04 +08:00
lobehubbot
22944cab12
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 17:05:02 +00:00
semantic-release-bot
6a75a25e77
🔖 chore(release): v1.83.7 [skip ci]
...
### [Version 1.83.7](https://github.com/lobehub/lobe-chat/compare/v1.83.6...v1.83.7 )
<sup>Released on **2025-04-27**</sup>
#### 💄 Styles
- **misc**: Fix `doubao-1-5-thinking-pro-vision` endpoint calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix `doubao-1-5-thinking-pro-vision` endpoint calling, closes [#7478 ](https://github.com/lobehub/lobe-chat/issues/7478 ) ([a52f7d6 ](https://github.com/lobehub/lobe-chat/commit/a52f7d6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 17:03:54 +00:00
Zhijie He
a52f7d62b2
💄 style: fix doubao-1-5-thinking-pro-vision endpoint calling ( #7478 )
...
* 💄 style: fix `doubao-1-5-thinking-pro-vision` endpoint calling
* 🐛 fix: fix model id caps
2025-04-28 00:50:54 +08:00
Arvin Xu
48c79ad024
📝 docs: add desktop docs ( #7593 )
...
* add docs
* update docs
* add i18n
2025-04-27 21:44:18 +08:00
lobehubbot
660c0ec67e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 12:11:41 +00:00
semantic-release-bot
bcf39df51e
🔖 chore(release): v1.83.6 [skip ci]
...
### [Version 1.83.6](https://github.com/lobehub/lobe-chat/compare/v1.83.5...v1.83.6 )
<sup>Released on **2025-04-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop cloud sync issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop cloud sync issue, closes [#7591 ](https://github.com/lobehub/lobe-chat/issues/7591 ) ([1e68777 ](https://github.com/lobehub/lobe-chat/commit/1e68777 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 12:10:39 +00:00
Arvin Xu
1e68777067
🐛 fix: fix desktop cloud sync issue ( #7591 )
...
* fix cloud sync
* try to fix auto updater
2025-04-27 19:58:00 +08:00
lobehubbot
d719b26ef4
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 09:08:02 +00:00
semantic-release-bot
32d57a00ad
🔖 chore(release): v1.83.5 [skip ci]
...
### [Version 1.83.5](https://github.com/lobehub/lobe-chat/compare/v1.83.4...v1.83.5 )
<sup>Released on **2025-04-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop beta redirect uris.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop beta redirect uris, closes [#7589 ](https://github.com/lobehub/lobe-chat/issues/7589 ) ([9efdbf3 ](https://github.com/lobehub/lobe-chat/commit/9efdbf3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 09:06:56 +00:00
Arvin Xu
9efdbf36ec
🐛 fix: fix desktop beta redirect uris ( #7589 )
2025-04-27 16:53:53 +08:00
lobehubbot
b6efc2990c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 08:40:38 +00:00
semantic-release-bot
ed5b0afb25
🔖 chore(release): v1.83.4 [skip ci]
...
### [Version 1.83.4](https://github.com/lobehub/lobe-chat/compare/v1.83.3...v1.83.4 )
<sup>Released on **2025-04-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix cloud connection issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix cloud connection issue, closes [#7588 ](https://github.com/lobehub/lobe-chat/issues/7588 ) ([f572f57 ](https://github.com/lobehub/lobe-chat/commit/f572f57 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 08:39:34 +00:00
Arvin Xu
f572f57175
🐛 fix: fix cloud connection issue ( #7588 )
2025-04-27 16:26:41 +08:00
lobehubbot
40ef135236
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 08:01:54 +00:00
semantic-release-bot
92fb2b8acf
🔖 chore(release): v1.83.3 [skip ci]
...
### [Version 1.83.3](https://github.com/lobehub/lobe-chat/compare/v1.83.2...v1.83.3 )
<sup>Released on **2025-04-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 08:00:51 +00:00
Arvin Xu
9c0d87e817
👷 build: fix desktop beta release issue ( #7585 )
...
* try to fix publish
* fix
* fix release
* update
* fix build
2025-04-27 15:48:04 +08:00
lobehubbot
b665411810
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 06:46:46 +00:00
semantic-release-bot
48412b0194
🔖 chore(release): v1.83.2 [skip ci]
...
### [Version 1.83.2](https://github.com/lobehub/lobe-chat/compare/v1.83.1...v1.83.2 )
<sup>Released on **2025-04-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 06:45:39 +00:00
Arvin Xu
f3530613c0
👷 build: fix beta release ( #7582 )
...
* try to fix publish
* fix
2025-04-27 14:32:37 +08:00
lobehubbot
e84c9103be
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 05:34:12 +00:00
semantic-release-bot
a79bdf9c4b
🔖 chore(release): v1.83.1 [skip ci]
...
### [Version 1.83.1](https://github.com/lobehub/lobe-chat/compare/v1.83.0...v1.83.1 )
<sup>Released on **2025-04-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 05:33:03 +00:00
Arvin Xu
b22eb31e5e
👷 build: fix beta publish ( #7577 )
2025-04-27 13:19:34 +08:00
lobehubbot
aba9246d17
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 04:11:26 +00:00
semantic-release-bot
df7dd904c6
🔖 chore(release): v1.83.0 [skip ci]
...
## [Version 1.83.0](https://github.com/lobehub/lobe-chat/compare/v1.82.10...v1.83.0 )
<sup>Released on **2025-04-27**</sup>
#### ✨ Features
- **misc**: Support desktop release framework and workflow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support desktop release framework and workflow, closes [#6474 ](https://github.com/lobehub/lobe-chat/issues/6474 ) ([ed97363 ](https://github.com/lobehub/lobe-chat/commit/ed97363 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 04:10:15 +00:00
Arvin Xu
ed97363255
✨ feat: support desktop release framework and workflow ( #6474 )
...
* add desktop
fix build
update release desktop ci
improve desktop build for pr workflow
update desktop build workflow
test auto updater
fix
fix release nightly channel
support shortcut framework
improve nightly version rule
add zip release
only add mac publish
fix static file relative issue
support delete files
fix lint
enable asar
add setting open in editor in menu
add electron store framework and locale update flow
fix default searchFCModel
refactor the electron server ipc to stable mode
improve electron dev workflow
improve electron build workflow
make qwen2.5b default
improve comment workflow
fix types
refactor code
improve window size of settings/provider
路由拦截器v3.5
fix RouteIntercept issue
improve log
use productName in package.json
update
add pin list for feature flag
update
sure settings update
make ollama as default provider in desktop
fix desktop close page issue
fix desktop default variants
improve to reduce bundle
improve to reduce bundle again
improve set desktop version workflow
add nightly icons
add prebuild scripts to reduce package size
add to test prebuild
fix workflow
try to add sign and notarize for mac in workflow
try to add sign and notarize
add i18n for menu and main
update menu i18n
add i18n framework
add menu implement and setting
improve layout design for desktop
update Author
fix failed register protocol
fix prod building
fix tests
fix open error of mac and windows
improve lint
update pr comment
add service framework
add fileSearchService
improve
fix release workflow
add header
improve pr workflow fetch
improve client fetch
add linux upload workflow
improve workflow and implement
fix build electron in ci
build the desktop framework
fix build electron in ci
update tsconfig
fix desktop build workflow
finish desktop build workflow
fix workflow build steps
update workflow
test release workflow
refactor
update
update
improve loading state
refactor the 404 error
* 重构存储路径,统一到一个 lobehub-storage 下,方便未来用户自定义存储路径
* fix lint
* update
* try to fix windows open issue
* rename
* fix storage
* refactor the remote server sync
* refactor the request method
* 完成服务端同步实现逻辑
* fix lint
* save size
* refactor to make sure different instance of ipc channel
* clean log
* fix refresh
* fix tools calling
* fix auth callback issue
* update workflow
* add window ico
* push
* update
* add beta release
* fix update issue
* 完成官方实例链接
* fix
* fix stdio
2025-04-27 11:57:06 +08:00
lobehubbot
99b45f3245
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-26 17:48:57 +00:00
semantic-release-bot
3da95338d6
🔖 chore(release): v1.82.10 [skip ci]
...
### [Version 1.82.10](https://github.com/lobehub/lobe-chat/compare/v1.82.9...v1.82.10 )
<sup>Released on **2025-04-26**</sup>
#### 💄 Styles
- **misc**: Support `ernie-x1` & `ernie-4.5` series from Wenxin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support `ernie-x1` & `ernie-4.5` series from Wenxin, closes [#7504 ](https://github.com/lobehub/lobe-chat/issues/7504 ) ([9a4150c ](https://github.com/lobehub/lobe-chat/commit/9a4150c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-26 17:47:54 +00:00
Zhijie He
9a4150c789
💄 style: support ernie-x1 & ernie-4.5 series from Wenxin ( #7504 )
...
* 💄 style: support `ernie-x1-32k` model from Wenxin
* 💄 style: update model list
2025-04-27 01:35:05 +08:00
lobehubbot
f29e326a84
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-26 17:14:55 +00:00
semantic-release-bot
d6bd328a53
🔖 chore(release): v1.82.9 [skip ci]
...
### [Version 1.82.9](https://github.com/lobehub/lobe-chat/compare/v1.82.8...v1.82.9 )
<sup>Released on **2025-04-26**</sup>
#### 💄 Styles
- **misc**: Improve oidc OAuth workflow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve oidc OAuth workflow, closes [#7563 ](https://github.com/lobehub/lobe-chat/issues/7563 ) ([ccbe0af ](https://github.com/lobehub/lobe-chat/commit/ccbe0af ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-26 17:13:50 +00:00
Arvin Xu
ccbe0afb6c
💄 style: improve oidc OAuth workflow ( #7563 )
...
* improve oidc OAuth workflow
* fix suspense
* update i18n
2025-04-27 01:00:38 +08:00
lobehubbot
f6843e7d08
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-26 06:56:33 +00:00
semantic-release-bot
d75a3830be
🔖 chore(release): v1.82.8 [skip ci]
...
### [Version 1.82.8](https://github.com/lobehub/lobe-chat/compare/v1.82.7...v1.82.8 )
<sup>Released on **2025-04-26**</sup>
#### ♻ Code Refactoring
- **misc**: Improve categories selection via SearXNG.
#### 🐛 Bug Fixes
- **http-adapter**: Extract protocol from base URL and add headers.
- **misc**: Fix oidc redirect urls.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve categories selection via SearXNG, closes [#7550 ](https://github.com/lobehub/lobe-chat/issues/7550 ) ([ac0dcd9 ](https://github.com/lobehub/lobe-chat/commit/ac0dcd9 ))
#### What's fixed
* **http-adapter**: Extract protocol from base URL and add headers, closes [#7545 ](https://github.com/lobehub/lobe-chat/issues/7545 ) ([327fd9e ](https://github.com/lobehub/lobe-chat/commit/327fd9e ))
* **misc**: Fix oidc redirect urls, closes [#7558 ](https://github.com/lobehub/lobe-chat/issues/7558 ) ([3013a00 ](https://github.com/lobehub/lobe-chat/commit/3013a00 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-26 06:55:21 +00:00
Pollo3470
327fd9ed6b
🐛 fix(http-adapter): extract protocol from base URL and add headers ( #7545 )
2025-04-26 14:42:17 +08:00
Zhijie He
ac0dcd9338
♻️ refactor: improve categories selection via SearXNG ( #7550 )
2025-04-26 14:35:39 +08:00
Arvin Xu
3013a00832
🐛 fix: fix oidc redirect urls ( #7558 )
2025-04-26 14:34:17 +08:00
lobehubbot
961b9fc396
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-25 02:25:54 +00:00
semantic-release-bot
cbdd65874a
🔖 chore(release): v1.82.7 [skip ci]
...
### [Version 1.82.7](https://github.com/lobehub/lobe-chat/compare/v1.82.6...v1.82.7 )
<sup>Released on **2025-04-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Pwa-install cause mobile infinity scroll.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pwa-install cause mobile infinity scroll, closes [#7521 ](https://github.com/lobehub/lobe-chat/issues/7521 ) [#7408 ](https://github.com/lobehub/lobe-chat/issues/7408 ) ([39f5bc7 ](https://github.com/lobehub/lobe-chat/commit/39f5bc7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-25 02:24:48 +00:00
YuTengjing
39f5bc7aba
🐛 fix: pwa-install cause mobile infinity scroll ( #7521 )
...
* 🐛 fix: pwa-install cause mobile infinity scroll #7408
* 🐛 fix: use dismiss install pws still render pws-install
2025-04-25 10:11:59 +08:00
lobehubbot
52ad86629e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 18:23:26 +00:00
semantic-release-bot
b3b3d946b3
🔖 chore(release): v1.82.6 [skip ci]
...
### [Version 1.82.6](https://github.com/lobehub/lobe-chat/compare/v1.82.5...v1.82.6 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve stability of Cloudflare Workers AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve stability of Cloudflare Workers AI, closes [#7450 ](https://github.com/lobehub/lobe-chat/issues/7450 ) ([3e81e56 ](https://github.com/lobehub/lobe-chat/commit/3e81e56 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 18:22:20 +00:00
BrandonStudio
3e81e562f2
🐛 fix: Improve stability of Cloudflare Workers AI ( #7450 )
2025-04-25 02:09:12 +08:00
lobehubbot
728c9c0ffb
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 17:50:44 +00:00
semantic-release-bot
d7d5e6d4ea
🔖 chore(release): v1.82.5 [skip ci]
...
### [Version 1.82.5](https://github.com/lobehub/lobe-chat/compare/v1.82.4...v1.82.5 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Countries-and-timezones return invalid timezone.
#### 💄 Styles
- **misc**: Add avatar for server database upload to S3, removing SSO dependency for avatar management.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Countries-and-timezones return invalid timezone, closes [#7539 ](https://github.com/lobehub/lobe-chat/issues/7539 ) [#7518 ](https://github.com/lobehub/lobe-chat/issues/7518 ) [#7542 ](https://github.com/lobehub/lobe-chat/issues/7542 ) ([bdb44a8 ](https://github.com/lobehub/lobe-chat/commit/bdb44a8 ))
#### Styles
* **misc**: Add avatar for server database upload to S3, removing SSO dependency for avatar management, closes [#7152 ](https://github.com/lobehub/lobe-chat/issues/7152 ) ([f15200d ](https://github.com/lobehub/lobe-chat/commit/f15200d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 17:49:26 +00:00
Arvin Xu
99fc76b135
🔨 chore: fix tests ( #7546 )
2025-04-25 01:34:17 +08:00
renovate[bot]
8f9b221b34
Update dependency lucide-react to ^0.503.0 ( #7484 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 01:14:54 +08:00
YuTengjing
bdb44a83a7
🐛 fix: countries-and-timezones return invalid timezone ( #7539 )
...
* 🐛 fix: countries-and-timezones return invalid timezone #7518
* ✅ test: add unit test for src/utils/server/geo.ts (#7542 )
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
---------
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-04-24 23:45:19 +08:00
RICHQAQ
f15200d348
💄 style: Add avatar for server database upload to S3, removing SSO dependency for avatar management ( #7152 )
...
* ✨ feat: 添加服务端头像上传功能,支持从 Base64 数据上传至 S3,并更新用户头像状态
* 🐛 fix: 修复更新头像后依旧有可能显示旧头像
* Undo changes of package.json and Clerk
* change message of loading to ui of loading in avatar-update
* Using the getFullFileUrl function
* fix file service
* Modify the user avatar upload and retrieval functions to support a private S3 bucket, use UUID to generate unique file names, and delete the old avatar.
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-04-24 23:45:01 +08:00
lobehubbot
86dbd974cb
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 03:49:12 +00:00
semantic-release-bot
7f304df75c
🔖 chore(release): v1.82.4 [skip ci]
...
### [Version 1.82.4](https://github.com/lobehub/lobe-chat/compare/v1.82.3...v1.82.4 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix hydration error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix hydration error, closes [#7535 ](https://github.com/lobehub/lobe-chat/issues/7535 ) ([e130855 ](https://github.com/lobehub/lobe-chat/commit/e130855 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 03:48:08 +00:00
Arvin Xu
e130855d45
🐛 fix: fix hydration error ( #7535 )
...
* fix
* fix mcp type
* fix lint
2025-04-24 11:35:04 +08:00
lobehubbot
afe1f052aa
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 03:08:54 +00:00
semantic-release-bot
dd40f819c1
🔖 chore(release): v1.82.3 [skip ci]
...
### [Version 1.82.3](https://github.com/lobehub/lobe-chat/compare/v1.82.2...v1.82.3 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix openai tools calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix openai tools calling, closes [#7523 ](https://github.com/lobehub/lobe-chat/issues/7523 ) ([f43bd24 ](https://github.com/lobehub/lobe-chat/commit/f43bd24 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 03:07:50 +00:00
Arvin Xu
f43bd244c7
🐛 fix: fix openai tools calling ( #7523 )
2025-04-24 10:53:48 +08:00
lobehubbot
54bca47a29
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-23 18:50:00 +00:00
semantic-release-bot
eca2be67b3
🔖 chore(release): v1.82.2 [skip ci]
...
### [Version 1.82.2](https://github.com/lobehub/lobe-chat/compare/v1.82.1...v1.82.2 )
<sup>Released on **2025-04-23**</sup>
#### 💄 Styles
- **misc**: Improve stdio mcp form, Update the id of some OpenAI models in OpenRouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve stdio mcp form, closes [#7529 ](https://github.com/lobehub/lobe-chat/issues/7529 ) ([832b7c3 ](https://github.com/lobehub/lobe-chat/commit/832b7c3 ))
* **misc**: Update the id of some OpenAI models in OpenRouter, closes [#7524 ](https://github.com/lobehub/lobe-chat/issues/7524 ) ([39a3f5b ](https://github.com/lobehub/lobe-chat/commit/39a3f5b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-23 18:48:52 +00:00
Arvin Xu
832b7c3ee1
💄 style: improve stdio mcp form ( #7529 )
...
* improve stdio mcp form
* update
* update
* update i18n
* remove stdio paste with web mode
* remove stdio paste with web mode
* fix
* fix lint
* fix
2025-04-24 02:35:07 +08:00
Lumia
39a3f5b335
💄 style: Update the id of some OpenAI models in OpenRouter ( #7524 )
...
部分opanai的模型id前面缺少“openai/”
2025-04-24 00:26:36 +08:00
lobehubbot
f18f24e653
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-23 01:23:09 +00:00
semantic-release-bot
66dabc8bba
🔖 chore(release): v1.82.1 [skip ci]
...
### [Version 1.82.1](https://github.com/lobehub/lobe-chat/compare/v1.82.0...v1.82.1 )
<sup>Released on **2025-04-23**</sup>
#### 💄 Styles
- **misc**: Improve mcp server type select and fix refresh mcp manifest issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve mcp server type select and fix refresh mcp manifest issue, closes [#7517 ](https://github.com/lobehub/lobe-chat/issues/7517 ) ([53d8eac ](https://github.com/lobehub/lobe-chat/commit/53d8eac ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-23 01:21:59 +00:00
Arvin Xu
53d8eac3cf
💄 style: improve mcp server type select and fix refresh mcp manifest issue ( #7517 )
...
* improve experience
* fix mcp manifest refresh issue
* improve description
* improve style
* add stdio mcp plugin
* improve experience
* fix tests
* fix tests
2025-04-23 09:07:32 +08:00
Arvin Xu
5cdf0e2146
🔨 chore: pre-merge desktop implement ( #7516 )
...
* update locale
* update code
2025-04-23 00:54:22 +08:00
lobehubbot
cc5525aab9
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-22 16:41:10 +00:00
semantic-release-bot
0d93365b8d
🔖 chore(release): v1.82.0 [skip ci]
...
## [Version 1.82.0](https://github.com/lobehub/lobe-chat/compare/v1.81.9...v1.82.0 )
<sup>Released on **2025-04-22**</sup>
#### ✨ Features
- **misc**: Support Streamable HTTP MCP server.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support Streamable HTTP MCP server, closes [#7511 ](https://github.com/lobehub/lobe-chat/issues/7511 ) ([35129bb ](https://github.com/lobehub/lobe-chat/commit/35129bb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-22 16:40:03 +00:00
Arvin Xu
35129bb7c6
✨ feat: support Streamable HTTP MCP server ( #7511 )
...
* add mcp
* feat support streamable http
* revert
* update locale
* improve style
* improve experience
2025-04-23 00:26:33 +08:00
lobehubbot
c1844933ac
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 16:32:29 +00:00
semantic-release-bot
0e1ae3d141
🔖 chore(release): v1.81.9 [skip ci]
...
### [Version 1.81.9](https://github.com/lobehub/lobe-chat/compare/v1.81.8...v1.81.9 )
<sup>Released on **2025-04-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix search prompt.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix search prompt, closes [#7507 ](https://github.com/lobehub/lobe-chat/issues/7507 ) ([f55b7de ](https://github.com/lobehub/lobe-chat/commit/f55b7de ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 16:31:22 +00:00
Arvin Xu
f55b7dea2b
🐛 fix: fix search prompt ( #7507 )
...
* fix
* pre-merge local-file
* improve prompts
2025-04-22 00:17:58 +08:00
lobehubbot
3ae9fc4f09
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 16:09:52 +00:00
semantic-release-bot
0ad8d3e538
🔖 chore(release): v1.81.8 [skip ci]
...
### [Version 1.81.8](https://github.com/lobehub/lobe-chat/compare/v1.81.7...v1.81.8 )
<sup>Released on **2025-04-21**</sup>
#### 💄 Styles
- **misc**: Show token generate performance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Show token generate performance, closes [#6959 ](https://github.com/lobehub/lobe-chat/issues/6959 ) ([33c3fe7 ](https://github.com/lobehub/lobe-chat/commit/33c3fe7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 16:08:49 +00:00
Rylan Cai
33c3fe76c7
💄 style: show token generate performance ( #6959 )
...
* 💄 style: show token generate performance
* ✅ test: createTokenSpeedCalculator
* ✨ feat: add token speed for anthropic
* ✅ test: remove speed chunk in pplx
* ♻️ refactor: rename params
* 🎨 refactor: format codes
* ♻️ refactor: del log print
* 💄 style: add tooltips
* 🌐 i18n: tps, ttft
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-21 23:55:56 +08:00
lobehubbot
5b617889b7
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 04:27:22 +00:00
semantic-release-bot
1c4d1100a9
🔖 chore(release): v1.81.7 [skip ci]
...
### [Version 1.81.7](https://github.com/lobehub/lobe-chat/compare/v1.81.6...v1.81.7 )
<sup>Released on **2025-04-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Together.ai fetch model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Together.ai fetch model list, closes [#7498 ](https://github.com/lobehub/lobe-chat/issues/7498 ) ([bd797b8 ](https://github.com/lobehub/lobe-chat/commit/bd797b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 04:26:14 +00:00
YuTengjing
bd797b8f91
🐛 fix: together.ai fetch model list ( #7498 )
2025-04-21 12:13:05 +08:00
lobehubbot
76efb6c5b7
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 04:07:06 +00:00
semantic-release-bot
6986db3c3d
🔖 chore(release): v1.81.6 [skip ci]
...
### [Version 1.81.6](https://github.com/lobehub/lobe-chat/compare/v1.81.5...v1.81.6 )
<sup>Released on **2025-04-21**</sup>
#### 💄 Styles
- **misc**: Add hotkey for clear chat messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add hotkey for clear chat messages, closes [#7457 ](https://github.com/lobehub/lobe-chat/issues/7457 ) [#7319 ](https://github.com/lobehub/lobe-chat/issues/7319 ) ([28d92e6 ](https://github.com/lobehub/lobe-chat/commit/28d92e6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 04:05:57 +00:00
YuTengjing
28d92e67cd
💄 style: add hotkey for clear chat messages ( #7457 )
...
* ⬆️ chore: upgrade @lobehub/ui to 1.171.0
* ✨ feat: add hotkey for clear chat messages #7319
* 👷 build: format locales after lobe-i18n
* 📝 docs: lobe-i18n update locales
* ♻️ chore: change clear current messages shortcut to option + backspace
2025-04-21 11:05:03 +08:00
Arvin Xu
38b17cf0a6
🔨 chore: add mcp client modules ( #7494 )
...
* add mcp client implement
* fix tests
2025-04-21 00:54:23 +08:00
lobehubbot
077b68928e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-20 08:36:43 +00:00
semantic-release-bot
f0724389b2
🔖 chore(release): v1.81.5 [skip ci]
...
### [Version 1.81.5](https://github.com/lobehub/lobe-chat/compare/v1.81.4...v1.81.5 )
<sup>Released on **2025-04-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Lock nextauth to beta.25.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Lock nextauth to beta.25, closes [#7491 ](https://github.com/lobehub/lobe-chat/issues/7491 ) ([d1fd40d ](https://github.com/lobehub/lobe-chat/commit/d1fd40d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-20 08:35:37 +00:00
Rylan Cai
d1fd40d3ef
📌 fix: lock nextauth to beta.25 ( #7491 )
2025-04-20 16:22:51 +08:00
Arvin Xu
769440662d
🔨 chore: add file-loaders modules ( #7488 )
...
* update i18n model
* add @file-loaders modules
* fix test
* fix test
* add test pdf
* fix tests
2025-04-20 14:08:32 +08:00
lobehubbot
1dfd1da63e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-19 06:24:48 +00:00
semantic-release-bot
128de22d36
🔖 chore(release): v1.81.4 [skip ci]
...
### [Version 1.81.4](https://github.com/lobehub/lobe-chat/compare/v1.81.3...v1.81.4 )
<sup>Released on **2025-04-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Gemini error `Tool use with function calling is unsupported`.
#### 💄 Styles
- **misc**: Support update tool calling params and trigger again.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Gemini error `Tool use with function calling is unsupported`, closes [#7463 ](https://github.com/lobehub/lobe-chat/issues/7463 ) ([0567095 ](https://github.com/lobehub/lobe-chat/commit/0567095 ))
#### Styles
* **misc**: Support update tool calling params and trigger again, closes [#7476 ](https://github.com/lobehub/lobe-chat/issues/7476 ) ([0085e63 ](https://github.com/lobehub/lobe-chat/commit/0085e63 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-19 06:23:41 +00:00
sxjeru
0567095b5d
🐛 fix: Gemini error Tool use with function calling is unsupported ( #7463 )
...
* Update index.ts
* Update index.ts
* Update index.ts
2025-04-19 14:13:48 +08:00
Arvin Xu
0085e639b8
💄 style: support update tool calling params and trigger again ( #7476 )
...
* update client ipc
* test web prebuild
* update i18n
* support update tools calling params
* add local files tools
* fix docker build flow
* fix suspense
2025-04-19 14:13:09 +08:00
lobehubbot
bf84acb233
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-19 06:00:29 +00:00
semantic-release-bot
d6bc13b105
🔖 chore(release): v1.81.3 [skip ci]
...
### [Version 1.81.3](https://github.com/lobehub/lobe-chat/compare/v1.81.2...v1.81.3 )
<sup>Released on **2025-04-19**</sup>
#### 💄 Styles
- **misc**: Update GitHub & Cloudflare models, Update Google models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update GitHub & Cloudflare models, closes [#7453 ](https://github.com/lobehub/lobe-chat/issues/7453 ) ([4f34a62 ](https://github.com/lobehub/lobe-chat/commit/4f34a62 ))
* **misc**: Update Google models, closes [#7456 ](https://github.com/lobehub/lobe-chat/issues/7456 ) ([3199f69 ](https://github.com/lobehub/lobe-chat/commit/3199f69 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-19 05:59:21 +00:00
柴米油盐的梦想
4f34a62fc1
💄 style: Update GitHub & Cloudflare models ( #7453 )
...
* 💄 style: Add GitHub models
* 💄 style: Add Cloudflare models
* 💄 style: Add GitHub models
* 💄 style: Add MAI-DS-R1 for GitHub models
* 💄 style: Update Cloudflare models
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-19 13:49:34 +08:00
Lumia
3199f69fb4
💄 style: Update Google models ( #7456 )
...
* Update google.ts
新增Gemini 2.5 Flash 预览版 04-17模型
* Update price
2025-04-19 13:49:26 +08:00
lobehubbot
5484c0291a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-18 05:44:10 +00:00
semantic-release-bot
6e74ee85e9
🔖 chore(release): v1.81.2 [skip ci]
...
### [Version 1.81.2](https://github.com/lobehub/lobe-chat/compare/v1.81.1...v1.81.2 )
<sup>Released on **2025-04-18**</sup>
#### 💄 Styles
- **misc**: Allow folding SystemRole box.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow folding SystemRole box, closes [#7421 ](https://github.com/lobehub/lobe-chat/issues/7421 ) ([c147df7 ](https://github.com/lobehub/lobe-chat/commit/c147df7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-18 05:43:02 +00:00
sxjeru
c147df768e
💄 style: Allow folding SystemRole box ( #7421 )
...
* ✨ feat(SystemRole): add expandable feature and improve sidebar header interaction
* ✨ feat(SystemRole): local persistence
* ✨ feat(SystemRole): improve style handling and event typing in SystemRoleContent
2025-04-18 10:44:42 +08:00
lobehubbot
1009330a04
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-18 02:08:45 +00:00
semantic-release-bot
b1c29bc10d
🔖 chore(release): v1.81.1 [skip ci]
...
### [Version 1.81.1](https://github.com/lobehub/lobe-chat/compare/v1.81.0...v1.81.1 )
<sup>Released on **2025-04-18**</sup>
#### 💄 Styles
- **misc**: Add `SenseNova-V6` series & `SenseChat-Vision` support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `SenseNova-V6` series & `SenseChat-Vision` support, closes [#7439 ](https://github.com/lobehub/lobe-chat/issues/7439 ) ([9c8597f ](https://github.com/lobehub/lobe-chat/commit/9c8597f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-18 02:07:38 +00:00
Zhijie He
9c8597ffc0
💄 style: add SenseNova-V6 series & SenseChat-Vision support ( #7439 )
2025-04-18 09:57:36 +08:00
lobehubbot
ced357570a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-17 15:58:12 +00:00
semantic-release-bot
5d9ea3b389
🔖 chore(release): v1.81.0 [skip ci]
...
## [Version 1.81.0](https://github.com/lobehub/lobe-chat/compare/v1.80.5...v1.81.0 )
<sup>Released on **2025-04-17**</sup>
#### ✨ Features
- **misc**: Support search1api as search provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support search1api as search provider, closes [#7449 ](https://github.com/lobehub/lobe-chat/issues/7449 ) ([2738cac ](https://github.com/lobehub/lobe-chat/commit/2738cac ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-17 15:57:07 +00:00
Arvin Xu
2738cacd46
✨ feat: support search1api as search provider ( #7449 )
...
* refactor search service
* refactor search service
* improve url rules
* update packages
* refactor to uniform the search interface
* fix tests
* refactor the search params
* add plugin state
* improve
* fix test
* fix test
* fix test
2025-04-17 23:47:04 +08:00
lobehubbot
2ceb274458
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-17 15:12:14 +00:00
semantic-release-bot
801fab177b
🔖 chore(release): v1.80.5 [skip ci]
...
### [Version 1.80.5](https://github.com/lobehub/lobe-chat/compare/v1.80.4...v1.80.5 )
<sup>Released on **2025-04-17**</sup>
#### 💄 Styles
- **misc**: Update 360 AI & Taichu & AI21 model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update 360 AI & Taichu & AI21 model list, closes [#7443 ](https://github.com/lobehub/lobe-chat/issues/7443 ) ([60c9ae2 ](https://github.com/lobehub/lobe-chat/commit/60c9ae2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-17 15:11:06 +00:00
Zhijie He
60c9ae2be9
💄 style: update 360 AI & Taichu & AI21 model list ( #7443 )
...
* 💄 style: update 360 AI & Taichu model list
* 💄 style: update Github Models list
* 💄 style: update Ai21 model list & fix ci error
* 💄 style: update GitHub models
* 🔨 chore: rollback changes for GitHub
2025-04-17 23:00:58 +08:00
lobehubbot
eb7e1ea57e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-17 13:41:12 +00:00
semantic-release-bot
5289763e1a
🔖 chore(release): v1.80.4 [skip ci]
...
### [Version 1.80.4](https://github.com/lobehub/lobe-chat/compare/v1.80.3...v1.80.4 )
<sup>Released on **2025-04-17**</sup>
#### 💄 Styles
- **misc**: Add o3/o4-mini models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add o3/o4-mini models, closes [#7448 ](https://github.com/lobehub/lobe-chat/issues/7448 ) ([3fdba72 ](https://github.com/lobehub/lobe-chat/commit/3fdba72 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-17 13:40:06 +00:00
sxjeru
3fdba72f00
💄 style: Add o3/o4-mini models ( #7448 )
...
* Update openai.ts
* Update azure.ts
* Update azureai.ts
* Update openrouter.ts
* Update openrouter.ts
* Update openrouter.ts
* Update github.ts
* Update groq.ts
* Update cohere.ts
* Update volcengine.ts
2025-04-17 21:29:51 +08:00
lobehubbot
b6d2c31e17
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 15:33:48 +00:00
semantic-release-bot
03c39997c1
🔖 chore(release): v1.80.3 [skip ci]
...
### [Version 1.80.3](https://github.com/lobehub/lobe-chat/compare/v1.80.2...v1.80.3 )
<sup>Released on **2025-04-16**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to get user info from api.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to get user info from api, closes [#7444 ](https://github.com/lobehub/lobe-chat/issues/7444 ) ([4c1fb4a ](https://github.com/lobehub/lobe-chat/commit/4c1fb4a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 15:32:41 +00:00
Arvin Xu
4c1fb4a084
♻️ refactor: refactor to get user info from api ( #7444 )
...
* support get user info from api
* fix
* Update client.ts
2025-04-16 23:21:55 +08:00
Arvin Xu
4006721bff
🔨 chore: fix oidc provider proxy issue with host deployment ( #7430 )
...
* set provider proxy to true
* try to fix
* fix
2025-04-16 15:41:00 +08:00
lobehubbot
bb25d542bc
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 04:32:27 +00:00
semantic-release-bot
8fc7cad6a6
🔖 chore(release): v1.80.2 [skip ci]
...
### [Version 1.80.2](https://github.com/lobehub/lobe-chat/compare/v1.80.1...v1.80.2 )
<sup>Released on **2025-04-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Update default file embedding model info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update default file embedding model info, closes [#7425 ](https://github.com/lobehub/lobe-chat/issues/7425 ) ([1c6faba ](https://github.com/lobehub/lobe-chat/commit/1c6faba ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 04:31:13 +00:00
huangkairan
1c6fabad72
🐛 fix: update default file embedding model info ( #7425 )
2025-04-16 12:21:05 +08:00
Arvin Xu
f1e799df3b
🔨 chore: add oidc auth for lambda route ( #7426 )
...
* add extractBearerToken utils
* add oidc auth
* improve debug log
* fix tests
* fix tests
* improve first party oauth
2025-04-16 12:20:29 +08:00
sxjeru
81d9bf33ee
💄 style: Add Llama 4 & other latest models ( #7345 )
...
* Update Checker.tsx
* fix
* finally
* Update novita.ts
* Update groq.ts
* Update google.ts
* Update volcengine.ts
* Update azure.ts
* Update azureai.ts
* Update azureai.ts
* Update novita.ts
* Update azureai.ts
* Update moonshot.ts
* fix devcontainer.json
* fix test
* Update stepfun.ts
* Update novita.ts
* Update zhipu.ts
* Update tencentcloud.ts
* Update hunyuan.ts
* Update zhipu.ts
* Update azure.ts
* Update azureai.ts
* update devcontainer.json
* Update siliconcloud.ts
2025-04-16 11:36:37 +08:00
lobehubbot
edc3d2aa83
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 02:52:23 +00:00
semantic-release-bot
cbb7ff9d18
🔖 chore(release): v1.80.1 [skip ci]
...
### [Version 1.80.1](https://github.com/lobehub/lobe-chat/compare/v1.80.0...v1.80.1 )
<sup>Released on **2025-04-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix model support file and image logic.
#### 💄 Styles
- **misc**: Add `step-r1` & `glm-z1` model fetch support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix model support file and image logic, closes [#7387 ](https://github.com/lobehub/lobe-chat/issues/7387 ) ([4d26885 ](https://github.com/lobehub/lobe-chat/commit/4d26885 ))
#### Styles
* **misc**: Add `step-r1` & `glm-z1` model fetch support, closes [#7420 ](https://github.com/lobehub/lobe-chat/issues/7420 ) ([4055840 ](https://github.com/lobehub/lobe-chat/commit/4055840 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 02:51:10 +00:00
vual
4d26885a43
🐛 fix: fix model support file and image logic ( #7387 )
2025-04-16 10:41:10 +08:00
Zhijie He
4055840659
💄 style: add step-r1 & glm-z1 model fetch support ( #7420 )
...
* 💄 style: support `step-r1` series reasoning tag
* 💄 style: support glm-z1 series reasoning tag
* 🐛 fix: fix model fetch error from Zhipu
2025-04-16 10:40:05 +08:00
YuTengjing
0bac348a29
🚚 docs: replace old development doc with new version ( #7423 )
2025-04-16 10:38:02 +08:00
lobehubbot
56952021de
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 02:14:52 +00:00
semantic-release-bot
d58260fb01
🔖 chore(release): v1.80.0 [skip ci]
...
## [Version 1.80.0](https://github.com/lobehub/lobe-chat/compare/v1.79.10...v1.80.0 )
<sup>Released on **2025-04-16**</sup>
#### ♻ Code Refactoring
- **misc**: Rename new feature development doc to mdx, some code optimization.
#### ✨ Features
- **misc**: Opening settings copyright i18n, regenerate migrate sql for new agent opening settings.
#### 🐛 Bug Fixes
- **misc**: Opening questions should should be hidden when no setted, opening settings migration type error.
#### 💄 Styles
- **misc**: Opening message container add border.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Rename new feature development doc to mdx ([892a347 ](https://github.com/lobehub/lobe-chat/commit/892a347 ))
* **misc**: Some code optimization ([47e04fa ](https://github.com/lobehub/lobe-chat/commit/47e04fa ))
#### What's improved
* **misc**: Opening settings copyright i18n ([27c5b45 ](https://github.com/lobehub/lobe-chat/commit/27c5b45 ))
* **misc**: Regenerate migrate sql for new agent opening settings ([961d6a1 ](https://github.com/lobehub/lobe-chat/commit/961d6a1 ))
#### What's fixed
* **misc**: Opening questions should should be hidden when no setted ([211ee5e ](https://github.com/lobehub/lobe-chat/commit/211ee5e ))
* **misc**: Opening settings migration type error ([72cf00e ](https://github.com/lobehub/lobe-chat/commit/72cf00e ))
#### Styles
* **misc**: Opening message container add border ([63b96c7 ](https://github.com/lobehub/lobe-chat/commit/63b96c7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 02:13:46 +00:00
YuTengjing
a64746a5a0
Merge pull request #7382 from lobehub/tj/feat/guide-message
...
✨ feat: agent opening settings
2025-04-16 10:03:58 +08:00
YuTengjing
892a347c79
🚚 refactor: rename new feature development doc to mdx
2025-04-15 17:49:04 +08:00
YuTengjing
9097aba9e3
📝 docs: add new feature development doc
2025-04-15 17:39:52 +08:00
lobehubbot
5f603be878
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-15 03:28:27 +00:00
semantic-release-bot
ada7b23528
🔖 chore(release): v1.79.10 [skip ci]
...
### [Version 1.79.10](https://github.com/lobehub/lobe-chat/compare/v1.79.9...v1.79.10 )
<sup>Released on **2025-04-15**</sup>
#### 💄 Styles
- **misc**: Make gpt-4.1-mini default model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Make gpt-4.1-mini default model, closes [#7414 ](https://github.com/lobehub/lobe-chat/issues/7414 ) ([724fcee ](https://github.com/lobehub/lobe-chat/commit/724fcee ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-15 03:27:23 +00:00
Arvin Xu
724fcee10a
💄 style: make gpt-4.1-mini default model ( #7414 )
...
* update default model to gpt-4.1-mini
* fix test
* fix test
2025-04-15 11:17:14 +08:00
lobehubbot
0dc2e8f970
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-15 02:31:33 +00:00
semantic-release-bot
ced3b5a1fb
🔖 chore(release): v1.79.9 [skip ci]
...
### [Version 1.79.9](https://github.com/lobehub/lobe-chat/compare/v1.79.8...v1.79.9 )
<sup>Released on **2025-04-15**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor trpc to have a clear obligation.
#### 💄 Styles
- **misc**: Add GPT-4.1 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor trpc to have a clear obligation, closes [#7412 ](https://github.com/lobehub/lobe-chat/issues/7412 ) ([01c0120 ](https://github.com/lobehub/lobe-chat/commit/01c0120 ))
#### Styles
* **misc**: Add GPT-4.1 models, closes [#7410 ](https://github.com/lobehub/lobe-chat/issues/7410 ) ([3c4d7df ](https://github.com/lobehub/lobe-chat/commit/3c4d7df ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-15 02:30:25 +00:00
YuTengjing
47e04fa171
♻️ refactor: some code optimization
2025-04-15 10:28:24 +08:00
sxjeru
3c4d7dff75
💄 style: Add GPT-4.1 models ( #7410 )
...
* Update openai.ts
* Update openai.ts
* Update openai.ts
2025-04-15 10:20:34 +08:00
Arvin Xu
01c0120ab2
♻️ refactor: refactor trpc to have a clear obligation ( #7412 )
...
* refactor trpc
* refactor trpc folder
* improve test
* improve code
* improve code
2025-04-15 10:18:37 +08:00
Arvin Xu
5425068913
🔨 chore: improve OIDC code challenge workflow ( #7397 )
...
* improve code
* improve code
* fix auth route issue
* fix Interaction not find Session
* fix all flow
* fix error
* refactor
* fix oidc token flow
* fix oidc token flow
* update i18n
* improve auth page
* fix test
* fix test
* refactor components
2025-04-14 22:46:12 +08:00
YuTengjing
27c5b45a0e
🌐 feat: opening settings copyright i18n
2025-04-14 19:59:19 +08:00
YuTengjing
64d23f4c38
✅ test: update snapshots
2025-04-14 16:11:58 +08:00
YuTengjing
63b96c7e43
💄 style: opening message container add border
2025-04-14 15:52:11 +08:00
YuTengjing
211ee5e1fe
🐛 fix: opening questions should should be hidden when no setted
2025-04-14 12:16:32 +08:00
YuTengjing
961d6a1673
✨ feat: regenerate migrate sql for new agent opening settings
2025-04-14 12:02:10 +08:00
YuTengjing
6002e823e2
Merge branch 'main' of github.com:lobehub/lobe-chat into tj/feat/guide-message
2025-04-14 11:34:06 +08:00
YuTengjing
72cf00e52e
🐛 fix: opening settings migration type error
2025-04-14 11:24:29 +08:00
lobehubbot
f3d5d40512
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-12 17:00:50 +00:00
semantic-release-bot
21f97c5f27
🔖 chore(release): v1.79.8 [skip ci]
...
### [Version 1.79.8](https://github.com/lobehub/lobe-chat/compare/v1.79.7...v1.79.8 )
<sup>Released on **2025-04-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix Azure OpenAI unable to process image messages in local s3.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix Azure OpenAI unable to process image messages in local s3, closes [#7385 ](https://github.com/lobehub/lobe-chat/issues/7385 ) ([c98c0f8 ](https://github.com/lobehub/lobe-chat/commit/c98c0f8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-12 16:59:43 +00:00
Zwlin
c98c0f8c08
🐛 fix: fix Azure OpenAI unable to process image messages in local s3 ( #7385 )
2025-04-13 00:49:45 +08:00
Arvin Xu
b12b24018e
🔨 chore: add OAuth 2.0 and OIDC core implement ( #7380 )
...
* add oidc implement
* add oidc implement
* update
* update
* migration db
* improve
* improve scripts
* update
* 解决 auth 302 跳转的问题
* 完成 policy 实现调试
* improve middleware log
* 初步完成 auth 授权实现
* 初步完成 auth 授权实现
* fix adapter
* add adapter tests
* refactor with http adapter
* refactor for oidc service
* finish oauth 授权基础实现
* 区分 backend 入口与 client 页面入口
* add i18n
* update db schema
* fix lint
* improve
* fix tests and update i18n
* improve db adaptor
* fix tests
* fix tests
* fix tests
2025-04-13 00:49:31 +08:00
YuTengjing
a614e3e53d
feat: agent opening settings
2025-04-12 10:29:09 +08:00
lobehubbot
3014dfcc16
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-11 04:51:31 +00:00
semantic-release-bot
a5694814e4
🔖 chore(release): v1.79.7 [skip ci]
...
### [Version 1.79.7](https://github.com/lobehub/lobe-chat/compare/v1.79.6...v1.79.7 )
<sup>Released on **2025-04-11**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor hotkey import to avoid db generate error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor hotkey import to avoid db generate error, closes [#7374 ](https://github.com/lobehub/lobe-chat/issues/7374 ) ([b91e4c2 ](https://github.com/lobehub/lobe-chat/commit/b91e4c2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-11 04:50:26 +00:00
Arvin Xu
b91e4c23c8
♻️ refactor: refactor hotkey import to avoid db generate error ( #7374 )
2025-04-11 12:40:33 +08:00
Arvin Xu
e233416b38
🔨 chore: improve summary history tracing ( #7372 )
...
* 优化 summary History 性能
* fix
* add online search document
2025-04-11 11:50:59 +08:00
lobehubbot
b0c2e2f222
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-11 03:48:31 +00:00
semantic-release-bot
5d15e3f321
🔖 chore(release): v1.79.6 [skip ci]
...
### [Version 1.79.6](https://github.com/lobehub/lobe-chat/compare/v1.79.5...v1.79.6 )
<sup>Released on **2025-04-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `grok-3-mini` series calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `grok-3-mini` series calling, closes [#7371 ](https://github.com/lobehub/lobe-chat/issues/7371 ) ([523c605 ](https://github.com/lobehub/lobe-chat/commit/523c605 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-11 03:47:16 +00:00
Zhijie He
523c605a3b
🐛 fix: fix grok-3-mini series calling ( #7371 )
2025-04-11 11:36:21 +08:00
TianLun Song
871b205bab
📝 docs: add online-search documents ( #7365 )
...
* Create searx.mdx
* ass searxng json output
* Update searx.mdx
* Rename searx.mdx to online-search.zh-CN.mdx
2025-04-11 10:17:00 +08:00
lobehubbot
75577ef629
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-10 17:22:10 +00:00
semantic-release-bot
bd58658d6e
🔖 chore(release): v1.79.5 [skip ci]
...
### [Version 1.79.5](https://github.com/lobehub/lobe-chat/compare/v1.79.4...v1.79.5 )
<sup>Released on **2025-04-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix langfuse intergation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix langfuse intergation, closes [#7367 ](https://github.com/lobehub/lobe-chat/issues/7367 ) ([22b5236 ](https://github.com/lobehub/lobe-chat/commit/22b5236 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-10 17:21:06 +00:00
Arvin Xu
22b52362b2
🐛 fix: fix langfuse intergation ( #7367 )
...
* improve test
* refactor langfuse integration
* improve langfuse integration
* fix tests
2025-04-11 01:11:01 +08:00
lobehubbot
e5054d03eb
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-10 04:52:47 +00:00
semantic-release-bot
5c2e347e30
🔖 chore(release): v1.79.4 [skip ci]
...
### [Version 1.79.4](https://github.com/lobehub/lobe-chat/compare/v1.79.3...v1.79.4 )
<sup>Released on **2025-04-10**</sup>
#### 💄 Styles
- **misc**: Update Grok 3 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Grok 3 models, closes [#7360 ](https://github.com/lobehub/lobe-chat/issues/7360 ) ([d2b9120 ](https://github.com/lobehub/lobe-chat/commit/d2b9120 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-10 04:51:41 +00:00
sxjeru
d2b91206f3
💄 style: Update Grok 3 models ( #7360 )
2025-04-10 12:41:44 +08:00
lobehubbot
50b93c8386
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-10 03:16:27 +00:00
semantic-release-bot
ebdd2280dd
🔖 chore(release): v1.79.3 [skip ci]
...
### [Version 1.79.3](https://github.com/lobehub/lobe-chat/compare/v1.79.2...v1.79.3 )
<sup>Released on **2025-04-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove Azure AI o3-mini unsupported parameters.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove Azure AI o3-mini unsupported parameters, closes [#7355 ](https://github.com/lobehub/lobe-chat/issues/7355 ) ([fe0711f ](https://github.com/lobehub/lobe-chat/commit/fe0711f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-10 03:15:20 +00:00
sxjeru
fe0711fe24
🐛 fix: Remove Azure AI o3-mini unsupported parameters ( #7355 )
...
* Update index.ts
* Update index.ts
* Update index.ts
2025-04-10 11:05:28 +08:00
Arvin Xu
f57f7af1b8
👷 build: add desktop workflow and pre-merge desktop code ( #7361 )
...
* add desktop workflow code
* add desktop relative code
* Update pr-release-body.js
2025-04-10 10:47:05 +08:00
Arvin Xu
88a7149a58
🔨 chore: upgrade nextjs@15.3.0 ( #7359 )
...
* upgrade nextjs
* just remove turbopack
2025-04-10 10:43:56 +08:00
lobehubbot
042f7a4bef
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 14:46:19 +00:00
semantic-release-bot
ae2580c6c8
🔖 chore(release): v1.79.2 [skip ci]
...
### [Version 1.79.2](https://github.com/lobehub/lobe-chat/compare/v1.79.1...v1.79.2 )
<sup>Released on **2025-04-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix env for Tencent Cloud & remove `deepseek-v3` series fc tag.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix env for Tencent Cloud & remove `deepseek-v3` series fc tag, closes [#7354 ](https://github.com/lobehub/lobe-chat/issues/7354 ) ([fe26d76 ](https://github.com/lobehub/lobe-chat/commit/fe26d76 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 14:45:11 +00:00
Zhijie He
fe26d76ff0
🐛 fix: fix env for Tencent Cloud & remove deepseek-v3 series fc tag ( #7354 )
...
* 🐛 fix: fix env for Tencent Cloud & remove `deepseek-v3` series fc tag
* 🔨 chore: cleanup code
2025-04-09 22:34:58 +08:00
lobehubbot
0f541515e6
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 14:11:43 +00:00
semantic-release-bot
b781cee82d
🔖 chore(release): v1.79.1 [skip ci]
...
### [Version 1.79.1](https://github.com/lobehub/lobe-chat/compare/v1.79.0...v1.79.1 )
<sup>Released on **2025-04-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix xAI API calling, not support `stream_options`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix xAI API calling, not support `stream_options`, closes [#7353 ](https://github.com/lobehub/lobe-chat/issues/7353 ) ([cc0680d ](https://github.com/lobehub/lobe-chat/commit/cc0680d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 14:10:32 +00:00
Zhijie He
cc0680d645
🐛 fix: fix xAI API calling, not support stream_options ( #7353 )
...
* 🐛 fix: fix xAI API calling, not support `stream_options`
* 🐛 fix: try to fix ci error
2025-04-09 21:59:16 +08:00
lobehubbot
c9f451762c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 12:39:45 +00:00
semantic-release-bot
a04c39cc9a
🔖 chore(release): v1.79.0 [skip ci]
...
## [Version 1.79.0](https://github.com/lobehub/lobe-chat/compare/v1.78.0...v1.79.0 )
<sup>Released on **2025-04-09**</sup>
#### ✨ Features
- **misc**: Add wiki migrate instructions.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add wiki migrate instructions ([8279340 ](https://github.com/lobehub/lobe-chat/commit/8279340 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 12:38:38 +00:00
YuTengjing
b6d6af80d9
Merge pull request #7352 from lobehub/tj/fix/development-docs
...
Some final work of contributing docs migration
2025-04-09 20:28:39 +08:00
YuTengjing
778912363e
📝 docs: some markdown format optimization
2025-04-09 20:26:39 +08:00
YuTengjing
6d22583d9c
📝 docs: remove table of contents from documentation files
2025-04-09 20:14:57 +08:00
YuTengjing
8279340f8a
✨ feat: add wiki migrate instructions
2025-04-09 20:14:57 +08:00
YuTengjing
2e763f808c
♻️ chore: update database schema docs path from developer to development
2025-04-09 20:14:57 +08:00
YuTengjing
bab38e0bcc
📝 docs: move contributing docs to docs/development and deploy to lobehub ( #7349 )
...
* 🗑️ chore: remove unused helpers folder
* 📝 docs: Update Lobe Chat API to latest architecture
* 📝 docs: Update contributing guidelines to include style checking section and improve clarity
* 📝 docs: Update application description from "AI conversation" to "AI chat" for clarity in architecture documentation
* 📝 docs: Update State Management introduction to clarify merging process in useSessionStore hook
* 📝 docs: optimize content order
* ♻️ docs: move contributing folder to docs/development
* 📝 docs: unify TOC header format and fix relative links
* ♻️ docs: rename docs/development from md to mdx
* 📝 docs: remove useless .mdx extension in page link
* 📝 docs: fix relative links
* ➖ chore: remove useless wiki-sync workflow
2025-04-09 19:17:12 +08:00
lobehubbot
0ba30476bd
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 08:38:29 +00:00
semantic-release-bot
e0db5dfd82
🔖 chore(release): v1.78.0 [skip ci]
...
## [Version 1.78.0](https://github.com/lobehub/lobe-chat/compare/v1.77.18...v1.78.0 )
<sup>Released on **2025-04-09**</sup>
#### ✨ Features
- **misc**: Add Keycloak SSO provider support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Keycloak SSO provider support, closes [#7342 ](https://github.com/lobehub/lobe-chat/issues/7342 ) ([f739425 ](https://github.com/lobehub/lobe-chat/commit/f739425 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 08:37:25 +00:00
0xff26b9a8
f739425191
✨ feat: Add Keycloak SSO provider support ( #7342 )
...
* ✨ feat: Add Keycloak SSO provider support
- Implemented Keycloak authentication flow
- Added configuration options for Keycloak server
* 🔥 chore: remove unused environment variables
- Removed deprecated configuration options
* 📝 docs: add documentation for Keycloak SSO provider
- Added setup instructions for Keycloak integration
- Documented required environment variables
- Updated main SSO documentation to include Keycloak option
* 🔍 fix: correct documentation issues and remove redundant comments
- Fixed formatting in Keycloak SSO documentation
- Removed outdated comments in authentication code
2025-04-09 16:27:02 +08:00
lobehubbot
d5539dee26
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 04:54:32 +00:00
semantic-release-bot
896c3f1df9
🔖 chore(release): v1.77.18 [skip ci]
...
### [Version 1.77.18](https://github.com/lobehub/lobe-chat/compare/v1.77.17...v1.77.18 )
<sup>Released on **2025-04-09**</sup>
#### 💄 Styles
- **misc**: Add `time_range` & `categories` support for SearXNG.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `time_range` & `categories` support for SearXNG, closes [#6813 ](https://github.com/lobehub/lobe-chat/issues/6813 ) ([9e4cd8c ](https://github.com/lobehub/lobe-chat/commit/9e4cd8c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 04:53:25 +00:00
Zhijie He
9e4cd8cbe5
💄 style: add time_range & categories support for SearXNG ( #6813 )
...
* ✨ feat: add time_range support for SearXNG
* ♻️ refactor: refactor SearXNG params
* ♻️ refactor: refactor search retry logic
* ✨ feat: add `categories` support for SearXNG
* 🔨 chore: update system prompt
* 🐛 fix: fix build error
* 💄 style: optimize CategoryAvatar display
* 💄 style: update CategoryAvatar style
* 🔨 chore: update system prompt
* 🔨 chore: add `img_src` to SearchContent
* 🔨 chore: support more details info, `publishedDate`, `thumbnail`
* 🐛 fix: fix ci error
* 🔨 chore: update system prompt
* 💄 style: improve mobile view, if engines is empty
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-09 10:22:08 +08:00
YuTengjing
d60f7f531a
📝 docs: improve contributing docs ( #7335 )
...
* 🗑️ chore: remove unused helpers folder
* 📝 docs: Update Lobe Chat API to latest architecture
* 📝 docs: Update contributing guidelines to include style checking section and improve clarity
* 📝 docs: Update application description from "AI conversation" to "AI chat" for clarity in architecture documentation
* 📝 docs: Update State Management introduction to clarify merging process in useSessionStore hook
* 📝 docs: optimize content order
2025-04-08 22:23:16 +08:00
lobehubbot
a1aa0547b2
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-08 05:45:53 +00:00
semantic-release-bot
ce1f276d5c
🔖 chore(release): v1.77.17 [skip ci]
...
### [Version 1.77.17](https://github.com/lobehub/lobe-chat/compare/v1.77.16...v1.77.17 )
<sup>Released on **2025-04-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Refactor ollama pull flow and model service.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refactor ollama pull flow and model service, closes [#7330 ](https://github.com/lobehub/lobe-chat/issues/7330 ) ([44d63b8 ](https://github.com/lobehub/lobe-chat/commit/44d63b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-08 05:44:39 +00:00
Arvin Xu
21bc0f88f1
💄 style: improve ollama desktop setup guide ( #7332 )
...
* add ollama desktop guide
* update i18n
* fix OpenRouter models fetch
2025-04-08 11:36:10 +08:00
Arvin Xu
44d63b87a6
🐛 fix: refactor ollama pull flow and model service ( #7330 )
...
* refactor ollama pull flow and model service
* fix key vaults error
* refactor ollama model fetcher
* improve auto refresh for models
* fix error detail
* fix model fetch
* fix model fetch
* fix model checker
* fix model client fetch issue
2025-04-08 10:10:08 +08:00
Rylan Cai
422f8f5aa8
📌 chore: lock casdoor to v1.843 ( #7331 )
...
* 📌 pin: lock casdoor to v1.843
* 📝 docs: link to pr
2025-04-08 00:42:18 +08:00
lobehubbot
0b04da6bec
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 17:52:39 +00:00
semantic-release-bot
cb5118d615
🔖 chore(release): v1.77.16 [skip ci]
...
### [Version 1.77.16](https://github.com/lobehub/lobe-chat/compare/v1.77.15...v1.77.16 )
<sup>Released on **2025-04-06**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the file service.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the file service, closes [#7323 ](https://github.com/lobehub/lobe-chat/issues/7323 ) ([3721b88 ](https://github.com/lobehub/lobe-chat/commit/3721b88 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 17:51:33 +00:00
Arvin Xu
3721b883d5
♻️ refactor: refactor the file service ( #7323 )
...
* refactor the file service
* refactor to impls mode
2025-04-07 01:41:26 +08:00
gru-agent[bot]
aeab079a23
Add unit tests for electronDevtoolsService to verify openDevtools functionality. ( #7297 )
2025-04-06 20:13:41 +08:00
lobehubbot
9c6a133dd9
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 07:55:22 +00:00
semantic-release-bot
2a11fd783e
🔖 chore(release): v1.77.15 [skip ci]
...
### [Version 1.77.15](https://github.com/lobehub/lobe-chat/compare/v1.77.14...v1.77.15 )
<sup>Released on **2025-04-06**</sup>
#### ♻ Code Refactoring
- **misc**: Improve public procedure implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve public procedure implement, closes [#7314 ](https://github.com/lobehub/lobe-chat/issues/7314 ) ([1b28230 ](https://github.com/lobehub/lobe-chat/commit/1b28230 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 07:54:13 +00:00
Arvin Xu
1b28230823
♻️ refactor: improve public procedure implement ( #7314 )
2025-04-06 15:44:03 +08:00
Rylan Cai
70f474a3bb
🔨 chore: Correcting the env example url ( #7313 )
2025-04-06 14:35:37 +08:00
lobehubbot
5137786410
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 06:24:48 +00:00
semantic-release-bot
775c30bdf9
🔖 chore(release): v1.77.14 [skip ci]
...
### [Version 1.77.14](https://github.com/lobehub/lobe-chat/compare/v1.77.13...v1.77.14 )
<sup>Released on **2025-04-06**</sup>
#### 💄 Styles
- **misc**: Add `ernie-x1-32k-preview` support for Wenxin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `ernie-x1-32k-preview` support for Wenxin, closes [#7302 ](https://github.com/lobehub/lobe-chat/issues/7302 ) ([8e8337c ](https://github.com/lobehub/lobe-chat/commit/8e8337c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 06:23:40 +00:00
gru-agent[bot]
2e5d830740
Add unit tests for the toDbSessionId method in ServerService. ( #6961 )
2025-04-06 14:13:45 +08:00
Zhijie He
8e8337c4d1
💄 style: add ernie-x1-32k-preview support for Wenxin ( #7302 )
2025-04-06 14:12:19 +08:00
renovate[bot]
cc3fb76972
Update dependency lucide-react to ^0.487.0 ( #7305 )
2025-04-06 14:11:42 +08:00
lobehubbot
be7ec0146c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 05:12:16 +00:00
semantic-release-bot
170b386526
🔖 chore(release): v1.77.13 [skip ci]
...
### [Version 1.77.13](https://github.com/lobehub/lobe-chat/compare/v1.77.12...v1.77.13 )
<sup>Released on **2025-04-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix data not show correctly in 1.77.11.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix data not show correctly in 1.77.11, closes [#7311 ](https://github.com/lobehub/lobe-chat/issues/7311 ) ([d99ca04 ](https://github.com/lobehub/lobe-chat/commit/d99ca04 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 05:11:13 +00:00
Arvin Xu
d99ca04dba
🐛 fix: fix data not show correctly in 1.77.11 ( #7311 )
2025-04-06 13:01:05 +08:00
lobehubbot
15398554aa
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 04:21:15 +00:00
semantic-release-bot
5ecf1c3156
🔖 chore(release): v1.77.12 [skip ci]
...
### [Version 1.77.12](https://github.com/lobehub/lobe-chat/compare/v1.77.11...v1.77.12 )
<sup>Released on **2025-04-06**</sup>
#### 💄 Styles
- **misc**: Fix QVQ Max model, support default config for system agent and pre-merge some desktop code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix QVQ Max model, closes [#7289 ](https://github.com/lobehub/lobe-chat/issues/7289 ) ([540aaf6 ](https://github.com/lobehub/lobe-chat/commit/540aaf6 ))
* **misc**: Support default config for system agent and pre-merge some desktop code, closes [#7296 ](https://github.com/lobehub/lobe-chat/issues/7296 ) ([addea48 ](https://github.com/lobehub/lobe-chat/commit/addea48 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 04:20:02 +00:00
Arvin Xu
addea48b52
💄 style: support default config for system agent and pre-merge some desktop code ( #7296 )
...
* refactor
* update
* improve scripts
* fix changelog issue
* improve system agent config
* fix tests
* update scripts
* update ollama models
* Update ollama.ts
2025-04-06 12:09:57 +08:00
sxjeru
540aaf681f
💄 style: fix QVQ Max model ( #7289 )
...
* Update qwen.ts
* Update novita.ts
* Update novita.ts
* Update google.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-06 12:03:59 +08:00
WindSpiritSR
459c2fa452
📝 docs: Update PROXY_URL and ENABLE_PROXY_DNS ( #7304 )
...
Signed-off-by: WindSpiritSR <simon343riley@gmail.com >
2025-04-06 11:09:56 +08:00
Arvin Xu
a63e1f0ab7
🔨 chore: pre-merge some desktop relative code to check stable ( #7294 )
...
* pre some electron update code
* update chat test
* update i18n
* update code
* fix desktop hotkey display
* fix test ahead
2025-04-04 22:33:48 +08:00
lobehubbot
05a05be81e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-04 07:19:21 +00:00
semantic-release-bot
6eee6d1193
🔖 chore(release): v1.77.11 [skip ci]
...
### [Version 1.77.11](https://github.com/lobehub/lobe-chat/compare/v1.77.10...v1.77.11 )
<sup>Released on **2025-04-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix fetch issue in offline mode and make jina crawler first.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix fetch issue in offline mode and make jina crawler first, closes [#7288 ](https://github.com/lobehub/lobe-chat/issues/7288 ) ([6bed7a3 ](https://github.com/lobehub/lobe-chat/commit/6bed7a3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-04 07:18:17 +00:00
Arvin Xu
6bed7a3fe4
🐛 fix: fix fetch issue in offline mode and make jina crawler first ( #7288 )
...
* fix Assistant and plugin loading in offline mode
* fix Assistant and plugin loading in offline mode
* improve ollama setup
* make jina as default impls
2025-04-04 15:08:15 +08:00
lobehubbot
4e89aebdef
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 16:19:55 +00:00
semantic-release-bot
7c1470b2d0
🔖 chore(release): v1.77.10 [skip ci]
...
### [Version 1.77.10](https://github.com/lobehub/lobe-chat/compare/v1.77.9...v1.77.10 )
<sup>Released on **2025-04-03**</sup>
#### 🐛 Bug Fixes
- **web-crawler**: Remove unnecessary urlTransform for YouTube links.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **web-crawler**: Remove unnecessary urlTransform for YouTube links, closes [#7285 ](https://github.com/lobehub/lobe-chat/issues/7285 ) ([220bca0 ](https://github.com/lobehub/lobe-chat/commit/220bca0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 16:18:47 +00:00
wang2
220bca0b1c
🐛 fix(web-crawler): remove unnecessary urlTransform for YouTube links ( #7285 )
2025-04-04 00:07:46 +08:00
lobehubbot
12c34b0e1f
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 07:10:18 +00:00
semantic-release-bot
9a623383d3
🔖 chore(release): v1.77.9 [skip ci]
...
### [Version 1.77.9](https://github.com/lobehub/lobe-chat/compare/v1.77.8...v1.77.9 )
<sup>Released on **2025-04-03**</sup>
#### 💄 Styles
- **web-crawler**: Add special support for YouTube,Reddit and WeChat links.
- **misc**: Add QVQ-Max model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **web-crawler**: Add special support for YouTube,Reddit and WeChat links, closes [#7251 ](https://github.com/lobehub/lobe-chat/issues/7251 ) ([8f0da93 ](https://github.com/lobehub/lobe-chat/commit/8f0da93 ))
* **misc**: Add QVQ-Max model, closes [#7258 ](https://github.com/lobehub/lobe-chat/issues/7258 ) ([2be019c ](https://github.com/lobehub/lobe-chat/commit/2be019c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 07:09:13 +00:00
sxjeru
2be019c38f
💄 style: Add QVQ-Max model ( #7258 )
...
* Update qwen.ts
* Update qwen.ts
* Update novita.ts
* update snaps
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-03 14:34:28 +08:00
wang2
8f0da93a75
💄 style(web-crawler): add special support for YouTube,Reddit and WeChat links ( #7251 )
...
* feat(web-crawler): add support for YouTube and Reddit links
* feat(web-crawler): use search1api for WeChat Official Account links
* feat(web-crawler): add jina for WeChat Official Account links
2025-04-03 14:33:30 +08:00
lobehubbot
8d80511868
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 03:54:55 +00:00
semantic-release-bot
3076cf3335
🔖 chore(release): v1.77.8 [skip ci]
...
### [Version 1.77.8](https://github.com/lobehub/lobe-chat/compare/v1.77.7...v1.77.8 )
<sup>Released on **2025-04-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Add `SEARCH1API_CRAWL_API_KEY` env.
#### 💄 Styles
- **misc**: Auto refresh TokenTag count.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add `SEARCH1API_CRAWL_API_KEY` env, closes [#7270 ](https://github.com/lobehub/lobe-chat/issues/7270 ) ([85e8ff1 ](https://github.com/lobehub/lobe-chat/commit/85e8ff1 ))
#### Styles
* **misc**: Auto refresh TokenTag count, closes [#7011 ](https://github.com/lobehub/lobe-chat/issues/7011 ) ([9d62451 ](https://github.com/lobehub/lobe-chat/commit/9d62451 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 03:53:46 +00:00
sxjeru
9d624516c7
💄 style: auto refresh TokenTag count ( #7011 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-03 11:43:49 +08:00
Arvin Xu
85e8ff1644
🐛 fix: add SEARCH1API_CRAWL_API_KEY env ( #7270 )
2025-04-03 11:41:19 +08:00
lobehubbot
c89de786b5
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 03:03:47 +00:00
semantic-release-bot
c3bb0abc59
🔖 chore(release): v1.77.7 [skip ci]
...
### [Version 1.77.7](https://github.com/lobehub/lobe-chat/compare/v1.77.6...v1.77.7 )
<sup>Released on **2025-04-03**</sup>
#### ♻ Code Refactoring
- **misc**: Add desktop-release workflow and improve code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add desktop-release workflow and improve code, closes [#7265 ](https://github.com/lobehub/lobe-chat/issues/7265 ) ([773d5dd ](https://github.com/lobehub/lobe-chat/commit/773d5dd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 03:02:41 +00:00
Arvin Xu
773d5dd1f9
♻️ refactor: add desktop-release workflow and improve code ( #7265 )
...
* update
* fix tests
* add Release Desktop workflow
* fix tests
* fix coverage config
* fix coverage config
* fix coverage server test config
2025-04-03 10:52:47 +08:00