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
Arvin Xu
b40caee32c
🔨 chore: add desktop pre-code to validate build process ( #7261 )
...
* add code
* fix lint
* fix tests
2025-04-02 09:31:08 +08:00
lobehubbot
5897d9e106
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-01 13:04:17 +00:00
semantic-release-bot
cbfb4660cc
🔖 chore(release): v1.77.6 [skip ci]
...
### [Version 1.77.6](https://github.com/lobehub/lobe-chat/compare/v1.77.5...v1.77.6 )
<sup>Released on **2025-04-01**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the db to context inject mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the db to context inject mode, closes [#7255 ](https://github.com/lobehub/lobe-chat/issues/7255 ) ([ffd0dbc ](https://github.com/lobehub/lobe-chat/commit/ffd0dbc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-01 13:03:12 +00:00
Arvin Xu
ffd0dbc7f5
♻️ refactor: refactor the db to context inject mode ( #7255 )
...
* refactor with new db init mode
* fix tests
* fix tests
* move the separate index
* fix tests
* fix tests
* fix db issue
* fix db
* refactor to clean
* Update index.ts
* fix error
* fix the exist inbox slug session
* fix the tests
2025-04-01 20:53:03 +08:00
lobehubbot
3a52f5cf97
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-01 08:10:38 +00:00
semantic-release-bot
253521883d
🔖 chore(release): v1.77.5 [skip ci]
...
### [Version 1.77.5](https://github.com/lobehub/lobe-chat/compare/v1.77.4...v1.77.5 )
<sup>Released on **2025-04-01**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-01 08:09:33 +00:00
Arvin Xu
72734686e2
⚡ ️ perf: fix delete file chunk timeout ( #7253 )
...
* fix delete file chunk
* update branding loading
* fix tests
2025-04-01 15:59:20 +08:00
lobehubbot
8969716168
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-31 12:00:12 +00:00
semantic-release-bot
666b2b0f0c
🔖 chore(release): v1.77.4 [skip ci]
...
### [Version 1.77.4](https://github.com/lobehub/lobe-chat/compare/v1.77.3...v1.77.4 )
<sup>Released on **2025-03-31**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor db core.
#### 💄 Styles
- **misc**: Update branding.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor db core, closes [#7245 ](https://github.com/lobehub/lobe-chat/issues/7245 ) ([5c71db6 ](https://github.com/lobehub/lobe-chat/commit/5c71db6 ))
#### Styles
* **misc**: Update branding, closes [#7224 ](https://github.com/lobehub/lobe-chat/issues/7224 ) ([481cab0 ](https://github.com/lobehub/lobe-chat/commit/481cab0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-31 11:58:55 +00:00
renovate[bot]
0f7af4b898
Update dependency lucide-react to ^0.485.0 ( #7230 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 19:48:55 +08:00
renovate[bot]
11b6467f36
Update dependency @neondatabase/serverless to v1 ( #7231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 19:48:46 +08:00
Arvin Xu
5c71db6c4e
♻️ refactor: refactor db core ( #7245 )
...
* refactor db core
* fix tests
2025-03-31 19:39:57 +08:00
Arvin Xu
481cab0515
💄 style: update branding ( #7224 )
2025-03-31 19:39:37 +08:00
Arvin Xu
7ae17b62d3
🔨 chore: add electron server ipc ( #7246 )
2025-03-31 19:39:10 +08:00
bbbugg
4309730cc8
📝 docs: update example model names in documentation for clarity ( #7237 )
...
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-31 17:55:11 +08:00
lobehubbot
eb5545bd7f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 15:26:26 +00:00
semantic-release-bot
1d526c2f7c
🔖 chore(release): v1.77.3 [skip ci]
...
### [Version 1.77.3](https://github.com/lobehub/lobe-chat/compare/v1.77.2...v1.77.3 )
<sup>Released on **2025-03-29**</sup>
#### ♻ Code Refactoring
- **misc**: Move general db models to database folder.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move general db models to database folder, closes [#7222 ](https://github.com/lobehub/lobe-chat/issues/7222 ) ([f831d86 ](https://github.com/lobehub/lobe-chat/commit/f831d86 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 15:25:22 +00:00
Arvin Xu
f831d8641c
♻️ refactor: move general db models to database folder ( #7222 )
...
* ♻️ refactor: decrypt error
* fix tests
2025-03-29 23:15:24 +08:00
lobehubbot
7c18071d21
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 12:45:09 +00:00
semantic-release-bot
dd525adc1a
🔖 chore(release): v1.77.2 [skip ci]
...
### [Version 1.77.2](https://github.com/lobehub/lobe-chat/compare/v1.77.1...v1.77.2 )
<sup>Released on **2025-03-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix decrypt error with imported pg data.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix decrypt error with imported pg data, closes [#7220 ](https://github.com/lobehub/lobe-chat/issues/7220 ) ([f8a0aa0 ](https://github.com/lobehub/lobe-chat/commit/f8a0aa0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 12:44:06 +00:00
Arvin Xu
f8a0aa0840
🐛 fix: fix decrypt error with imported pg data ( #7220 )
2025-03-29 20:33:57 +08:00
lobehubbot
ad336be74f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 12:00:36 +00:00
semantic-release-bot
5b58e1b4b1
🔖 chore(release): v1.77.1 [skip ci]
...
### [Version 1.77.1](https://github.com/lobehub/lobe-chat/compare/v1.77.0...v1.77.1 )
<sup>Released on **2025-03-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix export button and clean orphan agent.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix export button and clean orphan agent, closes [#7219 ](https://github.com/lobehub/lobe-chat/issues/7219 ) ([112282a](https://github.com/lobehub/lobe-chat/commit/112282a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 11:59:33 +00:00
Arvin Xu
112282a8fc
🐛 fix: fix export button and clean orphan agent ( #7219 )
...
* update
* clean agent when delete session
2025-03-29 19:49:26 +08:00
lobehubbot
5a63313e16
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 10:12:06 +00:00
semantic-release-bot
18898e0690
🔖 chore(release): v1.77.0 [skip ci]
...
## [Version 1.77.0](https://github.com/lobehub/lobe-chat/compare/v1.76.1...v1.77.0 )
<sup>Released on **2025-03-29**</sup>
#### ✨ Features
- **misc**: Support pglite and postgres data export.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support pglite and postgres data export, closes [#5581 ](https://github.com/lobehub/lobe-chat/issues/5581 ) ([57f18ff ](https://github.com/lobehub/lobe-chat/commit/57f18ff ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 10:11:03 +00:00
Arvin Xu
57f18ff0c8
✨ feat: support pglite and postgres data export ( #5581 )
...
* wip
* update
* fix server side import
* fix import
* fix test
2025-03-29 18:01:00 +08:00
lobehubbot
d02986392b
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 06:34:17 +00:00
semantic-release-bot
e8781e633c
🔖 chore(release): v1.76.1 [skip ci]
...
### [Version 1.76.1](https://github.com/lobehub/lobe-chat/compare/v1.76.0...v1.76.1 )
<sup>Released on **2025-03-29**</sup>
#### 💄 Styles
- **misc**: Supports OpenAI's latest voice model gpt-4o-mini-tts.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Supports OpenAI's latest voice model gpt-4o-mini-tts, closes [#7213 ](https://github.com/lobehub/lobe-chat/issues/7213 ) ([f291e6f ](https://github.com/lobehub/lobe-chat/commit/f291e6f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 06:33:13 +00:00
hedeqiang
f291e6f970
💄 style: Supports OpenAI's latest voice model gpt-4o-mini-tts ( #7213 )
2025-03-29 14:23:37 +08:00
coder2z
ff52a2c33c
🐛 fix: Add the FEATURE_FLAGS variable in the dockerfile ( #7175 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-29 14:22:08 +08:00
lobehubbot
e8439e85d3
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-28 14:08:42 +00:00
semantic-release-bot
62d33b0448
🔖 chore(release): v1.76.0 [skip ci]
...
## [Version 1.76.0](https://github.com/lobehub/lobe-chat/compare/v1.75.5...v1.76.0 )
<sup>Released on **2025-03-28**</sup>
#### ✨ Features
- **misc**: Add Hotkey Settings.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Hotkey Settings, closes [#7118 ](https://github.com/lobehub/lobe-chat/issues/7118 ) ([9773e74 ](https://github.com/lobehub/lobe-chat/commit/9773e74 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-28 14:07:39 +00:00
CanisMinor
9773e74233
✨ feat: add Hotkey Settings ( #7118 )
...
* 💄 style: Replace Hotkey components
* ✨ feat(wip): Add Hotkey Setting
* 💄 style: Update Hotkey Setting
* ✨ feat: Add HotkeyProvider
* ✅ test: Fix test
* ♻️ refactor: Update hotkey register
* 🔧 chore: Update i18n
* ✅ test: Update test
* 🔧 chore: Update i18n
* 🐛 fix: Fix lobe ui
* ✨ feat: Add Hotkey Helper Panel
* 🐛 fix: Fix build
* 🔧 chore: Update migrations
* 🐛 fix: Try to fix build
* 🐛 fix: Try to fix build
* 🐛 fix: Fix some error
* 🔧 chore: Try to update nuqs
* 🐛 fix: Try to fix build
* 🐛 fix: Fix build
* 💄 style: Replace OpenHotkeyHelper hotkey
* 🐛 fix: Fix review problem
* 🐛 fix: Fix review problem
* 💄 style: Change TogglePanel Hotkey
* update
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-03-28 21:57:41 +08:00
lobehubbot
13e1607e4c
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-28 02:33:32 +00:00
semantic-release-bot
b576e9d839
🔖 chore(release): v1.75.5 [skip ci]
...
### [Version 1.75.5](https://github.com/lobehub/lobe-chat/compare/v1.75.4...v1.75.5 )
<sup>Released on **2025-03-28**</sup>
#### 💄 Styles
- **misc**: Add tencentcloud deepseek-v3-0324, support for parsing `imageOutput`, update models for siliconcloud & infiniai.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add tencentcloud deepseek-v3-0324, closes [#7182 ](https://github.com/lobehub/lobe-chat/issues/7182 ) ([c67af99 ](https://github.com/lobehub/lobe-chat/commit/c67af99 ))
* **misc**: Support for parsing `imageOutput`, closes [#7140 ](https://github.com/lobehub/lobe-chat/issues/7140 ) ([05bae9d ](https://github.com/lobehub/lobe-chat/commit/05bae9d ))
* **misc**: Update models for siliconcloud & infiniai, closes [#7197 ](https://github.com/lobehub/lobe-chat/issues/7197 ) ([1c1f693 ](https://github.com/lobehub/lobe-chat/commit/1c1f693 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-28 02:32:22 +00:00
WangYK
1c1f6933bd
💄 style: update models for siliconcloud & infiniai ( #7197 )
...
* 💄 style: update infiniai model list
* 💄 style: improve error handling for infiniai provider
* 💄 style: add qwen2.5 vl 32b in infiniai provider
* 💄 style: add qwen2.5-vl-32b to siliconcloud
* 🔧 chore: update i18n
* 🐛 fix: `formatPriceByCurrency` should display 0 if the price is 0
* 💄 style: disable outdated models for infiniai
2025-03-28 10:22:56 +08:00
wzdnzd
05bae9d3db
💄 style: support for parsing imageOutput ( #7140 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-28 10:21:56 +08:00
hedeqiang
c67af99b56
💄 style: Add tencentcloud deepseek-v3-0324 ( #7182 )
2025-03-28 10:21:40 +08:00
Shixian Sheng
56758df1bd
📝 docs: update copyright date ( #7204 )
...
* Update README.md
* Update README.zh-CN.md
2025-03-28 10:20:49 +08:00
lobehubbot
02b7af7eb9
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-27 11:38:07 +00:00
semantic-release-bot
adfb12c47c
🔖 chore(release): v1.75.4 [skip ci]
...
### [Version 1.75.4](https://github.com/lobehub/lobe-chat/compare/v1.75.3...v1.75.4 )
<sup>Released on **2025-03-27**</sup>
#### 💄 Styles
- **misc**: Update models info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update models info, closes [#7164 ](https://github.com/lobehub/lobe-chat/issues/7164 ) ([74aff9b ](https://github.com/lobehub/lobe-chat/commit/74aff9b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-27 11:37:02 +00:00
sxjeru
74aff9bae0
💄 style: Update models info ( #7164 )
...
* Update google.ts
* Update siliconcloud.ts
* Update google.ts
* Update siliconcloud.ts
* Update vertexai.ts
* Update volcengine.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-27 19:27:12 +08:00
lobehubbot
c47a634354
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 13:23:15 +00:00
semantic-release-bot
19ea626f87
🔖 chore(release): v1.75.3 [skip ci]
...
### [Version 1.75.3](https://github.com/lobehub/lobe-chat/compare/v1.75.2...v1.75.3 )
<sup>Released on **2025-03-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix anthropic import issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix anthropic import issue, closes [#7155 ](https://github.com/lobehub/lobe-chat/issues/7155 ) ([a9725b2 ](https://github.com/lobehub/lobe-chat/commit/a9725b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 13:22:06 +00:00
Arvin Xu
a9725b2c41
🐛 fix: fix anthropic import issue ( #7155 )
...
* fix
* Update package.json
* improve
* improve
2025-03-26 21:12:26 +08:00
lobehubbot
944e690230
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 04:00:03 +00:00
semantic-release-bot
aa5e7d676c
🔖 chore(release): v1.75.2 [skip ci]
...
### [Version 1.75.2](https://github.com/lobehub/lobe-chat/compare/v1.75.1...v1.75.2 )
<sup>Released on **2025-03-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens, closes [#7156 ](https://github.com/lobehub/lobe-chat/issues/7156 ) ([a28b98e ](https://github.com/lobehub/lobe-chat/commit/a28b98e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 03:59:01 +00:00
bbbugg
a28b98ee92
🐛 fix: Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens ( #7156 )
...
* Update gemini-2.5-pro-exp-03-25 maxOutput and contextWindowTokens
* Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens
2025-03-26 11:49:04 +08:00
lobehubbot
d21f1441a1
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 01:39:59 +00:00
semantic-release-bot
36ec36273a
🔖 chore(release): v1.75.1 [skip ci]
...
### [Version 1.75.1](https://github.com/lobehub/lobe-chat/compare/v1.75.0...v1.75.1 )
<sup>Released on **2025-03-26**</sup>
#### 💄 Styles
- **misc**: Update siliconcloud models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update siliconcloud models, closes [#7072 ](https://github.com/lobehub/lobe-chat/issues/7072 ) ([8a524d4 ](https://github.com/lobehub/lobe-chat/commit/8a524d4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 01:38:57 +00:00
sxjeru
8a524d4a7b
💄 style: Update siliconcloud models ( #7072 )
2025-03-26 09:29:05 +08:00
lobehubbot
a529da4e7a
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 00:47:19 +00:00
semantic-release-bot
168de63469
🔖 chore(release): v1.75.0 [skip ci]
...
## [Version 1.75.0](https://github.com/lobehub/lobe-chat/compare/v1.74.11...v1.75.0 )
<sup>Released on **2025-03-26**</sup>
#### ✨ Features
- **misc**: Add reasoning content selector and update AutoScroll component, add Xinference provider support.
#### 💄 Styles
- **misc**: Add Gemini 2.5 Pro Experimental model, improve editing scroll experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add reasoning content selector and update AutoScroll component, closes [#7056 ](https://github.com/lobehub/lobe-chat/issues/7056 ) ([800d675 ](https://github.com/lobehub/lobe-chat/commit/800d675 ))
* **misc**: Add Xinference provider support, closes [#7081 ](https://github.com/lobehub/lobe-chat/issues/7081 ) ([e32c8e7 ](https://github.com/lobehub/lobe-chat/commit/e32c8e7 ))
#### Styles
* **misc**: Add Gemini 2.5 Pro Experimental model, closes [#7153 ](https://github.com/lobehub/lobe-chat/issues/7153 ) ([4213d20 ](https://github.com/lobehub/lobe-chat/commit/4213d20 ))
* **misc**: Improve editing scroll experience, closes [#7149 ](https://github.com/lobehub/lobe-chat/issues/7149 ) ([816331f ](https://github.com/lobehub/lobe-chat/commit/816331f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 00:45:57 +00:00
afon
800d675e04
✨ feat: add reasoning content selector and update AutoScroll component ( #7056 )
2025-03-26 08:36:04 +08:00
Arvin Xu
816331fd8d
💄 style: improve editing scroll experience ( #7149 )
2025-03-26 08:26:47 +08:00
Zhijie He
e32c8e7fc3
✨ feat: add Xinference provider support ( #7081 )
2025-03-26 08:23:40 +08:00
Koell
4213d20dcf
💄 style: Add Gemini 2.5 Pro Experimental model ( #7153 )
2025-03-26 08:20:04 +08:00
gru-agent[bot]
c9732034c9
✅ test: Add tests for request payload patterns and file type filtering in browserless functionality. ( #7132 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-25 21:05:38 +08:00
huangkairan
ed99c0a983
🔨 chore: fix eslint error ( #7139 )
...
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-03-25 20:14:44 +08:00
lobehubbot
d5d849f318
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-25 10:15:51 +00:00
semantic-release-bot
bcf7ed0896
🔖 chore(release): v1.74.11 [skip ci]
...
### [Version 1.74.11](https://github.com/lobehub/lobe-chat/compare/v1.74.10...v1.74.11 )
<sup>Released on **2025-03-25**</sup>
#### ♻ Code Refactoring
- **misc**: Upgrade styles for Drawer.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Upgrade styles for Drawer, closes [#7141 ](https://github.com/lobehub/lobe-chat/issues/7141 ) ([bcbc8fc ](https://github.com/lobehub/lobe-chat/commit/bcbc8fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-25 10:14:48 +00:00
Arvin Xu
bcbc8fc079
♻️ refactor: upgrade styles for Drawer ( #7141 )
2025-03-25 17:18:45 +08:00
lobehubbot
b245ce2653
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-25 04:43:43 +00:00
semantic-release-bot
8f2fc25ab8
🔖 chore(release): v1.74.10 [skip ci]
...
### [Version 1.74.10](https://github.com/lobehub/lobe-chat/compare/v1.74.9...v1.74.10 )
<sup>Released on **2025-03-25**</sup>
#### 💄 Styles
- **misc**: Add `hunyuan-t1-latest` from Hunyuan.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `hunyuan-t1-latest` from Hunyuan, closes [#7123 ](https://github.com/lobehub/lobe-chat/issues/7123 ) ([8377c6b ](https://github.com/lobehub/lobe-chat/commit/8377c6b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-25 04:42:41 +00:00
Zhijie He
8377c6b618
💄 style: add hunyuan-t1-latest from Hunyuan ( #7123 )
2025-03-25 12:33:03 +08:00
lobehubbot
df5d45d136
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-25 03:51:05 +00:00
semantic-release-bot
6a3928b6b4
🔖 chore(release): v1.74.9 [skip ci]
...
### [Version 1.74.9](https://github.com/lobehub/lobe-chat/compare/v1.74.8...v1.74.9 )
<sup>Released on **2025-03-25**</sup>
#### ♻ Code Refactoring
- **misc**: Add reject pattern for browserless to boost crawl performance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add reject pattern for browserless to boost crawl performance, closes [#6996 ](https://github.com/lobehub/lobe-chat/issues/6996 ) ([184a1ba ](https://github.com/lobehub/lobe-chat/commit/184a1ba ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-25 03:49:57 +00:00
Rylan Cai
184a1ba4b8
♻️ refactor: Add reject pattern for browserless to boost crawl performance ( #6996 )
...
* ♻️ refactor: support reject pattern
* ♻️ refactor: remove env & add whitelist
2025-03-25 11:40:00 +08:00
vual
19bff320d8
🔨 chore: upgrade antd version ( #7124 )
...
Property 'variant' does not exist on type 'IntrinsicAttributes & CardProps & RefAttributes<HTMLDivElement>'.
2025-03-24 19:23:12 +08:00
lobehubbot
a1ee293bdf
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-24 11:09:57 +00:00
semantic-release-bot
2851a09244
🔖 chore(release): v1.74.8 [skip ci]
...
### [Version 1.74.8](https://github.com/lobehub/lobe-chat/compare/v1.74.7...v1.74.8 )
<sup>Released on **2025-03-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Update create message loading issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update create message loading issue, closes [#7116 ](https://github.com/lobehub/lobe-chat/issues/7116 ) ([a4558a4 ](https://github.com/lobehub/lobe-chat/commit/a4558a4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-24 11:08:53 +00:00
Arvin Xu
a4558a44c4
🐛 fix: update create message loading issue ( #7116 )
2025-03-24 18:59:03 +08:00
lobehubbot
bd0a797bdb
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-24 10:22:26 +00:00
semantic-release-bot
c624b4db98
🔖 chore(release): v1.74.7 [skip ci]
...
### [Version 1.74.7](https://github.com/lobehub/lobe-chat/compare/v1.74.6...v1.74.7 )
<sup>Released on **2025-03-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove Tooltip component in Topic in mobile mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove Tooltip component in Topic in mobile mode, closes [#7121 ](https://github.com/lobehub/lobe-chat/issues/7121 ) ([375f924 ](https://github.com/lobehub/lobe-chat/commit/375f924 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-24 10:21:18 +00:00
bbbugg
375f924094
🐛 fix: remove Tooltip component in Topic in mobile mode ( #7121 )
...
* 🐛 fix: update 'title' missing in Tooltip component
* Update index.tsx
2025-03-24 18:11:03 +08:00
lobehubbot
51162f345e
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-24 05:12:10 +00:00
semantic-release-bot
c4e273ee4e
🔖 chore(release): v1.74.6 [skip ci]
...
### [Version 1.74.6](https://github.com/lobehub/lobe-chat/compare/v1.74.5...v1.74.6 )
<sup>Released on **2025-03-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Set max_completion_tokens to undefined for Azure OpenAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Set max_completion_tokens to undefined for Azure OpenAI, closes [#7114 ](https://github.com/lobehub/lobe-chat/issues/7114 ) ([30b66b9 ](https://github.com/lobehub/lobe-chat/commit/30b66b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-24 05:11:10 +00:00
coder2z
30b66b9411
🐛 fix: set max_completion_tokens to undefined for Azure OpenAI ( #7114 )
2025-03-24 13:01:32 +08:00
lobehubbot
91f74b52c8
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-23 08:14:09 +00:00
semantic-release-bot
98b5f466c0
🔖 chore(release): v1.74.5 [skip ci]
...
### [Version 1.74.5](https://github.com/lobehub/lobe-chat/compare/v1.74.4...v1.74.5 )
<sup>Released on **2025-03-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix wechat login error with next-auth.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix wechat login error with next-auth, closes [#6585 ](https://github.com/lobehub/lobe-chat/issues/6585 ) ([c58d77a ](https://github.com/lobehub/lobe-chat/commit/c58d77a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-23 08:13:09 +00:00
xiangnan
c58d77aa25
🐛 fix: fix wechat login error with next-auth ( #6585 )
2025-03-23 16:03:38 +08:00
lobehubbot
876292b08f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-23 07:01:43 +00:00
semantic-release-bot
cd7858fb05
🔖 chore(release): v1.74.4 [skip ci]
...
### [Version 1.74.4](https://github.com/lobehub/lobe-chat/compare/v1.74.3...v1.74.4 )
<sup>Released on **2025-03-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Upgrade next to 15.2.3 to fix CVE-2025-29927.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Upgrade next to 15.2.3 to fix CVE-2025-29927, closes [#7105 ](https://github.com/lobehub/lobe-chat/issues/7105 ) ([187a655 ](https://github.com/lobehub/lobe-chat/commit/187a655 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-23 07:00:33 +00:00
Arvin Xu
187a655625
🐛 fix: upgrade next to 15.2.3 to fix CVE-2025-29927 ( #7105 )
2025-03-23 14:51:02 +08:00
renovate[bot]
3388eb68d2
Update dependency drizzle-orm to ^0.41.0 ( #7101 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 11:37:41 +08:00
renovate[bot]
1f28dc9bd8
Update dependency react-scan to ^0.3.0 ( #7103 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 11:31:43 +08:00
renovate[bot]
9b6dc12e96
Update dependency lucide-react to ^0.483.0 ( #7102 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 11:31:33 +08:00
lobehubbot
05032ae225
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-22 17:47:57 +00:00
semantic-release-bot
de6830764e
🔖 chore(release): v1.74.3 [skip ci]
...
### [Version 1.74.3](https://github.com/lobehub/lobe-chat/compare/v1.74.2...v1.74.3 )
<sup>Released on **2025-03-22**</sup>
#### ♻ Code Refactoring
- **misc**: Add client id for all core entities in database.
#### 💄 Styles
- **misc**: Clear previous model check result.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add client id for all core entities in database, closes [#7089 ](https://github.com/lobehub/lobe-chat/issues/7089 ) ([6798f86 ](https://github.com/lobehub/lobe-chat/commit/6798f86 ))
#### Styles
* **misc**: Clear previous model check result, closes [#7087 ](https://github.com/lobehub/lobe-chat/issues/7087 ) ([e6c5d08 ](https://github.com/lobehub/lobe-chat/commit/e6c5d08 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-22 17:46:48 +00:00
gru-agent[bot]
c5655411f2
✅ test: Add tests for general settings selectors in user settings slice. ( #6905 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-23 01:37:08 +08:00
sxjeru
e6c5d0833e
💄 style: Clear previous model check result ( #7087 )
...
* Update Checker.tsx
* Update Checker.tsx
2025-03-23 01:35:29 +08:00
Arvin Xu
6798f86eaa
♻️ refactor: add client id for all core entities in database ( #7089 )
...
* add client id for all entities
* add client db repair feature
* update i18n
2025-03-23 01:26:56 +08:00
lobehubbot
8b761a4c5a
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-22 16:45:12 +00:00
semantic-release-bot
43cf2226cd
🔖 chore(release): v1.74.2 [skip ci]
...
### [Version 1.74.2](https://github.com/lobehub/lobe-chat/compare/v1.74.1...v1.74.2 )
<sup>Released on **2025-03-22**</sup>
#### 🐛 Bug Fixes
- **misc**: CheckModel change clears other configs, update input and output prices.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: CheckModel change clears other configs, closes [#7083 ](https://github.com/lobehub/lobe-chat/issues/7083 ) ([a416c64 ](https://github.com/lobehub/lobe-chat/commit/a416c64 ))
* **misc**: Update input and output prices, closes [#7094 ](https://github.com/lobehub/lobe-chat/issues/7094 ) ([460c56f ](https://github.com/lobehub/lobe-chat/commit/460c56f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-22 16:43:59 +00:00
sxjeru
a416c6479f
🐛 fix: checkModel change clears other configs ( #7083 )
...
* Update Checker.tsx
* fix
* finally
2025-03-23 00:34:22 +08:00
bbbugg
460c56f5fc
🐛 fix: update input and output prices ( #7094 )
...
* 💰 fix(pricing): update input and output values of DeepSeek R1 for Volcengine API
* fix(pricing): update input and output prices for Qwen 'QwQ Plus' and 'QwQ 32B' models.
---------
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-23 00:31:44 +08:00
bbbugg
54a855c6a7
📝 docs: fix the display problem caused by merging ( #7095 )
...
* add proxy URL configurations for Moonshot and Volcengine APIs
* 📝 docs: fix the display problem caused by merging
* 📝 docs: fix the display problem caused by merging
---------
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-23 00:31:22 +08:00
lobehubbot
1bc908d45e
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-22 03:17:26 +00:00
semantic-release-bot
bc7ed16297
🔖 chore(release): v1.74.1 [skip ci]
...
### [Version 1.74.1](https://github.com/lobehub/lobe-chat/compare/v1.74.0...v1.74.1 )
<sup>Released on **2025-03-22**</sup>
#### 💄 Styles
- **misc**: Fix `deepseek-r1-70b-online` search tag missing from Search1API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix `deepseek-r1-70b-online` search tag missing from Search1API, closes [#7085 ](https://github.com/lobehub/lobe-chat/issues/7085 ) ([0a06a7a ](https://github.com/lobehub/lobe-chat/commit/0a06a7a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-22 03:16:23 +00:00
Zhijie He
0a06a7afeb
💄 style: fix deepseek-r1-70b-online search tag missing from Search1API ( #7085 )
2025-03-22 11:06:28 +08:00
lobehubbot
16c0cbf378
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-21 15:54:40 +00:00
semantic-release-bot
12762b78eb
🔖 chore(release): v1.74.0 [skip ci]
...
## [Version 1.74.0](https://github.com/lobehub/lobe-chat/compare/v1.73.2...v1.74.0 )
<sup>Released on **2025-03-21**</sup>
#### ✨ Features
- **misc**: Add infini-ai provider, add Search1API provider with web search DeepSeek models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add infini-ai provider, closes [#7012 ](https://github.com/lobehub/lobe-chat/issues/7012 ) ([72d76fe ](https://github.com/lobehub/lobe-chat/commit/72d76fe ))
* **misc**: Add Search1API provider with web search DeepSeek models, closes [#6376 ](https://github.com/lobehub/lobe-chat/issues/6376 ) ([3450714 ](https://github.com/lobehub/lobe-chat/commit/3450714 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-21 15:53:32 +00:00
arvinxx
e166d90d76
✅ test: fix tests
2025-03-21 23:43:20 +08:00
Arvin Xu
30a23ece29
⚡ ️ perf: enable smoothing for all providers ( #7062 )
...
* update
* 尝试修正 tests
* fix tests config
* refactor agent-runtime tests
* refactor agent-runtime tests
* refactor agent-runtime tests
* fix tests
* fix tests
2025-03-21 23:30:13 +08:00
wang2
3450714544
✨ feat: add Search1API provider with web search DeepSeek models ( #6376 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-21 23:30:02 +08:00
WangYK
72d76feff6
✨ feat: add infini-ai provider ( #7012 )
...
* ✨ feat: support infini-ai provider
* 🐛 fix: correct typo `infinigenceai` -> `infiniai`
2025-03-21 17:45:59 +08:00
lobehubbot
07b44f378c
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-21 09:45:19 +00:00
semantic-release-bot
db31245252
🔖 chore(release): v1.73.2 [skip ci]
...
### [Version 1.73.2](https://github.com/lobehub/lobe-chat/compare/v1.73.1...v1.73.2 )
<sup>Released on **2025-03-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix agent chatConfig override issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix agent chatConfig override issue, closes [#7047 ](https://github.com/lobehub/lobe-chat/issues/7047 ) ([83aa931 ](https://github.com/lobehub/lobe-chat/commit/83aa931 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-21 09:44:07 +00:00
towy
83aa931270
🐛 fix: fix agent chatConfig override issue ( #7047 )
...
Certain configuration updates may cause the loss of old configurations.
2025-03-21 17:34:30 +08:00
BrandonStudio
ab5ff957cb
Update devcontainer.json ( #7064 )
...
Refs:
- https://github.com/devcontainers/images/blob/main/src/typescript-node/README.md
- https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh
2025-03-21 16:39:01 +08:00
lobehubbot
6957a20866
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-21 08:32:51 +00:00
semantic-release-bot
607718ab4b
🔖 chore(release): v1.73.1 [skip ci]
...
### [Version 1.73.1](https://github.com/lobehub/lobe-chat/compare/v1.73.0...v1.73.1 )
<sup>Released on **2025-03-21**</sup>
#### 💄 Styles
- **misc**: Update shiki to v3.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update shiki to v3, closes [#7069 ](https://github.com/lobehub/lobe-chat/issues/7069 ) ([03c95ab ](https://github.com/lobehub/lobe-chat/commit/03c95ab ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-21 08:31:43 +00:00
CanisMinor
03c95ab467
💄 style: Update shiki to v3 ( #7069 )
2025-03-21 16:21:53 +08:00
bbbugg
bafb3a34ce
📝 docs: add proxy URL configurations for Moonshot and Volcengine APIs ( #7050 )
...
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-21 11:17:42 +08:00
gru-agent[bot]
b91a062c60
Add unit tests for withTimeout utility function in web crawler package. ( #7048 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-20 10:01:36 +08:00
lobehubbot
3b34bf5e3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-19 16:49:25 +00:00
semantic-release-bot
ce03db6e60
🔖 chore(release): v1.73.0 [skip ci]
...
## [Version 1.73.0](https://github.com/lobehub/lobe-chat/compare/v1.72.1...v1.73.0 )
<sup>Released on **2025-03-19**</sup>
#### ✨ Features
- **misc**: Add Cohere provider support, add search1api crawler implementation for WeChat Sogou links.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Cohere provider support, closes [#7016 ](https://github.com/lobehub/lobe-chat/issues/7016 ) ([2a4e2ed ](https://github.com/lobehub/lobe-chat/commit/2a4e2ed ))
* **misc**: Add search1api crawler implementation for WeChat Sogou links, closes [#7036 ](https://github.com/lobehub/lobe-chat/issues/7036 ) ([7327138 ](https://github.com/lobehub/lobe-chat/commit/7327138 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-19 16:48:06 +00:00
wang2
7327138367
✨ feat: add search1api crawler implementation for WeChat Sogou links ( #7036 )
...
* feat: add search1api crawler implementation for Weixin Sogou links
* feat(web-crawler): add withTimeout utility and refactor crawler implementations
* feat(web-crawler): add support for sogou.com links
* docs(web-crawler): enhance error message for missing search1api key
2025-03-20 00:38:10 +08:00
Zhijie He
2a4e2ed118
✨ feat: add Cohere provider support ( #7016 )
...
* ✨ feat: add Cohere provider support
* 💄 style: update cohere model list
* 🐛 fix: fix cohere calling, exclude user and stream_options
* 💄 style: update model description
* 🐛 fix: fix cohere model list fetch
* 🐛 fix: fix cohere calling
* 💄 style: update provider desc
* 💄 style: update model name
2025-03-20 00:35:12 +08:00
lobehubbot
0e0b60e6ef
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-19 06:50:24 +00:00
cnJasonZ
cd0828df94
📝 docs: fix usage doc for PPIO ( #6717 )
...
* feat: add new model provider PPIO
* feat: add usage docs; fix model configs
* fix: fix ppio runtime; fix model configs
* fix: fix default model list
* fix
* fix: fix locales providers.json
* fix: fix ppio usage docs
---------
Co-authored-by: Jason <ggbbddjm@gmail.com >
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-03-19 14:41:03 +08:00
lobehubbot
833c94d9aa
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-19 06:02:27 +00:00
semantic-release-bot
7fb3f73a1d
🔖 chore(release): v1.72.1 [skip ci]
...
### [Version 1.72.1](https://github.com/lobehub/lobe-chat/compare/v1.72.0...v1.72.1 )
<sup>Released on **2025-03-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Allow historyCount to be set to 0.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Allow historyCount to be set to 0, closes [#7007 ](https://github.com/lobehub/lobe-chat/issues/7007 ) ([e863470 ](https://github.com/lobehub/lobe-chat/commit/e863470 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-19 06:01:19 +00:00
sxjeru
e86347029d
🐛 fix: Allow historyCount to be set to 0 ( #7007 )
2025-03-19 13:52:01 +08:00
lobehubbot
adfadff252
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-18 11:00:48 +00:00
semantic-release-bot
af2c593d96
🔖 chore(release): v1.72.0 [skip ci]
...
## [Version 1.72.0](https://github.com/lobehub/lobe-chat/compare/v1.71.5...v1.72.0 )
<sup>Released on **2025-03-18**</sup>
#### ✨ Features
- **misc**: Update db schema to add `user_id` for data export.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Update db schema to add `user_id` for data export, closes [#7022 ](https://github.com/lobehub/lobe-chat/issues/7022 ) ([c35471a ](https://github.com/lobehub/lobe-chat/commit/c35471a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-18 10:59:49 +00:00
Arvin Xu
c35471ac13
🗃️ feat: update db schema to add user_id for data export ( #7022 )
2025-03-18 18:50:55 +08:00
lobehubbot
de8df94e1b
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-17 05:58:49 +00:00
semantic-release-bot
7f3e67090a
🔖 chore(release): v1.71.5 [skip ci]
...
### [Version 1.71.5](https://github.com/lobehub/lobe-chat/compare/v1.71.4...v1.71.5 )
<sup>Released on **2025-03-17**</sup>
#### 💄 Styles
- **misc**: Support screenshot to clipboard when sharing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support screenshot to clipboard when sharing, closes [#6275 ](https://github.com/lobehub/lobe-chat/issues/6275 ) ([45663c3 ](https://github.com/lobehub/lobe-chat/commit/45663c3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-17 05:57:47 +00:00
Zack Chang
45663c3724
💄 style: support screenshot to clipboard when sharing ( #6275 )
...
Co-authored-by: jrr997 <zackchangjx@foxmail.com >
2025-03-17 13:48:57 +08:00
lobehubbot
e1c12604fd
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-17 04:39:43 +00:00
semantic-release-bot
8ad3d28258
🔖 chore(release): v1.71.4 [skip ci]
...
### [Version 1.71.4](https://github.com/lobehub/lobe-chat/compare/v1.71.3...v1.71.4 )
<sup>Released on **2025-03-17**</sup>
#### 💄 Styles
- **misc**: Update Wenxin & Hunyuan model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Wenxin & Hunyuan model list, closes [#6995 ](https://github.com/lobehub/lobe-chat/issues/6995 ) ([d017f35 ](https://github.com/lobehub/lobe-chat/commit/d017f35 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-17 04:38:28 +00:00
Zhijie He
d017f3555a
💄 style: update Wenxin & Hunyuan model list ( #6995 )
2025-03-17 12:29:48 +08:00
gru-agent[bot]
d9da1f9f64
Add unit tests for getUserAuth function to validate authentication methods. ( #6932 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-17 10:52:59 +08:00
renovate[bot]
c51886ad38
Update dependency lucide-react to ^0.482.0 ( #6987 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-17 10:52:29 +08:00
Arvin Xu
19e3319e23
🔨 chore: Update github issue template ( #7001 )
...
* Update 1_bug_report_cn.yml
* Update 1_bug_report.yml
* Update 1_bug_report.yml
* Update 2_feature_request.yml
* Update 2_feature_request_cn.yml
2025-03-17 10:26:51 +08:00
renovate[bot]
2cc72f41f9
Update pnpm to v9.15.9 ( #6986 )
2025-03-16 11:59:17 +08:00
lobehubbot
bdd77e6eb8
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-15 19:31:12 +00:00
semantic-release-bot
212dfca0ef
🔖 chore(release): v1.71.3 [skip ci]
...
### [Version 1.71.3](https://github.com/lobehub/lobe-chat/compare/v1.71.2...v1.71.3 )
<sup>Released on **2025-03-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix claude 3.5+ models context max output.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix claude 3.5+ models context max output, closes [#6984 ](https://github.com/lobehub/lobe-chat/issues/6984 ) ([da342dd ](https://github.com/lobehub/lobe-chat/commit/da342dd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-15 19:30:09 +00:00
Arvin Xu
da342dd9a6
🐛 fix: fix claude 3.5+ models context max output ( #6984 )
2025-03-16 03:21:34 +08:00
Arvin Xu
fe7e63120a
♻️ refactor: refactor the google ai return error ( #6978 )
2025-03-15 22:59:31 +08:00
lobehubbot
1810cf3d6f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-15 09:56:53 +00:00
semantic-release-bot
6857d85043
🔖 chore(release): v1.71.2 [skip ci]
...
### [Version 1.71.2](https://github.com/lobehub/lobe-chat/compare/v1.71.1...v1.71.2 )
<sup>Released on **2025-03-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix knowledge base issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix knowledge base issue, closes [#6973 ](https://github.com/lobehub/lobe-chat/issues/6973 ) ([15f39ef ](https://github.com/lobehub/lobe-chat/commit/15f39ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-15 09:55:43 +00:00
Arvin Xu
15f39efc19
🐛 fix: fix knowledge base issue ( #6973 )
...
* refactor agent runtime
* fix KnowledgeBase search issue
* fix tests
2025-03-15 17:45:38 +08:00
lobehubbot
829ebc7177
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-15 04:02:23 +00:00
semantic-release-bot
707b2eea5e
🔖 chore(release): v1.71.1 [skip ci]
...
### [Version 1.71.1](https://github.com/lobehub/lobe-chat/compare/v1.71.0...v1.71.1 )
<sup>Released on **2025-03-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix google gemini output relative issue.
#### 💄 Styles
- **misc**: Update Vertex AI models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix google gemini output relative issue, closes [#6970 ](https://github.com/lobehub/lobe-chat/issues/6970 ) ([fdcaaf3 ](https://github.com/lobehub/lobe-chat/commit/fdcaaf3 ))
#### Styles
* **misc**: Update Vertex AI models, closes [#6967 ](https://github.com/lobehub/lobe-chat/issues/6967 ) ([d4432f1 ](https://github.com/lobehub/lobe-chat/commit/d4432f1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-15 04:01:13 +00:00
Koell
d4432f1f5e
💄 style: Update Vertex AI models ( #6967 )
...
* Add Gemini 2.0 Flash Lite model
* Update Vertex AI model prices
2025-03-15 11:52:33 +08:00
Arvin Xu
fdcaaf34fa
🐛 fix: fix google gemini output relative issue ( #6970 )
...
* fix google streaming
* add ability
* fix instruction
* fix tests
* update i18n
2025-03-15 11:52:20 +08:00
lobehubbot
59cafa0bc3
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-14 13:17:45 +00:00
semantic-release-bot
1f08511ca6
🔖 chore(release): v1.71.0 [skip ci]
...
## [Version 1.71.0](https://github.com/lobehub/lobe-chat/compare/v1.70.11...v1.71.0 )
<sup>Released on **2025-03-14**</sup>
#### ✨ Features
- **misc**: Support gemini image output in chat.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support gemini image output in chat, closes [#6931 ](https://github.com/lobehub/lobe-chat/issues/6931 ) ([d4c0d1f ](https://github.com/lobehub/lobe-chat/commit/d4c0d1f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-14 13:16:36 +00:00
gru-agent[bot]
d4c0d1f8fb
✨ feat: support gemini image output in chat ( #6931 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-14 21:08:02 +08:00
Arvin Xu
af0243cc15
✨ feat: support gemini image output in chat ( #6956 )
...
* support gemini image
* fix lint
* fix
* fix upload bug
* support google token count
* update credit
* update i18n
2025-03-14 20:52:37 +08:00
Arvin Xu
849584479a
🔨 chore: visualize db schema with dbdocs ( #6950 )
...
* test db schema
* Update sync-database-schema.yml
* Update sync-database-schema.yml
* Update sync-database-schema.yml
* Update package.json
* Update sync-database-schema.yml
* Delete docs/developer/database-schema.dbml
* update workflow
* Update sync-database-schema.yml
2025-03-14 14:24:39 +08:00
lobehubbot
a7e92b3b5b
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-13 17:02:47 +00:00
semantic-release-bot
9f695332c8
🔖 chore(release): v1.70.11 [skip ci]
...
### [Version 1.70.11](https://github.com/lobehub/lobe-chat/compare/v1.70.10...v1.70.11 )
<sup>Released on **2025-03-13**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-13 17:01:43 +00:00
Arvin Xu
c9a17fbff8
⚡ ️ perf: fix improve topic relative performance ( #6937 )
2025-03-14 00:53:14 +08:00
BrandonStudio
30b13088a3
🔨 chore: Add types for issue templates ( #6940 )
2025-03-13 18:06:46 +08:00
lobehubbot
b7051a0ab7
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 18:06:10 +00:00
semantic-release-bot
0b871ecc89
🔖 chore(release): v1.70.10 [skip ci]
...
### [Version 1.70.10](https://github.com/lobehub/lobe-chat/compare/v1.70.9...v1.70.10 )
<sup>Released on **2025-03-12**</sup>
#### 🐛 Bug Fixes
- **misc**: The agent setting `-edit_agent` not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: The agent setting `-edit_agent` not work, closes [#4609 ](https://github.com/lobehub/lobe-chat/issues/4609 ) ([7af0ec6 ](https://github.com/lobehub/lobe-chat/commit/7af0ec6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 18:05:03 +00:00
mushan0x0
7af0ec6161
🐛 fix: the agent setting -edit_agent not work ( #4609 )
...
* 🐛 fix: the agent setting `-edit_agent` not work
* Update index.tsx
2025-03-13 01:56:19 +08:00
lobehubbot
64caf2ebd2
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 16:35:13 +00:00
semantic-release-bot
a9e572b48e
🔖 chore(release): v1.70.9 [skip ci]
...
### [Version 1.70.9](https://github.com/lobehub/lobe-chat/compare/v1.70.8...v1.70.9 )
<sup>Released on **2025-03-12**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 16:34:08 +00:00
Arvin Xu
f7d6021e4a
⚡ ️ perf: fix topic search performance ( #6912 )
...
* update
* fix lint
* fix tests
* fix tests
* update locale
2025-03-13 00:25:17 +08:00
lobehubbot
9a9d98fdec
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 15:44:40 +00:00
semantic-release-bot
b3894ba19d
🔖 chore(release): v1.70.8 [skip ci]
...
### [Version 1.70.8](https://github.com/lobehub/lobe-chat/compare/v1.70.7...v1.70.8 )
<sup>Released on **2025-03-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix theme flicking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix theme flicking, closes [#6926 ](https://github.com/lobehub/lobe-chat/issues/6926 ) ([103c3e3 ](https://github.com/lobehub/lobe-chat/commit/103c3e3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 15:43:37 +00:00
Arvin Xu
103c3e3696
🐛 fix: fix theme flicking ( #6926 )
2025-03-12 23:34:49 +08:00
lobehubbot
210920f4b6
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 11:28:53 +00:00
semantic-release-bot
2770a8b9a6
🔖 chore(release): v1.70.7 [skip ci]
...
### [Version 1.70.7](https://github.com/lobehub/lobe-chat/compare/v1.70.6...v1.70.7 )
<sup>Released on **2025-03-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix crawl result for short content.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix crawl result for short content, closes [#6903 ](https://github.com/lobehub/lobe-chat/issues/6903 ) [#6904 ](https://github.com/lobehub/lobe-chat/issues/6904 ) ([d8fda65 ](https://github.com/lobehub/lobe-chat/commit/d8fda65 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 11:27:51 +00:00
Arvin Xu
d8fda65d33
🐛 fix: fix crawl result for short content ( #6903 )
...
* fix impl for short content
* Add test to skip results with content length less than or equal to 100 in crawler. (#6904 )
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-03-12 19:19:06 +08:00
lobehubbot
c7170c0e06
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-11 17:59:56 +00:00
semantic-release-bot
dd6086a3a3
🔖 chore(release): v1.70.6 [skip ci]
...
### [Version 1.70.6](https://github.com/lobehub/lobe-chat/compare/v1.70.5...v1.70.6 )
<sup>Released on **2025-03-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Link jump in mobile terminal data statistics.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Link jump in mobile terminal data statistics, closes [#6893 ](https://github.com/lobehub/lobe-chat/issues/6893 ) ([505d24d ](https://github.com/lobehub/lobe-chat/commit/505d24d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 17:58:51 +00:00
XiaoBa
505d24d8d6
🐛 fix: Link jump in mobile terminal data statistics ( #6893 )
...
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com >
2025-03-12 01:50:06 +08:00
lobehubbot
b6a9126506
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-11 15:49:14 +00:00
semantic-release-bot
fff6c71f71
🔖 chore(release): v1.70.5 [skip ci]
...
### [Version 1.70.5](https://github.com/lobehub/lobe-chat/compare/v1.70.4...v1.70.5 )
<sup>Released on **2025-03-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Refactor the theme implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refactor the theme implement, closes [#6844 ](https://github.com/lobehub/lobe-chat/issues/6844 ) ([e5c2161 ](https://github.com/lobehub/lobe-chat/commit/e5c2161 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 15:48:12 +00:00
Arvin Xu
e5c2161288
🐛 fix: refactor the theme implement ( #6844 )
...
* refactor theme
* Refactor systemStatus selectors tests to improve coverage and organization.
* improve cookie issue
* fix theme
* Add unit tests for global store actions in general.test.ts
---------
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-11 23:39:31 +08:00
semantic-release-bot
41a1f2af2e
🔖 chore(release): v1.70.4 [skip ci]
...
### [Version 1.70.4](https://github.com/lobehub/lobe-chat/compare/v1.70.3...v1.70.4 )
<sup>Released on **2025-03-11**</sup>
#### 💄 Styles
- **misc**: Support OpenRouter custom BaseURL.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support OpenRouter custom BaseURL ([a8089ed ](https://github.com/lobehub/lobe-chat/commit/a8089ed ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 04:20:58 +00:00
Arvin Xu
a3099cfdc6
Merge pull request #6732 from bbbugg/patch-1
...
🐛 fix: customize logo not display in About page and update DOCS about "deploymentName"
2025-03-11 12:12:13 +08:00
Arvin Xu
6267b76153
Merge pull request #6864 from BrandonStudio/dev/openrouter-baseurl
...
💄 style: Support OpenRouter custom BaseURL
2025-03-11 12:10:48 +08:00
Arvin Xu
6f4d280481
Merge pull request #6886 from lobehub/refactor/code
...
♻️ refactor: refactor user plugins model name
2025-03-11 12:09:47 +08:00
Arvin Xu
5d7007f37b
fix json issue
2025-03-11 03:29:48 +00:00
Arvin Xu
65102d60ec
update
2025-03-11 03:26:51 +00:00
Arvin Xu
96a4c4a42f
refactor code
2025-03-11 03:17:45 +00:00
lobehubbot
a28165b2f5
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-11 02:46:06 +00:00
Arvin Xu
265e9b3c07
Merge pull request #6882 from lobehub/gru/src-store-aiInfra-slices-aiProvider-selectors-ts-1741658283737
...
✅ test: add unit test for src/store/aiInfra/slices/aiProvider/selectors.ts
2025-03-11 10:37:23 +08:00
gru-agent[bot]
8eb7a04fd4
Add unit tests for aiProvider selectors in selectors.test.ts file.
2025-03-11 01:58:11 +00:00
semantic-release-bot
08f8073580
🔖 chore(release): v1.70.3 [skip ci]
...
### [Version 1.70.3](https://github.com/lobehub/lobe-chat/compare/v1.70.2...v1.70.3 )
<sup>Released on **2025-03-11**</sup>
#### 💄 Styles
- **spelling**: Correct "broswer" to "browser" across codebase.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **spelling**: Correct "broswer" to "browser" across codebase, closes [#6876 ](https://github.com/lobehub/lobe-chat/issues/6876 ) ([8d677a2 ](https://github.com/lobehub/lobe-chat/commit/8d677a2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 01:47:09 +00:00
KurtisAsia
8d677a2feb
💄 style(spelling): correct "broswer" to "browser" across codebase ( #6876 )
...
fix(spelling): correct "broswer" to "browser" across codebase
- Fix typo in modelConfig.ts and modelConfig.test.ts
- Correct spelling in aiProvider/selectors.ts
- Fix spelling in localization files (setting.ts, setting.json)
- Update spelling in modelProviders/index.ts
- Corrected in multiple locales (zh-TW, zh-CN, fa-IR)
2025-03-11 09:38:31 +08:00
BrandonStudio
a8089edc06
💄 style: Support OpenRouter custom BaseURL
2025-03-10 08:30:02 +00:00
lobehubbot
76e132722f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-10 05:40:38 +00:00
semantic-release-bot
c3a0dc0965
🔖 chore(release): v1.70.2 [skip ci]
...
### [Version 1.70.2](https://github.com/lobehub/lobe-chat/compare/v1.70.1...v1.70.2 )
<sup>Released on **2025-03-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Update cvpr cvf url rules.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update cvpr cvf url rules, closes [#6860 ](https://github.com/lobehub/lobe-chat/issues/6860 ) ([c299067 ](https://github.com/lobehub/lobe-chat/commit/c299067 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-10 05:39:37 +00:00
Arvin Xu
c299067cb6
🐛 fix: update cvpr cvf url rules ( #6860 )
2025-03-10 13:31:05 +08:00
lobehubbot
981bb08029
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-10 03:31:09 +00:00
semantic-release-bot
bb21eb3efd
🔖 chore(release): v1.70.1 [skip ci]
...
### [Version 1.70.1](https://github.com/lobehub/lobe-chat/compare/v1.70.0...v1.70.1 )
<sup>Released on **2025-03-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix anthropic max tokens.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix anthropic max tokens, closes [#6859 ](https://github.com/lobehub/lobe-chat/issues/6859 ) ([35fbc6c ](https://github.com/lobehub/lobe-chat/commit/35fbc6c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-10 03:30:06 +00:00
Arvin Xu
35fbc6c0d5
🐛 fix: fix anthropic max tokens ( #6859 )
...
* fix anthropic
* update i18n
2025-03-10 11:21:32 +08:00
wzdnzd
dfee9b2b13
🔨 chore: typo fixed for zh-CN ( #6856 )
2025-03-10 11:04:40 +08:00
Arvin Xu
1841fee733
Merge branch 'main' into patch-1
2025-03-10 02:52:49 +08:00
lobehubbot
cc9f793ec3
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-09 18:45:41 +00:00
semantic-release-bot
df0886ebf3
🔖 chore(release): v1.70.0 [skip ci]
...
## [Version 1.70.0](https://github.com/lobehub/lobe-chat/compare/v1.69.6...v1.70.0 )
<sup>Released on **2025-03-09**</sup>
#### ✨ Features
- **misc**: Support no-fc models like deepseek r1 with online search.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support no-fc models like deepseek r1 with online search, closes [#6842 ](https://github.com/lobehub/lobe-chat/issues/6842 ) ([f284c25 ](https://github.com/lobehub/lobe-chat/commit/f284c25 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-09 18:44:41 +00:00
Arvin Xu
f284c25606
✨ feat: support no-fc models like deepseek r1 with online search ( #6842 )
...
* update crawler rule
* feat: 完成联网集成
* update i18n
* update tests
* update tests
* fix tests
* improve performance
* fix error issue
* fix signal issue and improve implement
* fix pricing in CNY
* fix tests
* filter empty providers
* fix tests
* improve search crawler env
* fix search crawler env
* fix documents
2025-03-10 02:35:52 +08:00
bbbugg
0cf39c535d
Merge branch 'lobehub:main' into patch-1
2025-03-09 22:21:06 +08:00
lobehubbot
23a26a9563
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-09 14:01:53 +00:00
semantic-release-bot
8039186493
🔖 chore(release): v1.69.6 [skip ci]
...
### [Version 1.69.6](https://github.com/lobehub/lobe-chat/compare/v1.69.5...v1.69.6 )
<sup>Released on **2025-03-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix context cache control and model builtin search switch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix context cache control and model builtin search switch, closes [#6831 ](https://github.com/lobehub/lobe-chat/issues/6831 ) ([5c6b8ea ](https://github.com/lobehub/lobe-chat/commit/5c6b8ea ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-09 14:00:43 +00:00
Arvin Xu
5c6b8eaf8a
🐛 fix: fix context cache control and model builtin search switch ( #6831 )
...
* upgrade readability
* improve openai performance
* improve model select
* upgrade pglite to 0.2.17
* fix google builtin search config
* fix tests
* fix claude max output tokens and context caching config
* fix context caching config
* update i18n
* fix tests
2025-03-09 21:52:12 +08:00
renovate[bot]
dde299312e
Update pnpm to v9.15.7 ( #6819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-09 21:19:05 +08:00
lobehubbot
0aa47d024c
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-09 11:18:04 +00:00
semantic-release-bot
b86d86782a
🔖 chore(release): v1.69.5 [skip ci]
...
### [Version 1.69.5](https://github.com/lobehub/lobe-chat/compare/v1.69.4...v1.69.5 )
<sup>Released on **2025-03-09**</sup>
#### 💄 Styles
- **chat**: Auto send message from URL.
- **misc**: Support openrouter claude 3.7 sonnet reasoning.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **chat**: Auto send message from URL, closes [#6497 ](https://github.com/lobehub/lobe-chat/issues/6497 ) ([30b2639 ](https://github.com/lobehub/lobe-chat/commit/30b2639 ))
* **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [#6806 ](https://github.com/lobehub/lobe-chat/issues/6806 ) ([f1ffc2c ](https://github.com/lobehub/lobe-chat/commit/f1ffc2c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-09 11:16:40 +00:00
Eridanus Sora
6006175c5d
⚡ ️ perf: improve performace of refreshModelProviderList ( #6672 )
2025-03-09 19:07:42 +08:00
bbbugg
c0f1532ca4
新增 QWEN_PROXY_URL 配置项并更新 VOLCENGINE_MODEL_LIST 描述语法(加入了部署名)
2025-03-08 16:22:08 +08:00
bbbugg
9bad484252
DEEPSEEK_MODEL_LIST 移除 deploymentName描述
2025-03-08 16:04:41 +08:00
bbbugg
8c1412a5a1
修复:更新 logo 组件默认类型处理并移除type={'flat'}
2025-03-08 15:57:15 +08:00
bbbugg
de12fcf896
Merge branch 'lobehub:main' into patch-1
2025-03-08 08:24:44 +08:00
bbbugg
c2d0ee8c96
Merge branch 'main' into patch-1
2025-03-07 16:51:12 +08:00
bbbugg
ebf5fb1ff9
fix previous "deplymentName" to "deploymentName"
2025-03-07 16:41:04 +08:00
bbbugg
e0b554fbe5
Add the "deploymentName" parameter in the Model List environment variable
2025-03-07 16:36:21 +08:00
bbbugg
008c7b5f67
Add the "deploymentName" parameter in the Model List environment variable
2025-03-07 16:35:33 +08:00
bbbugg
05a384edb3
Add the description of "DEEPSEEK_MODEL_LIST"
2025-03-07 16:21:46 +08:00
bbbugg
2ec4f03b07
Add the description of "DEEPSEEK_MODEL_LIST"
2025-03-07 16:20:28 +08:00
bbbugg
da04eef212
fix: customize logo not display in About page
...
Fix customize logo not display in About page. Previously, custom icons were not displayed.
2025-03-05 20:48:53 +08:00