-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 fix: fix inbox agent can not save config #6186
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
TestGru AssignmentSummary
Files
Tip You can |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6186 +/- ##
==========================================
- Coverage 91.81% 91.80% -0.02%
==========================================
Files 667 668 +1
Lines 61110 61144 +34
Branches 4453 4457 +4
==========================================
+ Hits 56110 56134 +24
- Misses 5000 5010 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
TestGru AssignmentSummary
Files
Tip You can |
TestGru AssignmentSummary
Files
Tip You can |
TestGru AssignmentSummary
Files
Tip You can |
21cb7c9
to
d3f4bf0
Compare
d3f4bf0
to
d52db7d
Compare
### [Version 1.56.2](v1.56.1...v1.56.2) <sup>Released on **2025-02-16**</sup> #### 🐛 Bug Fixes - **misc**: Fix inbox agent can not save config. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix inbox agent can not save config, closes [#6186](#6186) ([588cba7](588cba7)) </details> <div align="right"> [](#readme-top) </div>
## [Version 1.98.0](v1.97.1...v1.98.0) <sup>Released on **2025-02-16**</sup> #### ✨ Features - **misc**: Add configurable PDF processing method with Unstructured. #### 🐛 Bug Fixes - **misc**: Fix inbox agent can not save config, fix inbox agent edit way in the new mode. #### 💄 Styles - **misc**: Improve mobile params style. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add configurable PDF processing method with Unstructured, closes [lobehub#5927](https://github.com/bentwnghk/lobe-chat/issues/5927) ([35fa3ee](35fa3ee)) #### What's fixed * **misc**: Fix inbox agent can not save config, closes [lobehub#6186](https://github.com/bentwnghk/lobe-chat/issues/6186) ([588cba7](588cba7)) * **misc**: Fix inbox agent edit way in the new mode, closes [lobehub#6190](https://github.com/bentwnghk/lobe-chat/issues/6190) ([6398362](6398362)) #### Styles * **misc**: Improve mobile params style, closes [lobehub#6176](https://github.com/bentwnghk/lobe-chat/issues/6176) ([b5276de](b5276de)) </details> <div align="right"> [](#readme-top) </div>
### [Version 1.56.2](lobehub/lobe-chat@v1.56.1...v1.56.2) <sup>Released on **2025-02-16**</sup> #### 🐛 Bug Fixes - **misc**: Fix inbox agent can not save config. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix inbox agent can not save config, closes [lobehub#6186](lobehub#6186) ([588cba7](lobehub@588cba7)) </details> <div align="right"> [](#readme-top) </div>
### [Version 1.56.2](lobehub/lobe-chat@v1.56.1...v1.56.2) <sup>Released on **2025-02-16**</sup> #### 🐛 Bug Fixes - **misc**: Fix inbox agent can not save config. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix inbox agent can not save config, closes [lobehub#6186](lobehub#6186) ([588cba7](lobehub@588cba7)) </details> <div align="right"> [](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information
之前的实现中,由于 创建 inbox 的逻辑中包含有服务端 env 的环境变量,因此会导致 session 无法正常创建,进而导致 inbox 助手配置丢失。
本 PR 将和 服务端 env 耦合部分抽离开来,各自在对应环节做初始化。进而修正